* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  color: #000000;
  font: 12px arial, sans-serif;
  text-align: left;
  background: #898f99;
}

img {
	border: 0px;
}
h1 {
	font-size: 16px;
}
h2, h3, h4
{
	font-size: 14px;
	margin-bottom: 10px;
}

p {
}
a
{
	color: #023289;
}
a:hover
{
	color: #229d5a;
}
.floatleft
{
	float: left;
}
.floatright
{
	float: right;
}
#container-page {
	margin-left: 20px;
	margin-top: 0px;
	width: 900px;
	background-image: url(/images/bak_main.gif);
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}
#container-head
{
	background-color: #ffffff;
	width: 900px;
	height: 259px;
	margin: 0px;
	padding-top: 3px
}
html>body #container-head
{
	height: 256px;
}
#topLinks
{
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 80%;
	height: 10px;
}
#banner {
	width: 880px;
	height: 192px;
	margin-left: 10px;
	background-color: #ffffff;
	position: relative;
}

#nav-trail {
	width: 873px;
	_width: 880px;
	height: 17px;
	_height: 22px;
	padding-top: 3px;
	padding-left: 5px;
	border: 1px solid #023289;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	position: relative;
	top: 10px;
	_top: 7px;
}
#nav-trail p{
	font-size: 10px;
	}
#nav-trail a{
	color: #023289;
	text-decoration: none;
	}
#nav-trail a:hover{
	text-decoration: underline;
	}
#container-content {
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
}
#left-col {
	float:left;
	width: 180px;
	height: auto;
	margin-left: 10px;
	_margin-left: 5px;
	}
#search-box {
	width: 180px;
	background-color: #4165a6;
	height: 21px;
	border-bottom: 1px solid #ffffff;
	}
#search-box input.txtbox{
	font-size: 10px;
	height: 13px;
	_height: 14px;
	width: 122px;
	margin-left: 3px;
	margin-top: 3px;
	border: none;
	padding: 1px;
	float: left;
	}
#search-box input.searchbtn{
	height: 15px;
	width: 46px;
	margin-left: 3px;
	margin-top: -12px;
	_margin-top: -12px;
	margin-right: 3px;
	border: none;
	float: right;
	}
#left-col ul{
	list-style: none none;
	}
#left-col ul li{
	width: 180px;
	height: auto;
}
#left-col ul li a{
	display: block;
	height: auto;
	width: 172px;
	_width: 180px;
	font-size: 12px;
	color: #ffffff;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 3px;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;

	}
#left-col ul li a:hover{
	background-color: #023289;
}
#left-col ul li ul li a{
	background-color: #b3c1db;
	color: #023289;
	padding-left: 8px;
	width: 169px;
	_width: 180px;
}
#left-col ul li ul li a:hover{
	background-color: #99add0;
	color: #ffffff;
}
#left-col ul li a.sel{
	color: #000000;
}
#left-col ul li a.sel:hover{
	color: #ffffff;
}

#content {
	float: left;
	width: 480px;
	height: auto;
	margin-left: 20px;
	}
#content h1{
	margin-bottom: 10px;
}

#content p{
	line-height: 16px;
	margin-bottom: 10px;
}
#content a
{
	color: #023289;
}
#content a:hover
{
	color: #229d5a;
}
#content ul 
{
	list-style: none;
	margin-left: 10px;
	padding-bottom: 10px;
}
#content ul li 
{
	margin-bottom: 5px;
	padding-left: 10px;
	background-image: url(/images/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;

}

#right-col{
	width: 180px;
	height: auto;
	float: left;
	margin-left: 20px;
	}
#right-col div.title {
	width: 180px;
	height: 22px;
	background-color: #229d5a;
}
#right-col div.title p{
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
	padding-top: 3px;
}
#right-col div.description {
	width: 180px;
	height: auto;
}
#right-col div.description h1
{
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
}
#right-col div.description h2
{
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
}
#right-col div.description p
{
	font-size: 11px;
	padding: 5px;
	padding-top: 0px;
	border-bottom: 1px solid #229d5a;
	margin-bottom: 3px;
}
#right-col div.description a
{
	font-size: 11px;
	color: #023289;
}
#right-col div.description a:hover
{
	color: White;
	background-color: #023289;
}
#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#container-foot {
	position: absolute;
	left: 0px;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 22px;
	_height: 30px;
	width: 880px;
	margin-left: 10px;
	border-top: 10px solid #ffffff;
	background-color: #023289;
}
#container-foot p{
	color: #ffffff;
	font-size: 10px;
	padding: 5px;
	}
	
table.contact
{
	font-size: 1em;
	border: 1px solid #b3c1db;
}
table.contact tr.odd
{
	background-color: #d9e0ed;
}
table.contact tr.even
{
	background-color: #e8ecf4;
}
table.contact td
{
	padding: 2px;
}