@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	background-color: #eaeaea;
}
body hr{
	width: 770px;	
}
#masterContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 810px;
	margin: 0px auto;

}
#header {
	background-image: url(../images/header.png);
	height: 128px;
	background-repeat: no-repeat;
}
#contactInfo {
	float: right;
	text-align: right;
	margin: 38px 12px;
	height: 60px;
	font-weight: bold;
	color: #0000CC;
	font-size: larger;
}
#contactInfo a{
	color: #000000;
	text-decoration: none;
}
#contactInfo a:hover{
	color: #0000CC;
	text-decoration: underline;
}
#topNav {
	font-size: 12px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	float: left;
}
#topNav ul{
	margin: 98px 0px 0px -30px;
	width: 800px;
	text-align: right; /*set value to "right" for example to align menu to the left of page*/
}
#topNav ul li{
	display: inline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#topNav ul li a{
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/mainBkg.jpg) repeat-x;
	padding: 0px 12px 0px 12px;
}
#topNav a:hover{
	color: #FFFF00;
	background: url(../images/mainBkgOver.jpg) center center repeat-x;
}
#mainBody {
	font-size: 12px;
	font-family:Verdana,Helvetica,sans-serif;
	color: #000000;
	text-align: left;
	width: 798px;
	margin: 0px auto;
	background-image: url(../images/bodyTile.png);
	background-repeat: repeat-y;
	padding: 8px 8px 8px 12px;
}
.titles {
	font-family: Verdana,Helvetica,sans-serif;
	font-weight : bold;
	color: #000099;
	font-size: 14px;
	background-color: #FFFFFF;
	width: 780px;
	float: left;
}
#titleImages {
	float: left;
	margin: 6px 6px;
	width: 170px;

}
#homeFlash {
	margin: -9px 0px 0px -15px;
}
#formLeft {
	width: 290px;
	text-align: right;
	line-height: 12px;

}
#formRight {
	width: 490px;
	float: right;
	margin-top: -228px;

}
#footer {

}
