@charset "utf-8";
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.bluetextbold {
	font-weight: bold;
	color: #153776;
}

body {
	background-color: #153776;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #234988;
}
a:visited {
	color: #1A3A72;
}
a:hover {
	color: #295396;
}
h1 {
	font-size: 16px;
	color: #005596;
}
h2 {
	font-size: 14px;
	color: #285295;
}
#wrapper {
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	height: 72px;
	width: 365px;
}
#nav {
	float: left;
	height: 72px;
	width: 585px;
}
#header {
	height: 212px;
	width: 950px;
	clear: both;
}
#content_left {
	float: left;
	width: 628px;
	padding-left: 26px;
	clear: both;
	padding-right: 40px;
}
#content_right {
	float: left;
	width: 232px;
	padding-right: 0px;
}
#content_full {
	float: left;
	width: 900px;
	padding-left: 26px;
	clear: both;
	padding-right: 24px;
}
#footer {
	font-size: 12px;
	text-align: center;
	clear: both;
	width: 950px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.imgright {
	float: right;
	margin-left: 15px;
	border: 1pt solid #CCCCCC;
	margin-bottom: 10px;
}
.greybox {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1pt solid #cccccc;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 290px;
	float: left;
}

