/* CSS Document */
body{
	font: 76% arial;
	margin-top: 15px;
	margin-bottom: 15px; 
	background: #D2D2D2
}

.h1{
    color: #00309C;
    font-size: 30px;
    font-style: italic;
    font-family: Times New Roman;
    font-weight: bold;
}

.h2{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.h3{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

a:link, a:visited {
	color: #00309C;
	text-decoration:none
	}
	
a:hover {
	color: #00309C;
	text-decoration:underline
	}	

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 970px;
}

#allinfo
{
    width: 970px;
	background: #fff url('layout/bg.gif') repeat-y;
	float: left;  
}

#nav
{
    height: 27px;
    width: 770px;
    background: url('layout/navbg.jpg') repeat-x;
    float: left;
    text-align: center;    
}

#ltside {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

#ltheader
{
    height: 196px;
    float: left;
}

#leftnav
{
    height: 94px;
    background: #fff;
    float: left;
}

#ltaddress
{
    padding-top: 125px;
    width: 200px;
    color: #fff;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    float: left;
}

#ltaddress a
{
    color: #CED3E7;
    text-decoration: none;
}

#ltaddress a:hover
{
    color: #CED3E7;
    text-decoration: underline;
}

#rtside
{
    float: right;
    width: 770px;
}

#rtheader
{
    height: 80px;
    float: left;
}

#contenthome
{
    width: 770px;
    height: 513px;
    float: left;
}

#content
{
    width: 740px;
    float: left;
    padding: 15px;    
}

#footer
{
    font-family: Arial;
    font-size: 10px;
    color: #000;
    text-align: right;
}