*  {
	padding: 0px;
	margin: 0px;
	}
body {
	text-align: center;
	background-color: #559CBE;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		}
a:link, a:visited {
	color: #00467F;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover, a:active {
	text-decoration: none;
	}
ul, ol {
	margin: 0px 10px 0px 15px;
	padding: 0px 10px 0px 15px;
	}
li {
	margin-bottom: 5px;
	}
h1, h2, h3, h4, p {
	margin: 10px;
	}
h1, h2, h3, h4 {
	color: #00467F;
	}
h2 {
	font-size: 14px;
	}
h3 {
	font-size: 12px;
	}

h1 {
	border-bottom: 3px solid #559CBE;
	padding-bottom: 10px;
	font-size: 22px;
	margin-bottom: 20px;
	}
img {
	border: none;
	}
#container {
	width: 758px;
	text-align: left;
	margin: 0px auto;
	background-color: #fff;
	padding: 10px 0px;
	padding-bottom: 0px;
	border: 1px solid #000;
	}
#header {
	float: left;
	width: 738px;
	margin: 0px 10px;
	display: inline;
		}
#content_holder #sidebar {
	float: right;
	width: 248px;
	background-color: #CDE1ED;
	margin-top: 50px;
	}
#content_holder #sidebar a:link, #content_holder #sidebar a:visited {
	color: #333;
	text-decoration: underline;
	font-weight: normal;
	}
#content_holder #sidebar a:hover, #content_holder #sidebar a:active {
	text-decoration: none;
	}
#content_holder #sidebar hr {
	height: 1px;
	border: none;
	color: #fff;
	background-color: #fff;
	}
/*--homepage differing styles--*/
#homepage #content_holder #sidebar {
	background-color: #00467F;
	color: #fff;
	background-image: url(../images/panel_grad.jpg);
	background-repeat: repeat-x;
	}
#homepage #content_holder #sidebar h2, #homepage #content_holder #sidebar a {
	color: #fff;
	}
#homepage #content_holder #sidebar hr {
	height: 1px;
	border: none;
	color: #fff;
	background-color: #fff;
	margin: 0px 10px;
	}
* html #homepage #content_holder #sidebar hr { /*--negative margins to improve padding on hr in IE--*/
	margin: -10px 10px 0px 10px;
	}
* html #homepage #content_holder #sidebar p {
	margin: -10px 10px 10px 10px;
	}
/*--*/
#content_holder #main_content {
	float: left;
	width: 450px;
	padding-left: 20px;
	display: inline;
	}
#footer {
	clear: both;
	width: 758px;
	background-color: #CCC;
	height: 65px;
	}
#container #footer table#footer_text {
	width: 716px;
	height: 45px;
	background-color: #ccc;
	color: #000;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	display: inline;
	}
#container #footer table#footer_text td {
	border-right: 2px solid #000;
	padding: 3px 15px;
	vertical-align: top;
	}
#container #footer table#footer_text td.no_border {
	border-right: none;
	}
#container #footer table#footer_text a:link, #container #footer table#footer_text a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
	}
#container #footer table#footer_text a:hover, #container #footer table#footer_text a:active {
	text-decoration: none;
	}
#content_holder {
	width: 738px;
	float: left;
	padding: 20px 10px;
	}
#header_image {
	float: left;
	width: 738px;
	margin: 0px 10px;
	display: inline;
	}
#main_nav {
	width: 708px;
	float: left;
	position: relative;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 30px;
	display: inline;
	background-color: #014880;
	}

.nav_brackets {
	color: #559CBE;
	margin: 0px 10px;
	}
.clear {
	clear: both;
	font-size: 0;
	}
