html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #000000;
	background:url(../img/pagebg.gif) repeat-x top #EAEAEA;
}
body {
}
#noscript {
	width: 100%;
	position: fixed;
	line-height: 30px;
	color: #000000;
	background: #f9f76f;
	height: 30px;
	padding: 0px 0px 0px 20px;
	z-index: 100;
	border-bottom: 1px solid #bbb934;
}
#container {
	position:relative;
	width: 900px;
	margin: 7px auto 0px auto;
	text-align: left;
	padding: 0px;
	border:4px solid #fff;
	overflow:auto;
	background:url(../img/bg.gif) repeat-y top left;
}
#columns {
	position:relative;
	float:left;
	width: 900px;
}
#colLeft {
	position:relative;
	float:left;
	width:229px;
}
#colCenter {
	position:relative;
	float:left;
	width:480px;
	margin:0px 0px 0px 3px;
}
#colRight {
	position:relative;
	float:right;
	width:181px;
	padding-bottom:15px;
}
#menu {
	float:left;
	background:url(../img/menubg.gif) repeat-y top left;
	padding:0px 0px 30px 0px;
	width:230px;
}
#menu .logo {
	position:relative;
	left:27px;
	height:98px;
	width:116px;
}
ul#leftMenu {
	list-style:none;
	padding:0px;
	margin:0px 0px 0px 29px;
}
ul#leftMenu li {
	padding:0px;
	margin:4px 0px 4px 0px;
	float:none!important;
	float:left;
	clear:left;
}
ul#leftMenu li a {
	font-size:12px;
	font-weight:bold;
	color:#a2b0c8;
	text-transform:uppercase;
}
ul#leftMenu li a:hover {
	color:#FFF;
}
ul#leftMenu li.current a {
	color:#FFF;
}
ul#leftMenu li.current a {
	color:#FFF;
}
ul#leftMenu li.current li.current, ul#leftMenu li li a:hover {
	color:#d10338;
}
ul#leftMenu li li.current a {
	color:#d10338;
}
ul#leftMenu li ul {
	margin:7px 0px 7px 0px;
	padding:0px;
	list-style:none;
}
ul#leftMenu li ul li {
	margin:4px 0px 4px 0px;
	padding:0px 0px 0px 25px;
	background:url(../img/menubullet.gif) 15px 3px no-repeat;
	float:none!important;
	float:left;
	clear:left;
}
.search {
	float:left;
	position:relative;
	margin-left:29px;
	width:170px;
}
.search label {
	font-size:12px;
	font-weight:bold;
	padding:20px 0px 0px 0px;
	color:#FFF;
	float:left;
	width:120px;
}
.search input.inputSearch {
	border: 0px;
	width: 140px;
	height:19px;
	margin:4px 0px 0px 0px;
	padding:0px;
	background:url(../img/inputSearch.gif) top left;
}
.search .searchBtn {
	position:absolute;
	bottom:0px!important;
	bottom:1px;
	right:11px;
	border: 0px;
	width: 19px;
	height:19px;
	margin:0px;
	padding:0px;
	cursor: pointer;
}
#leftBox {
	position:relative;
	float:left;
	width:184px;
	padding:10px 15px 15px 29px;
	margin:0px 0px 0px 0px
}
#leftBox h3 {
	font-size:12px;
	color:#002c76;
	font-weight:bold;
}
#main {
	position:relative;
	float:left;
	margin:20px 0px 0px 0px;
}
#main h1 {
	background:none repeat scroll 0 0 #E00034;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	margin:18px 0 12px;
	padding-left:26px;
	padding-right:18px;
	text-transform:uppercase;
	width:100px;
}
#main h1.long {
	width:170px;
}
#main h2 {
	background:url("../img/h2.gif") no-repeat scroll 0 1px transparent;
	color:#E00034;
	font-size:11px;
	font-weight:bold;
	line-height:11px;
	margin:28px 0 4px 25px;
	padding-left:12px;
	text-transform:uppercase;
}
#main h3 {
	background:url("../img/h3.gif") no-repeat scroll 0 3px transparent;
	color:#87D927;
	font-size:9px;
	font-weight:bold;
	line-height:11px;
	margin:24px 0 0 25px;
	padding-left:7px;
	text-transform:uppercase;
}
#main p {
	color:#0A2A75;
	font-size:11px;
	margin:0 34px 14px 25px;
}
#main a {
	color:#0A2A75;
}
#main ul li {
	background:url("../img/bullet.gif") no-repeat scroll 0 4px transparent;
	color:#E00034;
	line-height:14px;
	list-style-type:none;
	padding:0 0 0 10px;
}
#main a:hover {
	color:#E00034;
}
#main h3 a {
	color:#87D927;
}
#main ol {
	color:#E00034;
	padding-left:17px;
}
#loginFrm {
	height:220px;
	background:#ccd5e4;
	padding:20px 0px 0px 0px;
}
#loginFrm label {
	font-size:13px;
	font-weight:bold;
	padding:0px 0px 0px 18px;
	color:#002c76;
	float:left;
	width:120px;
}
#loginFrm .input {
	width:146px;
	height:19px;
	border:0px;
	margin:5px 0px 5px 18px;
	padding:0px;
	background:url(../img/inputBg.jpg) top left;
}
.loginBtn {
	width:60px;
	height:22px;
	margin:10px 0px 5px 18px;
}
#loginFrm ul {
	list-style:none;
	margin:10px 0px 0px 19px;
	padding:0px;
}
#loginFrm li {
	list-style:none;
	margin:0px;
	padding:1px 0px 1px 16px;
	background:url(../img/loginBullet.jpg) 0px 4px no-repeat;
}
#loginFrm a {
	font-size:11px;
	color:#002c76;
	font-weight:bold;
}
label.error, #loginFrm label.error {
	color:#E00034;
	font-size:10px;
	width:120px;
	margin-bottom:5px;
}
table label.error {
	color:#E00034;
	font-size:10px;
	width:120px;
	margin-bottom:0px;
	float:left;
	clear:both;
}
table tr {
	color:#0A2A75;
}
.contactform th {
	width: 150px;
	padding: 3px 0px 3px 0px;
	vertical-align:top;
}
.contactform td {
	padding: 3px 0px 6px 0px;
}
.contactform input, .contactform textarea, .contactform select {
	width: 250px;
	border: 1px solid #002C76;
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
}
.contactform .button {
	width: auto;
}
#main h2, #main h3, #main h4, #main h5, #main h6, #main h7, #main table, #main ul, #main ol, #main dl {
	margin:12px 20px 12px 25px;
}
a.button strong {
	color:#F00;
}
