﻿a img {border:none;}

a {text-decoration:underline; color:#3274b4;}

a:hover {text-decoration:underline; color:#0066ff;}

h1 {color:#3274b4; font-size:27px; font-family: Tahoma; font-weight: 400; margin-top:3px;}

h2 {font-family:Tahoma; font-size: 25px; color: #3274b4; font-weight: 400; margin-top:0px;}

#maincontainer{
	width: 960px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #FFFFFF;
	text-align: left;
}
#header{
	float:left;
	width: 820px;
	height: 67px;
	background-image:url('images/headerback.jpg');background-repeat:repeat-x;
}
#menu{
	width:960px;
	height:60px;
}
#toplink{
	float:right;
	width:140px;
	height:67px;
	background-image:url('images/headerback.jpg');background-repeat:repeat-x;
}
a.toplink:hover {
	color:#3274b4;
	font-size:11px;
	text-decoration:underline;	
}
#footer{
	width:100%;
	height:65px;
	background-image:url('images/footer.gif');
	color:#3274b4;
	font-size:11px;
	text-align:center;
	line-height:65px;
}
a.footer, a.footer:hover {
	color:#3274b4;
	text-decoration:none;
	font-size:11px;
}
.style2 {
	font-family: "Times New Roman";
}
.style1 {
	text-align: left;
}
.divider{
	clear:both;
	width:960px;
	height:20px;
}
hr {
clear:both;
height: 0; 
border: 0; 
border-top: 1px dashed #b9c4d1;
}