html {
	background-color: #000000;
	background-repeat: repeat-y;
	background-position:top center;
	background-image: url('../img/global/pagebg_dark.gif');
	color: #000000;
	height: 100%;
	margin: 0;
	min-height: 100%;
	padding: 0;
}

body {
	color: #333333;
	display: block;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	width: 900px;
}

a {
	color: #290a59;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

img {
	border: none;
}

.floatleft { float: left; margin: 0px 5px 5px 0px; }
.floatright { float: right; margin: 0px 0px 5px 5px; }

#header {
	margin: 0;
	padding: 0;
}

hr {
	background-color: #290a59;
	color: #290a59;
	border: 1px solid #290a59;
	height: 2px;
}

#wrapper {
	background-color: #FFF;
	padding: 10px;
}

#footer {
	background-color: #290a59;
	color: #FFFFFF;
	clear: both;
	height: 33px;
	line-height: 15px;
	margin-top: 10px;
	padding: 2px 4px;
	font-size: 9px;
	text-align: right;
}

#footer .links {
	float: right;
	font-size: 9px;
	text-align: right;
}

#footer a {
	background-color: transparent;
	color: #CCCCCC;
}

#footer a:hover {
	background-color: transparent;
	color: #FFFFFF;
}

#nav {
	background: #dadada;
	background: #EEE url(../img/global/topnav/bg.gif);
	clear: both;
	margin: 10px 0;
	border: 1px solid #c7c7ef;
	border-bottom: 4px solid #c7c7ef;
	height: 25px;
	line-height: 25px;
}
 #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
 }

 #nav li {
	font-family: helvetica, Tahoma, Arial;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	float: left;
 }

 #nav li a {
	color: #EEE;
	background: #CCC url(../img/global/topnav/bg.gif);
	text-decoration: none;
	display: block;
	padding: 0 20px;
	float: left;
	border-right: 1px solid #290a59;
	z-index: 999;
 }

 #nav li a:hover {
	background: #FFF url(../img/global/topnav/bg_over.gif);
	color: #EEE;
}

 #nav li a:hover.selected, #nav li a.selected {
	background: #290a59 url(../img/global/topnav/bg_sel.gif) repeat-x;
	border-right: 1px solid #290a59;
	color: #333;
	cursor: default;
}

h3 {
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0px 0px 2px;
	margin: 0 0 10px 0;
}

h4, h5 {
	margin: 0;
	display: inline;
	font-size: 11px;
	background-image: url(../img/global/h4.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 5px 10px 0px;
}

h5 {
	padding: 0px 0px 8px 0px;
}

#header_logo {
	float: left;
}

#content {
	float: right;
	font-size: 11px;
	margin: 0;
	width: 677px;
}

#content_full {
	font-size: 11px;
	margin: 0;
}

#content ul {

}

#content li, #content_full li {
	list-style-type: disc;
	color: #532E62; /*#4B285D;*/
	background-color: inherit;
	list-style-image: url(../_images/layout/bullet.gif);
	padding: 0 0 8px 0;
	margin: 0;
}

#left_menu {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;
}

#left_menu ul {
	float: left;
	width: 190px;
	border: 1px solid #CCC;
	border-bottom: none;
	margin: 0;
	list-style: none;
	padding: 0;
	background-color: #EEE;
}

#left_menu li {
	font-size: 11px;
	text-align: right;
	line-height: 26px;
}

#left_menu li a {
	background: #DDDDDD url(../img/global/leftnav/bg_left.gif) top left;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0 10px;
	height: 25px;
	border-bottom: 1px solid #CCCCCC;
}

#left_menu li a:hover {
	background: #999 url(../img/global/leftnav/bg_over.gif) top left;
	color: #666666;
}

.clear {
      clear: both;
      height: 1px;
      font-size: 1px;
      line-height: 1px;
      margin-bottom: -1px;
}
