@charset "UTF-8";
body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}
body {
	background: #504667 url(../../images/bkgnd.jpg) center top repeat-x;
	margin: 0 0 100px 0;
	padding: 0;
}
.layout #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	background: #FFF url(../../images/bkgnd_container.jpg) center top repeat;
}
.layout #head {
	display: block;
	line-height: 0;
}
.layout #colL {
	float: left;
	width: 180px;
	padding: 0 0 10px 0;
}
.layout #search {
	margin: 10px 0;
	padding: 0 0 2px 10px;
}
.layout #nav {
	text-align: left;
	list-style: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.layout #nav li {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.layout #nav li a {
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	display: block;
	margin-top: 3px;
}
.layout #nav li a:link {
	background: #CBCDDC url(../../images/btn_bkgnd.gif) bottom repeat-x;
	text-decoration: none;
}
.layout #nav li a:visited {
	background: #CBCDDC url(../../images/btn_bkgnd.gif) bottom repeat-x;
	text-decoration: none;
}
.layout #nav li a:hover {
	background: #FF6800 url(../../images/btn_bkgnd_sw.gif) bottom repeat-x;
	text-decoration: none;
	color: #FFF;
}
.layout #nav li a:active {
	background-color: #0C0120;
	color: #FFF;
}
.layout #content {
	margin: 0 0 0 180px;
	padding: 10px 30px 20px 20px;
}
.layout #content a:link {
	text-decoration: underline;
	color: #000;
}
.layout #content a:visited {
	text-decoration: underline;
	color: #000;
}
.layout #content a:hover {
	text-decoration: underline;
	color: #C42700;
}
.layout #content a:active {
	text-decoration: underline;
	color: #0C0120;
}
.layout #links {
	position: relative;
	top: 0px;
	margin-top: 0px;
	background-color: #DFE5EC;
	padding: 10px;
	font-size: 10px;
	text-align: center;
	background: url(../../images/bkgnd_links.gif) center top repeat;
}
.layout #footer {
	position: relative;
	top: 0px;
	margin-top: 0px;
	display: block;
	line-height: 0;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}
.colhd {
	margin: 10px 0 0 0;
	font-weight: bold;
	color: #FFF;
	padding: 2px 0 2px 10px;
	background: #504667 url(../../images/col_hd.jpg) left repeat-y;
}
.colrow {
	padding: 5px 5px 5px 10px;
	font-size: 11px;
	border: 0px;
	background: #DFE1EF url(../../images/col_grad.jpg) bottom repeat-x;
}
.colimg {
	margin-top: 10px;
	padding: 0;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #C42700;
}
a:active {
	text-decoration: none;
	color: #0C0120;
}
p {
	margin: 10px 0;
}
h1 {
	font-size: 14px;
	color: #C42700;
	font-weight: bold;
	margin: 10px 0;
}
h2 {
	font-size: 14px;
	color: #0C0120;
	font-weight: bold;
	margin: 10px 0;
}
h3 {
	font-size: 13px;
	color: #2E1F4D;
	font-weight: bold;
	margin: 10px 0;
}
.hd {
	font-size: 13px;
	color: #0C0120;
	font-weight: bold;
}
.md {
	font-size: 11px;
}
.hl {
	font-weight: bold;
	color: #C42700;
}
.hl2 {
	font-weight: bold;
	font-size: 11px;
	color: #C42700;
}
.hl3 {
	color: #C42700;
}
hr {
	border: 0px;
	color: #504667;
	background-color: #504667;
	height: 1px;
}
.pic {
	border: 1px solid #6D759F;
}
table.info {
	border-bottom: 1px solid #504667;
	border-right: 1px solid #504667;
	background-color: #F1F1F5;
}
table.info td {
	padding: 6px;
	border-top: 1px solid #504667;
	border-left: 1px solid #504667;
	line-height: 14px;
}
.info_hd {
	height: 18px;
	font-weight: bold;
	color: #C42700;
	font-size: 13px;
	background-color: #DFE1EF;
}
.info_btm {
	font-size: 11px;
	background-color: #DFE1EF;
}
table.info_s {
	border-bottom: 1px solid #504667;
	border-right: 1px solid #504667;
	background-color: #F1F1F5;
}
table.info_s td {
	padding: 5px;
	border-top: 1px solid #504667;
	border-left: 1px solid #504667;
	font-size: 11px;
	line-height: 14px;
}
.info_s_hd {
	height: 18px;
	font-weight: bold;
	color: #C42700;
	font-size: 13px;
	background-color: #DFE1EF;
}
table.item {
	border-bottom: 1px solid #504667;
	border-right: 1px solid #504667;
	background-color: #FFF;
}
table.item td {
	padding: 3px;
	border-top: 1px solid #504667;
	border-left: 1px solid #504667;
}
form {
	margin: 0;
	padding: 0;
}
.field {
	background-color: #FFF;
	border: 1px solid #AAB2C3;
	font-size: 11px;
	color: #000;
	padding: 2px;
}
.field_srch {
	font-family: Verdana;
	background-color: #FFF;
	border: 1px solid #000000;
	font-size: 11px;
	color: #000;
	padding-left: 3px;
	margin: 0 8px 0 -2px;
}
.field_login {
	background-color: #FFF;
	font-size: 10px;
	color: #000;
	padding-left: 2px;
	width: 40px;
}
.button {
	background-color: #F1F1F5;
	font-size: 13px;
	margin-bottom: 6px;
}
.dropmenu {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #DFE5EC;
}
#dhtmlfloatie {
	position: absolute;
	left: 0;
	left: -900px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	border: 1px solid #DFE5EC;
	padding: 10px;
	z-index: 100;
}
