/* SHERDEX CSS Document */
html {
	height: 100%;
	}
body {
	background: #A2BFF9;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
.clr {
	clear: both;
	}
/*start main layout*/
#wrap {
	width: 750px;
	}
#wrap_b {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	}
#logo_holder {
	background: url(../images/logo.png) top center no-repeat;
	width: 257px;
	height: 167px;
	margin: 0 0 4px 0;
	}
#logo_holder h1 {
	background: none;
	line-height: 167px;
	height: 167px;
	width: 257px; padding: 0; margin: 0;
	}
#logo_holder h1 a {
	width: 257px;
	line-height: 167px;
	height: 167px;
	text-indent: -1000px;
	display: block;
	text-decoration:none; padding: 0; margin: 0;
	outline: none;
	}
#topmenu {
	background: #4F7ABB;
	width: 100%;
	height: 20px;
	line-height: 20px;
	}
#content {
	background: #D9E4FD;
	}
.padding {
	padding: 10px;
	}
.padding20 {
	padding: 20px;
	}
#left-col {
	width: 518px;
	float: left;
	}
#right-col {
	float: left;
	width: 212px;
	}
#left-col-2 {
	width: 470px;
	float: left;
	}
#right-col-2 {
	float: left;
	width: 250px;
	text-align: right;
	}
#botmenu {
	background: #4F7ABB;
	text-align: center;
	padding: 20px 0;
	}
.copyright {
	text-align: center;
	font-size: 10px;
	padding: 6px 0;
	}

ul {
	margin: 0;
	}
li {
	padding-left: 0px;
	padding-top: 0px;
	}
dl {
	margin: 0;
	padding: 0;
	}
dl li {
	padding-left: 20px;
	padding-top: 0px;
	list-style-type: none;
	}

#topmenu ul#mainlevel {
	width: auto;
	background: none;
	cursor: default;
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
#topmenu #mainlevel li {
	cursor: default;
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
#topmenu #mainlevel li a {
	background: url(../images/topmenu-bg.gif) top right no-repeat;
	line-height: 20px;
	height: 20px;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 0 30px;
	}
#topmenu #mainlevel li a:hover,
#topmenu #mainlevel li a#active_menu {
	color: #fff;
	text-decoration: none;
	}

#botmenu ul#mainlevel-bot {
	width: auto;
	background: none;
	cursor: default;
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
#botmenu #mainlevel-bot li {
	cursor: default;
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
#botmenu #mainlevel-bot li a {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	}
#botmenu #mainlevel-bot li a:hover,
#botmenu #mainlevel-bot li a#active_menu {
	color: #fff;
	text-decoration: underline;
	}
span.mainlevel-bot {
	color: #fff;
	}
	
a:link, a:visited {
	color: #0366CC;
	text-decoration: underline;
	font-weight: normal;
	}
a:hover {
	text-decoration: none;
	}

