

body {
	font-family: Verdana, arial;
	font-size: 11px;
	margin:0px;
	padding:0;
	background:white;
}



a{color:#798948;text-decoration : none}
a:link {color: #798948} 
a:hover {color:#B7071E}
a:active {color:#B7071E}


.content {
	background:white;
	width:750px;
	
}


H1 {
font-size : 16px; 
color : #666666; 
font-weight : lighter; 
display : inline; 
} 
H2 {
font-size : 14px; 
color : #666666; 
font-weight : lighter; 
display : inline; 
} 

H3 {font-family : arial; 
font-size : 9px; 

} 

H4 {
display : inline; 
} 

.header {
	width:750px;
	clear:both;
}

.header_top_left{
background-image:url(../images/nav_back.jpg);
width:570px;
height:162px;
background-repeat:no-repeat;
float: left;
}

.header_top_right {
float:right;
width:180px;

}

.floatleft { 
float: left; 
margin: 0 10px 10px 0;
}

.floatleft { 
float: left; 
margin: 10px 10px 10px 0;
}


.border_d {
 border: medium double rgb(128,128,128);
 }

.footer {
	width:750px;
	height:85px;
	background-color:#004689;
	clear:both;
	color:white;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px
}

.left_main{
float: left;
width:570px;
padding-left:10px;
padding-top:10px;
padding-right:10px;
}


.right_main {
float:right;
width:150px;
	
}

.border{border: solid ;border-color:black;border-width:1px}



.white {
color : white; 
} 
a.white:link {
color : white; 
} 
a.white:visited {
color : white; 
} 
a.white:hover {
color : black; 
} 