@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(/images/background.png);
	background-attachment: fixed;
	background-color:#000;
	background-position: top;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

li {
	list-style-image:none;
	padding: 0px;
	margin:0px;
}

h1 {
	color: #fff6ba;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #fff6ba;
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #fff6ba;
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #fff6ba;
	margin: 0px;
	padding: 0px;
}

#container {
	background-color: #000;
	height: auto;
	width: 1240px;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
}

#contentBox {
	background-color: #000;
	float: left;
	height: auto;
	width: 900px;
	margin: 0px;
	padding: 0px;
}

/*##### SECONDARY NAVIGATION STYLE #####*/
#subNav {
	width: 350px;
	height: 30px;
	margin-top: 0px;
	padding-top: 0px;
}

#head {
	background-image: url(images/header.png);
	height: 150px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}

#content {
	font-size: .86em;
	line-height: 2em;
	text-align: left;
	height: auto;
	width: 840px;
	margin-bottom:0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 25px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
}

#clear {
	clear: both;
}

#footer {
	height: 20px;
	width: 890px;
	margin: 0px;
	padding: 0px;
}

/*##### THEME CHANGE #####*/
#indent {
	padding-left: 20px;
}

#leftCol {
	float: left;
	text-align: left;
	width: 175px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#rightCol {
	float: left;
	text-align: justify;
	width: 645px;
	height: auto;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

/*##### THEME CHANGE / COLLAPSE MENU #####*/
.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(/images/glossyback.png) repeat-x bottom left;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #253a2b;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(/images/glossyback2.png);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid;
border-bottom-color: #253a2b;
}

.glossymenu div.submenu ul li a{
display: block;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #edfced;
color: #253a2b;
}

/*##### LINE DIVIDER STYLE #####*/
#lineMid {
	float: left;
	background-color: #7E9F7E;
	height: 500px;
	width: 1px;
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
}

#topline {
	background-color: transparent;
	height: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
}

#line {
	background-color: transparent;
	height: 1px;
}

#bottomline {
	background-color: transparent;
	height: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 70px;
}

#lineDivide {
	background-color: #ffcc00;
	height: 1px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 50px;
}


#lineDivide2 {
	background-color: #ffcc00;
	height: 1px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
}
	
/*##### LINK STYLE #####*/
a {
	color:#fff6ba;
	text-decoration: none;
}

a:hover {
	color: #7B9E5C;
	text-decoration: underline;
}

a:active {
	color: #fff6ba;
	text-decoration: underline;
}

a:visited {
	color: #92ac8e;
}

/*##### TABLE CLASSES #####*/
.boxPad {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0p;
}

/*##### TEXT CLASSES #####*/
.textWhite {
	color:#FFF;
}

.textGreen {
	color: #7E9F7E;
}

.atextGreen {
	color: #ffdc00;
	text-decoration: underline;
}

.largeText {
	font-size: 1.3em;
	color: #7E9F7E;
}
