﻿body{
	margin:0;
	padding:0;
	line-height: 1.4em;
	font-family: Verdana;
	font-size: 12px;
	color: #555555;
	border-width: 0px;
	text-align: center;
}

a img {border:none;}

a {text-decoration:underline; color:#0066ff;}
a.no {text-decoration:none; color:#0066ff;}

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

h1 {font-family:Tahoma; font-size: 27px; color: #0066ff; font-weight: 500; margin-top:3px;}

h2 {color:#444444; font-size:22px; font-family: Tahoma; font-weight: 500; margin-top:3px;}

#maincontainer{
	width: 960px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #FFFFFF;
	text-align: left;
}
#header{
	float:left;
	width: 960px;
	height: 70px;
}
#menu{
	width:960px;
	height:35px;
}
#footer{
	clear:both;
	width:100%;
	height:75px;
	background-image:url('images/footer.jpg');
	color:#76797c;
	font-size:11px;
	text-align:center;
}
#footer2{
	clear:both;
	width:100%;
	height:75px;
	color:#76797c;
	font-size:11px;
	text-align:center;
}
a.footer, a.footer:hover {
	color:#4888d5;
	text-decoration:none;
	font-size:11px;
}
.divider{
	clear:both;
	width:960px;
	height:15px;
}
.divider2{
	clear:both;
	width:960px;
	height:45px;
}
hr {
	clear:both;
	height: 0; 
	border: 0; 
	border-top: 1px dashed #b9c4d1;
}
.blue {color: #0066FF;}