/* HTML TAGS */
body {
/*	background: #000 url(/i/bg_body.png) top center no-repeat;*/
	background-color: #000;
	margin: 0;
	padding: 0;
}

/* BASE */
#header {
	width: 902px;
	margin: 0 auto;
	padding: 0;
}
#headerPrint {
	display: none;
}
#logoHome {
	position: absolute;
	/*top: 7px; left: 36px;*/
	z-index: 2;
	margin: 7px 0 0 36px;
}
#headerbg {
	position: absolute;
}

/* CUSTOM BACKGROUND*/
/*container needed to make base flow to dynamic height*/
#container {
	width: 902px;
	margin: 0 auto;
	padding: 0;
}
#base {
	width: 902px;
	background: #5f5f5f url(/i/bg_base.png);
	border: solid 1px #686868;
	display: block;
	float: left;
	padding-bottom: -1px;
	margin-left: -1px;
}

/* COLUMN LEFT */
#columnLeft {
	font-family: "trebuchet ms";
	width: 180px;
	padding: 185px 0 0 0;
	margin: 0;
	float: left;
	color: #000;
	font-weight: bold;
}
#columnLeftList {
	margin: 0;
	padding: 0;
}
#columnLeftList li {
	margin: 0 20px 0 15px;
	padding: 6px 0 6px 9px;
	list-style-type: none;
	font-size: 0.8em;
	line-height: 1.1em;
}
#columnLeftList li.level1 {
	border-top: 1px solid #e8d592;
}
#columnLeftList li.selected {
	border-top: 1px solid #e8d592;
	background: url(/i/bullet_columnLeftSel.gif) no-repeat 0px 10px;
}
#columnLeftList li.gap {
	margin: 0 20px 0 15px;
	padding: 0;
	border-top: 1px solid #e8d592;
	height: 3px;
	font-size: 3px;
	line-height: 3px;
	background-color: #c2b27a;
}
#columnLeftList a {
	color: #000;
	text-decoration: none;
	display: block;
}
#columnLeftList a:hover {
	color: #8c9662;
}
#columnLeftList a.selected {
	color: #8c9662;
}
#columnLeftList a.hasSubs {
	padding-right: 9px;
	background: url(/i/bullet_columnLeftHasSubs.gif) right center no-repeat;
}
#columnLeft h2 {
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	padding: 5px 0px 8px 22px;
	margin: 0px;
}

/*COLUMN MIDDLE*/
#columnMiddle {
	width: 715px;
	padding: 0;
	margin: 135px 0 0 5px;
	float: left;
}
#columnMiddleContent {
	padding: 20px;
	font-family: Arial;
	font-size: .8em;
	color: #000;
}#columnMiddleContent h1 {
	border-bottom: 1px solid #a6e093;
	margin-bottom: 15px;
	font-size: 2em;
	letter-spacing: -.5px;
	color: #7f8959;
}
#columnMiddleContent h2 {
	margin-bottom: 15px;
	letter-spacing: -.5px;
}
#columnMiddleContent h3 {
	margin-bottom: 15px;
	letter-spacing: -.5px;
}
#columnMiddleContentMainImg {
	padding-left: 15px;
}
#columnMiddleContent ul {
	padding: 0px;
	margin: 0px;
}
#columnMiddleContent ul li {
	list-style-type: none;
	padding-left: 15px;
	background: url(/i/bullet_maincontent.gif) 0px 3px no-repeat;
}
#columnMiddleContent ul ul {
	margin-left: 20px;
}
#columnMiddleContent ol li {
	padding-left: 0px;
	background: none;
}
#columnMiddleContent ol ul li {
	padding-left: 15px;
	background: url(/i/bullet_maincontent.gif) 0px 3px no-repeat;
}
#columnMiddleContent a {
	color: #718a92;
	text-decoration: none;
	border-bottom: 1.5px solid #a6e093;
}
#columnMiddleContent a:hover {
	color: #333;
	background-color: #eee;
}
#columnMiddleContent a:active {
	color: #000;
}
#columnMiddleContent a.noline {
	text-decoration: none;
	border: none;
	background: none;
}

/* FOOTER */
#footer {
	width: 452px;
	clear: both;
	padding: 10px 0px 20px 0px;
	margin: 0px auto;
	margin-bottom: 30px;
	font-size: .6em;
	color: #e8d592;
	font-family: trebuchet ms;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.footerList {
	color: #fff;
	padding: 0px 15px 0px 15px;
	margin: 0px;
}
.footerList li {
	float: left;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	list-style-type: none;
}
li.footerListRight {
	border-left: 1px solid #fff;
}
li.footerListRight a {
	color: #fff;
	text-decoration: none;
}
.footerListRight a:hover {
	color: #8c9662;
}
#footer p {
	padding-top: 2px;
	margin: 0;
}
#footer p a {
	color: #e8d592;
	text-decoration: none;
}
#footer p a:hover {
	border-bottom: 1px solid #e8d592;
}
#footerPrint {
	display: none;
}


/* ADJUSTMENT CLASSES */
.tableSpace {
	margin-left: 1em;
	margin-bottom: 1em;
}
.tableSpace_left {
	margin-right: 1em;
	margin-bottom: 1em;
}
.nowrapcell {
	white-space: nowrap;
}


/* TABLES */
.basicTable {
	margin-left: 1em;
	margin-bottom: 1em;
	outline: solid 1px black;
	background-color: #fff;
}
.basicTable thead td {
	color: #000;
	font-weight: bold;
	background-color: #cde5c5;
	padding: 2px;
	border-bottom: solid 1px black; }
.basicTable tbody td {
	color: #000;
	background-color: #f5eac1;
	padding: 2px;
}
.basicTable tbody td a {
	color: #667d85 ! important;
}
.TOC td a {
	border-bottom-style: none ! important;
}


/* FORMS */
#contactform {
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
#contactform h3 {
	color: #666;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#contactform .formlabel {
	margin: 0px;
	padding: 5px 0px 2px 0px;
	font-weight: bold;
	color: #666;
}
#contactform .formlabelrequired {
	margin: 0px;
	padding: 5px 0px 2px 0px;
	font-weight: bold;
	color: red;
}
#contactform .formfield {
	margin: 0px;
	padding: 0px;
	color: #333;
}