@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
	background-color: #000000;
}
#container {
	padding: 0;
	width: 782px;
	margin: 41px 0 0 41px;
}
#container #signin label {
	font-size:10px;
	color: #444444;
}
#nav {
	background-color: #fdb913;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 782px;
}
#content {
	margin: 0;
	padding: 0;
	width: 782px;
	background-color: #FFFFFF;
}
#content p, #content li {
	font-size: 1em;
	line-height: 1.4em;
	color: #666666;
}
#hm_hed {
	padding: 32px 32px 0 32px;
	color: #FF9900;
}
#hm_hed h1 {
	font-size: 1.9em;
	color: #fdb913;
	font-weight: normal;
	margin: 0;
	line-height: 1.5em;
}
#hm_hed h2 {
	font-size: 1.2em;
	color: #FDB913;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#login {
	width:277px;
	background-image:url(images/signin_bg.gif);
	background-repeat:
	repeat-y;
	overflow: hidden;
 }
#hm_content_inr {
	width: 464px;
	margin: 0 0 32px 32px;
}
#content h2 {
	font-weight: normal;
	color: #666;
}
#content strong {
	color: #FDB913;
}
#content a:link, #content a:visited {
	color: #3b73b9;
}
#content a:hover {
	color: #3b73b9;
}
#footer {
	margin: 0px;
	padding: 0px;
	width: 782px;
	font-size: 9px;
	color: #c1d72e;
	line-height: 24px;
	text-align: right;
	height: 72px;
}
#footer a:link, #footer a:visited {
	color: #FFF;
}
#footer a:hover {
	color: #254875;
}
#content_inr {
	width: 464px;
	margin: 32px 0 32px 32px;

}
#rightside {
	float: right;
	width: 277px;
	margin: 32px 0 16px 0;
}
#content_inr h1 {
	font-size: 1.9em;
	color: ##666666;
	font-weight: normal;
	margin: 0;
}
#content_inr h2 {
	font-size: 1.6em;
}
/* tables */
.tbl {
	font-size: 1em;
	border-right: 1px solid #c1d72e;
	color: #666;
	line-height: 1.3em;
}
.tbl td {
	border-bottom: #c1d72e 1px solid;
	border-left: #c1d72e 1px solid;
}
.tbl_hed {
	background-color: #c1d72e;
	color: white;
	font-weight: bold
}
.tbl_item {
    background-color: #ffffff;
}
.tbl_item_alt {
	background-color: #EEEEEE;
}
.tbl_rowsep {
	border-top: #c1d72e 2px solid;
}
/* end tables */
.bordered {
	border: 1px solid #CCC;
}
#content h3 {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #FDB913;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	/*hack for below IE7*/
	_vertical-align: bottom;
	position: relative;
	
}
sup {
	bottom: 0.5em;
	font-size: 9px;
}
sub {
	top: .5ex;
}
#samplemenu {
	float: left;
	width: 200px;
	margin: 1.5em 1em 1em 0;
}
#content ul.MenuBarVertical a:link {
	color:#3b73b9;
}
#content ul.MenuBarVertical a:visited {
	color:#3b73b9;
}
#sampledisplay {
	clear: left;
	width: 464px;
	margin: 1.5em 0;
}
