/* HTML TAGS */
body {
	width: 902px;
	background-color: #000;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, san-serif;
	font-size: .9em;
}

/* BASE */
#header {
	margin: 0;
	padding: 0;
}
#headerPrint {
	display: none;
}
#headerbg {
	position: absolute;
	z-index: 5;
}
/*container needed to make base flow to dynamic height*/
#container {
	width: 902px;
	margin: 0px auto;
	padding: 0px;
}
#base {
	width: 902px;
	background: #fff url(/i/bg_base.png) ;
	border: solid 1px #686868;
	display: block;
	float: left;
/*	padding-bottom: -1px;*/
	margin-left: -1px;
}
#columnLeft {
	width: 110px;
	padding: 150px 0 0 0;
	float: left;
	margin: 0;
}
#columnRight { 
	position: relative;
	right: 0;
	width: 790px;
	padding: 0;
	margin: 110px 0 0;
	float: right;
}


/* TABS */
#tabs {
	padding: 0;
	width: 100%;
	overflow: hidden;
	background: transparent;
}
#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}
#tabs a {
	float: right;
	color: #fff;
/*	background: #8f001c url(/i/roundtop.gif) no-repeat right top;*/
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
}
#tabs a span {
	float: right;
	display: block;
	background: transparent url(/i/roundbottom.gif) no-repeat right bottom;
	padding: 7px 9px 3px 6px;
	cursor: pointer;
}
#tabs a span {
	float: none;
}
#tabs a:hover {
	color: #8ca138;
}
#tabs li.selected a {
	color: yellow;
}
#tabs a:hover span {
	background-color: transparent;
}

/* MENU BAR */
#navbar {
	width: 100%;
	height: 25px;
	background-color: #8ca138;
	z-index: 2;
	font-size: 1.1em;
}
#menu {
	margin-left: 10px;
	float: left;
}
#menu a {
	font: bold small-caps 0.9em "Trebuchet MS", "Arial", san-serif; 
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 2px 5px;
	text-decoration: none;
	color: #fff;
}
#menu a:hover {
	color: #a50021;
}
#menu ul a {
	padding: 2px 6px;
	border-right: 1px solid #bbb;
}
#menu ul ul a {
	border-width: 1px;
	border-color: #ccc #888 #555 #bbb;
	border-style: solid;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	position: relative;
	background-color: #8ca138;
}
#menu ul li {
	float: left;
	display: block;
}
#menu ul ul {
	position: absolute;
	display: none;
}
#menu ul ul li {
	position: relative;
	float: none;
	background-color: #243c58;
}
#menu ul ul li a:hover {
	color: #ffff99;
}
#menu ul ul ul {
	top: 0;
	left: 100%;
}
#menu ul ul ul li a {
	background-color: #c4c831;
	color: #000;
}
/*begin floating anchors*/
div#menu li:hover{
cursor:pointer;
z-index:2;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}
/*end floating anchors*/

#mainMenuShadow { 
	margin-left: 1px;
}

/*MAIN BODY*/
#columnRightContent ul {
	padding: 0px;
	margin: 0px;
}
#columnRightContent ul li {
	list-style-type: none;
	padding-left: 15px;
	background: url(/i/bullet_maincontent.gif) 0px 3px no-repeat;
}
#columnRightContent ul ul {
	margin-left: 20px;
}
#columnRightContent ol li {
	padding-left: 0px;
	background: none;
}
#columnRightContent ol ul li {
	padding-left: 15px;
	background: url(/i/bullet_maincontent.gif) 0px 3px no-repeat;
}
#columnRightContent a {
	color: #a50021;
	text-decoration: none;
	border-bottom: 1px solid #8ca138;
}
#columnRightContent a:hover {
	color: #8ca138;
	background-color: #eee;
}
#columnRightContent a:active {
	color: #000;
}
#columnRightContent a.noline {
	text-decoration: none;
	border: none;
	background: none;
}

/* FOOTER */
#footer {
	width: 372px;
	clear: both;
	padding: 10px 0 20px;
	font-size: 0.6em;
	color: white;
	font-family: "trebuchet ms";
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 0.8em;
	margin: 0 auto 30px;
}
.footerList {
	clear: both;
	color: #fff;
	padding: 0 15px;
	margin: 0 0 0;
}
.footerList li {
	float: left;
	padding: 2px 6px;
	margin: 0;
	list-style-type: none;
}
.footerList a {
	color: #fff;
	text-decoration: none;
}
.footerList a:hover {
	color: #ffd31f;
}
.footerListLeft {
	border-left: 1px solid #fff;
}
#footer p {
	clear: both;
	margin: 0;
	padding-top: 2px;
}
#footerPrint {
	display: none;
}

/*common adjustments*/
.tableSpace {
	margin-left: 1em;
	margin-bottom: 1em;
}
.tableSpace_left {
	margin-right: 1em;
	margin-bottom: 1em;
}
sup {
	font-size: .8em;
}