@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;
}

li {
	padding: 0px;
	margin:0px;
}

h2 {
	text-decoration: none;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 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 #####*/
#leftCol {
	float: left;
	text-align: justify;
	width: 395px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.rightCol {
	float: left;
	text-align: justify;
	width: 650px;
	height: auto;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #ffdc00;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
}

.rightCol2 {
	float: left;
	text-align: justify;
	width: 650px;
	height: auto;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #ffdc00;
	margin-bottom: 0px;
	margin-left: 100px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
}

.dash {
	float: left;
	width: 100px;
	height: 1px;
	background-color: #ffdc00;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

/*##### 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;
}
	
/*##### 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;
}

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

.textGreen {
	color: #7E9F7E;
}

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