body
{
    margin:auto;
    font-size: 11px;
    font-family:Helvetica;
    color:#444;
}
#site
{
    background-image: url(../_images/content_bg.gif);
}
#banner_holder
{
    width:753px;
    height:103px;
    padding:0 10px 0 10px;
    background-image: url(../_images/blank_header.jpg);
	border-bottom: 25px solid #00378e;
	font-size:12px;
}
#body_holder
{
    width:753px;
    vertical-align:top;
}
#LeftNav
{
    float:left;
    width:153px;
}
#Content
{
    margin: 0;
    float:left;
    width:599px;
}
.ErrorMessage
{
    color:Red;
}
.LargeFont
{
    font: 12px/16px Verdana, Helvetica, sans-serif;   
}
h3 
{
    margin: 0 0 10px 0;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background: #0079c2;
}

#LeftNav a:link ,#backTo a:link 
{
    color: #1041b1;
    text-decoration: none;
}
#LeftNav a:visited ,#backTo a:visited 
{
    color: #1041b1;
    text-decoration: none;
}
#LeftNav a:hover,#backTo a:hover 
{
    text-decoration: underline;
}
#LeftNav p 
{
    margin: 0 10px 1em 10px;
}
#backTo 
{
	float:right;
	margin: 20px 15px;
}
input
{
    background: #ffffff !important;
}