body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.clear {
	clear: both;
}
h1 {
	font-size: 17px;
	margin-top: 8px;
	padding: 0px;
	margin-bottom: 3px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}
h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}
h5 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bottom_spacer {
	clear: both;
	height: 10px;
}
#branding {
	height: 61px;
}
#branding a {
	float: left;
}

.steag {
	float: left;
	display: block;
	width: 680px;
	text-align: right;
	margin-top: 5px;
}
.steag img {
	float: right;
}



#header {
	background-color: #B6E2FF;
	height: 164px;
}
#navigation {
	float: left;
	width: 243px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	display: block;
	height: 32px;
	line-height: 32px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a.nav:link, a.nav:visited, a.nav:active  {
	color: #133F5B;
	text-decoration: none;
	background-image: url(img/btn_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 32px;
	padding-left: 25px;
}
a.nav:hover {
	color: #FFFFFF;
	background-image: url(img/btn_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.nav_current {
	color: #ffffff;
	text-decoration: none;
	background-image: url(img/btn_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 32px;
	padding-left: 25px;
}
#header_image {
	float: left;
	width: 704px;
}
#main {
	width: 940px;
	margin-left: 10px;
	background-image: url(img/bgr_right.gif);
	background-repeat: repeat-y;
	background-position: 611px top;
}
#main_left {
	float: left;
	width: 590px;
	padding-right: 20px;
	margin: 0px;
}
#main_left p {
	padding: 0px;
	margin: 0px;
}
#main_right {
	float: left;
	width: 320px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 9px;
}
#main_right h3 {
	margin-bottom: 6px;
}
#footer {
	background-color: #2D72A8;
	padding-left: 10px;
	height: 24px;
	line-height:24px;
	font-size: 11px;
}
.footer_container {
	width: 940px;
}
#footer p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#footer a {
	font-weight: bold;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	background-color: #2D72A8;
}
.copyright {
	float: left;
}
.designby {
	float: right;
}
.sidWrap {text-indent: -9999px!important; height: 0px; font-size: 1px; display:none!important;}