@charset "UTF-8";
body {
	background-color: #DDE5E8;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
img {border:none;}
.clear {
	clear: both;
	height:0;
	overflow:hidden;
}
#wrapper {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrapper-bg.jpg);
	background-repeat: repeat-y;
}
#container {
	background-image: url(images/container-bg.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding: 0px 35px;
}
#masthead {
	height: 92px;
	width: 770px;
	float: left;
}
#leftcol {
	width: 531px;
	float: left;
	margin-left: 8px;
}
#content {
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	padding: 20px;
	font-size: 13px;
	color: #000000;
	min-height: 390px;
	line-height: 20px;
}
#content h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	color: #000066;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 2px;
	margin-top: 20px;
	background-image: url(images/star-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content-foot {
	background-image: url(images/content-footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 17px;
	width: 531px;
}
#rightcol {
	background-image: url(images/rightcol-bg.jpg);
	background-repeat: repeat-y;
	width: 209px;
	float: right;
	margin-right: 12px;
}
#rightcol-content {
	width: 188px;
	margin-right: 10px;
	margin-left: 10px;
}
.rightbox {
	background-image: url(images/rightcol-boxbg.jpg);
	background-repeat: repeat-y;
}
.rightbox a, #content a {
	color:#003399;
	text-decoration: none;
}
.rightbox a:hover, .rightbox a:active,
#content a:hover, #content a:active {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;	
}
.rightbox h1 {
	background-image: url(images/rightcol-boxtop.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 188px;
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
	padding-top: 3px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 4px;
	font-weight: normal;
}
.rightbox-content {
	padding-right: 10px;
	padding-left: 10px;
	color: #49494B;
	font-size: 11px;
}
.rightbox-content h2 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
}
.rightbox-content p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#rightcol-foot {
	background-image: url(images/rightcol-foot.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 209px;
}
#flash-head {
	width: 770px;
	float: left;
	line-height: 0px;
	margin: 2px 0px 0px;
}
#footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
	color: #7096B8;
	padding: 15px 35px;
	background-position: left top;
}
.home-flash {
	float: right;
	width: 180px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer a {
	color: #7096B8;
}
