* {
	margin: 0px;
	padding: 0px;
}
div {
	float: left;
}
img {
	border: none;
}
#outer-container {
	width: 780px;
	float: none;
	margin: 0px auto;
}
#container {
	width: 780px;
	margin-top: 13px;
	background: #5e82a0;
}
body {
	background: #52a0d0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #DAE9F0;
}
#header {
	background: url(../images/header_back.jpg) no-repeat;
	height: 197px;
	width: 780px;
}
#header-top {
	height: 33px;
	width: 144px;
	padding-top: 16px;
	padding-left: 316px;
}
#navigation {
	height: 76px;
	width: 400px;
	padding-top: 72px;
	padding-left: 210px;
	overflow: hidden;
}
#navigation ul {
	float: left;
	border-left: 1px solid #4385a8;
	border-right: 1px solid #c1d7e2;
	width: 356px;
	height: 76px;
}
#navigation li {
	float: left;
	list-style: none;
	width: 10px;
	white-space: nowrap;
	height: 76px;
}

/* HIDE FROM IE 6*/
html>body #navigation li {
	float: left;
	list-style: none;
	width: auto;
	white-space: inherit;
	height: 76px;
}
#navigation a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	height: 46px;
	padding-right: 4px;
	padding-left: 4px;
	border-right: 1px solid #4385a8;
	display: block;
	padding-top: 30px;
	border-left: 1px solid #c1d7e2;
}
#navigation a:hover, #navigation a.selected {
	background: url(../images/nav_back_on.jpg);
}
#footer {
	width: 780px;
	background: url(../images/footer_back.jpg) no-repeat;
	height: 40px;
	padding-top: 25px;
	text-align: center;
}
#content {
	width: 780px;
	background: url(../images/content_back.jpg) no-repeat top;
	padding-top: 23px;
	padding-bottom: 5px;
}
#left-col {
	width: 208px;
	padding-left: 12px;
}
#mid-col {
	width: 343px;
}
#right-col {
	width: 208px;
	padding-right: 9px;
}
#left-col-boxes {
	width: 208px;
}
#left-col-boxes-top {
	background: url(../images/left_col_top.jpg) no-repeat;
	height: 35px;
	width: 208px;
}
#content .col-box {
	background: #557d9b;
	width: 187px;
	padding-left: 11px;
	padding-right: 10px;
}
#content .col-boxes-bottom {
	background: url(../images/col_boxes_bottom.jpg) no-repeat;
	height: 8px;
	width: 208px;
}
#right-col-boxes {
	width: 208px;
}
#right-col-boxes-top {
	background: url(../images/right_col_top.jpg) no-repeat;
	height: 35px;
	width: 208px;
}
#mid-col-header {
	width: 343px;
}
#mid-col-main {
	padding: 12px 16px;
	width: 311px;
}
#footer ul {
	width: 780px;
}
#footer li {
	list-style: none;
	float: left;
}
#footer a {
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#copyright {
	background: #5a809d;
	height: 20px;
	width: 775px;
	padding-top: 3px;
	text-align: right;
	padding-right: 5px;
}
#copyright a {
	color: #C4D6D3;
	text-decoration: none;
}
#content .col-box .col-box-top {
	width: 160px;
	background: url(../images/header_arrow.gif) no-repeat left top;
	padding-left: 27px;
}
#content .col-box .col-box-main {
	width: 180px;
	padding-right: 7px;
	padding-top: 10px;
	padding-bottom: 3px;
}
#content .col-box .col-box-top h2 {
	font-size: 12px;
	color: #FFFFFF;
}
#content .col-box .col-box-top p {
	font-size: 10px;
	color: #a2c5d9;
}
#content .col-box .col-box-bottom {
	width: 187px;
	height: 35px;
	margin-bottom: 8px;
}
#mid-col-main h1 {
	font-size: 15px;
	color: #FFFFFF;
	padding-bottom: 8px;
}
#mid-col-main p {
	padding-bottom: 8px;
}
#mid-col-main a {
	color: #FFFFFF;
}
#mid-col-main li {
	margin-left: 8px;
}
#latest-news {
	padding: 12px 16px;
	width: 311px;
}
#latest-news .date {
	color: #d4e0ec;
	font-size: 10px;
}
#latest-news h2 {
	font-size: 12px;
	color: #FFFFFF;
}
#latest-news a {
	color: #FFFFFF;
}
