/* CSS Document */
html {
	height: 100%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 18px;
}
body {
	margin: 0px;
	height: 100%;
	background-color: #336699;
}
#wrapper {
	width: 100%;
	background-color: #C5DAEB;
	background-image:  url("/images/page/regular_back.gif");
	background-repeat: repeat-x;
	float: left;
}

#container {
	float: left;
	width: 750px;
	background-color: #C5DAEB;
	background-image:  url("/images/page/regular_back.gif");
	background-repeat: repeat-x;
}

a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #ACACAC;
	text-decoration: underline;
}
a:active {
	color: #ACACAC;
	text-decoration: underline;
}
/* To get rid of IE vertical line between elements */
img {
	vertical-align: bottom;
}
#header_logo {
	width: 250px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 80px;
	vertical-align: bottom;
}
#header_address {
	width: 500px;
	float: left;
	height: 80px;
	vertical-align: bottom;
}
#header_nav {
	clear: both;
	width: 750px;
	float: left;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
#header_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#header_nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#header_image {
	float: left;
	margin: 0px;
	padding: 0px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.feature {
	background-color: #CCCCCC;
	text-align: center;
	height: 70px;
	width: 250px;
	float: left;
}
#page {
	width: 750px;
	float: left;
	background-image:  url("/images/page/regular_pageback.gif");
	background-repeat: repeat-y;
	clear: both;
}
#footer {
	text-align: right;
	color: #FFFFFF;
	height: 50px;
	clear: both;
	width: 750px;
	background-color: #336699;
	margin-right: 10px;
	display: block;
	float: left;
	padding-top: 10px;
}
#footer a:link, #footer a:visited {
	font-size: 10px;
	color: #79AAD0;
}
#footer a:active, #footer a:hover {
	color: #FFFFFF;
}
#feature_panel {
	width: 750px;
	clear: both;
}
#main_col_left {
	width: 470px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin: 0px;
	padding-bottom: 0px;
}
#blue_col_right {
	width: 220px;
	float: right;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 15px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#footer_wrapper {
	background-color: #336699;
	width: 100%;
	clear: both;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.page_title {
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
	display: block;
	margin: 0px;
}
#main_col_left p {
	padding-left: 65px;
	padding-top: 0px;
	margin: 0px 0px 15px;
}
#blue_col_right p {
	margin: 0px 0px 15px;
	padding: 0px;
}
#blue_col_right a:link {
	color: #336699;
	text-decoration: none;
}
#blue_col_right a:visited {
	color: #336699;
	text-decoration: none;
}
#blue_col_right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#blue_col_right a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

strong {
	color: #336699;
	font-weight: bold;
}
