body {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background-color: #CCCCCC;
}

#wrapper {
	color: #333333;
	width: 100%;
	background-color:#FFFFFF;
}

#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
#splash {
	background-image: url(images/pattern.jpg);
	width: 100%;
	height: 125px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #006A3A;
	text-transform: uppercase;
	text-align: left;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-size: 14px;
	color: #006A3A;
	margin-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
}

#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding-top: 25px;
	clear: both;
	text-align: justify;
}
#bunchatext {
	float: left;
	width: 560px;
	margin-bottom: 50px;
	padding-right: 30px;
}
#bunchatext img {
	float: right;
	margin-left: 10px;
}


.blurbpad {
	margin-top: 25px;
}
#footer {
	text-align: center;
	clear: both;
	background-color: #0F5839;
	color: #FFFFFF;
	padding: 2px;
	font-size: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
#disclaimer {
	font-size: 10px;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	line-height: 12px;
}
#blurb {
	background-image: url(images/green-box.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 125px;
	width: 220px;
	color: #FFFFFF;
	font-weight: normal;
	border-left: solid #FFFFFF 1px;
	font-size: 18px;
	text-align: center;
}
#blurb a {
	color: #FFFF00;
	text-decoration: none;
}

#blurb a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

#infobox {
	background-color: #F2ECEC;
	float: left;
	width: 170px;
	padding: 10px;
	margin-top: 45px;
	margin-bottom: 50px;
	border: solid #666666 1px;
	text-align: left;
	line-height: 12px;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#infobox h3 {
	border-top: dashed #666666 1px;
}


#header img {
	float: left;
}




a {
	text-decoration: underline;
}

a:link {
	color: #006A3A;
	text-decoration: underline;
}

a:visited {
	color: #0F5839;
}
#logo {
	float: left;
	width: 214px;
}

a:active {
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}




/*dropdown menus*/
#nav{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
} 

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	border:0;
}
#nav img{
	border:0;
}

#nav a:hover{}


#nav li { /* all list items */
	text-align: left;
	float: left;
	}

#nav li ul { /* second-level lists */
	border: 1px solid #CCCCCC;
	position: absolute;
	background: #FFFFFF;
	background-repeat: repeat-x;	
	left: -999em; 
	padding: 15px 0 5px 0;
	margin: 0;
	width: 190px;
	color: #000;
}

#nav li ul a{
	font-size: 12px;
	text-decoration: none;
	color: #006A3A;
	font-weight: bold;
	text-align: left;
	margin: 5px 25px 5px 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#nav li ul a:hover{
	text-decoration: none;
	color: #121212;
}


#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
/* lists nested under hovered list items */
	left: auto;
}

#topheader{
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}#discover {
	font-style: normal;
	font-weight: bold;
	color: #666666;
	float: left;
	font-size: 20px;
	margin-left: 175px;
	margin-top: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
