@charset "UTF-8";
#Container {
	width: 100%;
	background-image: url(images/main-background.jpg);
	background-repeat: repeat-x;
	padding-bottom: 40px;
}
#Container #footer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 10px;
}
#Container #footer a {
	color: #666666;
	text-decoration: none;
}
#Container #main-content .right-column .body .headers a {
	color: #333333;
	text-decoration: none;
}
#Container #main-content .right-column .body .headers a:hover {
	color: #002065;
	text-decoration: none;
}
#Container #footer a:hover {
	color: #FFFFFF;
}
.bodycopy {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
#Container #header {
	background-image: url(images/header-background.jpg);
	background-repeat: repeat-x;
}
#Container  #header  #site-header {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header-back-1.jpg);
	background-repeat: no-repeat;
	background-position: 215px;
}
#Container #header #site-header #top-nav {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 19px;
	color: #FFFFFF;
}
.register {
}
#Container #header #site-header #top-nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#Container #header #site-header #top-nav a:hover {
	text-decoration: none;
}
#Container #Navigation {
	background-color: 999999;
	position: relative;
	width: 100%;
	background-image: url(images/nav-back.gif);
	background-repeat: repeat;
}
#Container #Navigation .site-nav {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#Container #main-content {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 810px;
}
#Container #main-content .main-image {
	height: 240px;
	width: 850px;
}
#Container #main-content #gray-bar {
	color: #666666;
	background-color: #999999;
	height: 20px;
}
.left-column {
	float: left;
	width: 325px;
	padding-left: 20px;
	padding-top: 10px;
}
.right-column {
	width: 495px;
	float: left;
	right: 0px;
	margin-left: 10px;
}
.register {
	background-color: #002065;
	width: 100%;
	height: 40px;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #333333;
}
#Container #main-content .right-column .body {
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
.bullet {
	margin-bottom: -2px;
}
.bullets {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}
.headers {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
.topic-headers {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 19px;
	color: #04306E;
}
.bottom-dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 19px;
	color: #04306E;
}
.floatleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}