@charset "UTF-8";
body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}
body {
	margin: 0 0 100px 0;
	background: #DCE4F3 url(../../images/bkgnd.jpg) bottom repeat-x;
}
.layout #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(../../images/bkgnd_container.jpg) repeat-y;
}
.layout #head {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;
}
.layout #colR {
	float: right;
	width: 180px;
	padding: 0 0 10px 0;
}
.layout #spacer {
	height: 10px;
	background-color: #FFF;
}
.layout #nav {
	text-align: left;
	list-style: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.layout #nav a {
	display: block;
	padding: 2px;
	padding-left: 8px;
	background: #B2CCED url(../../images/btn_bkgnd.gif) bottom repeat-x;
	text-decoration: none;
}
.layout #nav a:visited {
	background: #B2CCED url(../../images/btn_bkgnd.gif) bottom repeat-x;
	text-decoration: none;
}
.layout #nav a:hover {
	background: #445E9A url(../../images/btn_bkgnd_sw.gif) bottom repeat-x;
	background-color: #445E9A;
	text-decoration: none;
	color: #FFF;
}
.layout #nav a:active {
	background-color: #FF0000;
	color: #FFF;
}
.layout #search {
	margin: 10px 0;
	padding: 6px 0 2px 10px;
	background-color: #CCDDF2;
}
.navbox {
	font-size: 11px;
	padding: 5px 5px 5px 8px;
	border: 0px;
	background-color: #CCDDF2;
}
.layout #content { 
	padding: 0 16px 10px 26px;
	margin: 0 180px 0 0;
	border: 0;
}
.layout #btmlink {
	font-size: 11px;
	padding: 10px 0;
	text-align: center;
	background-color: #CCDDF2;
}
.layout #footer {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
hr {
	border: 0px;
	color: #3B558C;
	background-color: #3B558C;
	height: 1px;
}
h1 {
	font-size: 14px;
	color: #324877;
	font-weight: bold;
	margin-bottom: 12px;
}
h2 {
	font-size: 13px;
	color: #3B558C;
	font-weight: bold;
	margin: 10px 0;
}
h3 {
	font-size: 12px;
	color: #535968;
	font-weight: bold;
	display: inline;
}
.hd {
	font-size: 13px;
	color: #3B558C;
	font-weight: bold;
}
.md {
	font-size: 11px;
}
.sm {
	font-size: 10px;
}
.hl {
	font-size: 11px;
	font-weight: bold;
	color: #196DC6;
}
.hl2 {
	font-weight: bold;
	color: #196DC6;
}
table.info {
	border-bottom: 1px solid #DFEAF0;
	border-right: 1px solid #DFEAF0;
	background-color: #FAFCFF;
}
table.info td {
	padding: 4px;
	border-top: 1px solid #DFEAF0;
	border-left: 1px solid #DFEAF0;
	line-height: 14px;
}
.info_hd {
	height: 18px;
	font-weight: bold;
	color: #024D74;
	font-size: 13px;
	background-color: #F1F4F9;
}
form {
	margin: 0;
	padding: 0;
}
.field {
	background-color: #FFF;
	font-size: 10px;
	color: #000;
	padding-left: 2px;
}
.field_srch {
	font-family: Verdana;
	background-color: #F3F4F9;
	border: 1px solid #3B558C;
	font-size: 11px;
	color: #000;
	padding-left: 3px;
}
.button {
	background-color: #E6EDF9;
	font-size: 13px;
	margin-bottom: 6px;
}
.dropmenu {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #024D74;
}

