@charset "UTF-8";
/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	background: url(images/background.jpg) #FFFFFF;
	background-repeat:repeat-x;
	color: #0072b8;
	font-size:12px;
	line-height: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
table {
	font-size:12px;
}
a {
	color: #0072b8;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#top {
	width: 900px;
	height: 60px;
	margin-bottom:6px;
}
#top_left {
	background:url(images/top_left.gif);
	width:15px;
	height: 60px;
	float: left;
}
#top_center {
	width: 870px;
	height: 60px;
	background: url(images/top_back.gif);
	background-repeat:repeat-x;
	float:left;
}
#top_center_logo {
	width: 114px;
	height: 60px;
	padding-left:7px;
	float:left;
}
#top_center_nav {
	width: 745px;
	height: 50px;
	float:left;
	color: #FFFFFF;
	padding-top:5px;
	text-align: right;
}
#top_right {
	background:url(images/top_right.gif);
	width:15px;
	height: 60px;
	float:left;
}

#home {
	float:left;
	padding-left: 155px;
	padding-right: 155px;
	width: 590px;
	height: 535px;
}
#home_top {
	margin-top: 5px;
	width: 590px;
	height:210px;
}
#home_bottom{
	margin-top: 5px;
	clear: left;
	float: left;
	width: 590px;
	height:250px;
}
#home_bottom_left{
	float: left;
	width: 283px;
	height:250px;
}
#home_bottom_right{
	margin-left: 5px;
	background: url(images/home_signin.gif);
	background-repeat:no-repeat;
	float: left;
	width: 282px;
	height:210px;
	padding-left:20px;
	padding-top:40px;
}

/* Footer */
#footer {
	clear:left;
	width: 900px;
	height: 23px;
	float:left;
	margin-bottom: 20px;
}

.blueBox {
	margin-top:5px;
	width: 900px;
	height: 23px;
}
.blueBoxLeft {
	float: left;
	width: 3px;
	height: 23px;
	background:url(images/button_blue_left.gif);
}
.blueBoxCenter {
	padding-top:7px;
	padding-left:9px;
	float: left;
	width: 880px;
	height: 16px;
	background:url(images/button_blue_center.gif);
	text-align: center;
}
.blueBoxRight {
	float: left;
	width: 5px;
	height: 23px;
	background:url(images/button_blue_right.gif);
}
.largeText {
	font-size: 24px;
	font-weight:600;
	line-height: 30px;
}

.gold {
	color: #eeca07;
}
.dkBlue {
	color: #1876ba;
}
.formfieldsave {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #0072b8;
	border: 1px solid #0072b8;
}
.white {
	text-decoration: none;
	color: ffffff;
}
.white a {
	text-decoration: none;
	color: ffffff;
}
#top_center_nav a {
	color: #FFFFFF;
	text-decoration:none;
}
#top_center_nav a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

