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

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 #####*/
#leftCol {
	float: left;
	text-align: justify;
	width: 170px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#title {
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

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

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

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

#directors {
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding: 0px;
}

/*##### LINE DIVIDER STYLE #####*/
#lineMid {
	background-color: #ffdc00;
	height: 1px;
	width: 840px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
	padding: 0px;
	clear: both;
}

#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 {
	float: left;
	background-color: #000;
	height: 430px;
	width: 1px;
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
}
	
/*##### 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;
}

.atextLabel {
	color: #7E9F7E;
	font-size: 1em;
	text-decoration: none;
}
	
