/* CSS Document */

html {background-color:#666666}

body {
	color: #000000;
	background-color: #666666;
}
/* banner styles */
#banner{
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 81px;
	width: 820px;
	float: none;
	position: relative;
}

/* wrapper styles */
#wrapper {
	background-color: #8FD58D;
	color:#333333;
	width: 820px;
	text-align: left;
	margin: auto;
}

#leftcol {
	width: 167px;
	float: left;
	background-color: #8FD58D;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	height: 700px;
	position: relative;
	top: -1px;
}

/* navigation styles*/
div#nav {
	float:left;
	background-color: #99CC99;
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	line-height: 1em;
}

div#nav ul {
	padding: 0;
	border: 1px solid #CCC;
	border-width: 0 1px;
	background-color: #9C9;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

div#nav li:hover {
	background-color: #00FF00;
	margin-top: -1px;
}

div#nav li {
	position:relative;
	list-style:none;
	float: left;
	line-height: 1em;
}

div#nav li a {
	display:block;
	text-decoration:none;
	padding-top: .25em;
	padding-right: 0;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	color: #CC0000;
}

div#nav>ul a {
	width:auto;
}

/* content styles */
#content {
	padding: 15px;
	position: relative;
	float: left;
	width: 600px;
}
#content p {
	line-height: 100%;
	text-align: left;
	padding-left: 50px;
	font-size: medium;
	padding-right: 15px;
	font-family: "Times New Roman", Times, serif;
	margin: 1px;
}

.rightimage{
	float: right;
	margin-left: 15px;
	border: 0px none #FFFFFF;
	width: auto;
	position: relative;
	padding: 5px;
}

/* footer styles */
#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: x-small;
	color: #000000;  /* This background color covers the faux column effect that spans the entire holder div */
	background-color: #8FD58D;
	text-decoration: none;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: none;
	line-height: 100%;
	float: none;
	display: inline;
}

#footer a:link a:visited {
	color: #FFFFFF;
	text-decoration: none;
	height: 1px;
	background-image: none;
	display: inline;
}

#footer a:hover {
	color: #0033FF;
	text-decoration: underline;
	font-weight: normal;
	background-image: none;
	display: inline;
}


.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
	background-color: #669966;
	color:#000000;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #0033FF;
	text-decoration: underline;
}
a:link a:visited{
	background-image: none;
	color: #CCCCCC;
}	
#wrapper #content h6 {
	color: #333333;
}
#wrapper #content h5 {
	color:#804000;
}
#wrapper #content h2 {
	color: #FFFFFF;
}
#wrapper #content h3 {
	color: #FFFFFF;
}
#wrapper #content h4 {
	color: #804000;
}
#wrapper #content h1 {
	color: #CB261B;
}
.box {
	border: thin solid #FFFFFF;
}
.box2 {
	border:thin solid #000000;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	text-align: center;
	margin: 5px;
	padding: 5px;
}
