﻿body 
{    
    font-family:Trebuchet MS, Century Gothic, Verdana;
    font-size:0.9em;
}

h6
{
    font-size:0.9em;
    margin-bottom:5px;
    color:#0f2d8f;
}

a
{
    color:#388605;
    text-decoration:none;
}

.InputText
{
	border:1px solid #C7CEC3;
	font-family: Century Gothic, Verdana, Arial;
	padding:2px;
	font-size:0.8em;	
	color:#545851;
}

.InputButton
{
	background-color:#414040;
    border:1px solid #500101;
    color:#FFFFFF;
    font-size:0.86em; 
}


#RightCol
{
    background:#FFFFFF;
}

#LeftCol
{
    background:#FFFFFF;
}


#SiteHeader
{
    height:72px; 
    background-image:url('../Images/Header.jpg');
}

#SiteMenu
{
    height:20px;
    background-color:#1a2856;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
}

#SiteContent
{
    padding:10px;
}

#FirstColumn
{
    width:300px;
    padding:10px 10px 10px 0;
    border-right:1px dashed #787878;
}
#SecondColumn
{
    width:300px;
    padding:10px;
    border-right:1px solid #787878;
}
#ThirdColumn
{
    width:150px;
    padding:10px;
}

#FirstColumn div
{
    padding-bottom:20px;
}
#SecondColumn div
{
    padding-bottom:20px;
}
#ThirdColumn div
{
    padding-bottom:20px;
}
