﻿div#body	
{
	background-color:#F1F5F8;
}


div#header {
	height:230px;
	width:850px;
	background-color: #FFFFFF;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
}

div#container {
	background-color: white;
	width:850px;
	padding:0px;
	font-family:Verdana;
	font-size:12px;
	border-color:#000066;
	border-top:1px;
	border-left:1px;
	border-right:1px;
	border-bottom:0px;	
	border-style:solid;
	text-align:left;
}

div#main {
	background-color: white;
	width:770px;
	padding:12px;
	font-family:Verdana;
	font-size:10px;
	text-align:left;
}



.footer {
	background-image:url(footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	width:850px;
	height:132px;
	background-color:#ffffff;
}
.h1{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 18px; 
	COLOR: #336699; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: underline;
	text-align: center;
	}
	
.h2{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#336699;
	}
	
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
}

