@charset "UTF-8";
/* CSS Document */

body { 
	margin: 0px;
}

/* SPLASH PAGE */

#splashbanner {
	height: auto;
	width: 660px;
	margin-left:auto; 
	margin-right:auto;
	margin-top: 0;
	margin-bottom: 0;
}

#splashtextwrapper {
	margin-left:auto; 
	margin-right:auto;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8dc63f;
	text-align: center;
	line-height: 18px;
	height: 60px;
	width: 720px;
}

#splashtextwrapper2 {
	margin-left:auto; 
	margin-right:auto;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000000;
	text-align: center;
	line-height: 33px;
	height: 50px;
	width: 660px;
}

.nav:link {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8dc63f;
	text-align: center;
	line-height: 15px;
	height: auto;
	width: 720px;
	text-decoration: underline;
	color: #8dc63f;
}
.nav:visited {
	text-decoration: underline;
	color: #8dc63f;
}
.nav:hover {
	text-decoration: none;
	color: #8dc63f;
}
.nav:active {
	text-decoration: underline;
	color: #8dc63f;
}

/* END OF SPLASH PAGE */

#pagewrapper {
	margin-left:auto; 
	margin-right:auto;
	margin-top: 0;
	height: auto;
	width: 660px;
}

#bannerwrapper {
	position:relative;
	height: auto;
	width: 660px;
	margin-left:auto; 
	margin-right:auto;
	margin-top: 0;
	z-index: 9;
}

#bannertextwrapper {
	position: relative;
	margin-top: -90px;
	margin-left:340px;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	line-height: 18px;
	height: 60px;
	width: 300px;
	z-index: 10;
}

#navwrapper {
	position:relative;
	width: 660px;
	margin-top: 60px;
	margin-left: 30px;
	height: 550px;
	width: 150px;
}

#textwrapper {
	margin-top: -565px; 
	margin-left:200px;
	height: auto;
	width: 430px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #8dc63f;
	text-align: left;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #8dc63f;
	text-align: left;
	border-bottom:#8dc63f dotted 1px; 
	padding-top: 20px;

}

p {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 16px;	
}

.p:link {
	text-decoration: underline;
	color: #333333;
}

.p:visited {
	text-decoration: underline;
	color: #333333;
}

.p:hover {
	text-decoration: none;
	color: #8dc63f;
}

.p:active {
	text-decoration: underline;
	color: #333333;
}

#text1 {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	padding-left: 8px;
}

li {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 16px;	
}

#toplink {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}

.toplink:link {
	text-decoration: underline;
	color: #000000;
}

.toplink:visited {
	text-decoration: underline;
	color: #000000;
}
.toplink:hover {
	text-decoration: none;
	color: #8dc63f;
}
.toplink:active {
	text-decoration: underline;
	color: #8dc63f;
}

table.sample {
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #8dc63f;
	border-collapse: separate;
	background-color: white;
	margin-bottom: 10px;
}

table.sample td {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	border-width: 1px;
	padding: 5px;
	border-style: dotted;
	border-color: #8dc63f;
	background-color: white;
	-moz-border-radius: ;
}

.tabletext {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	line-height: 20px;
	border-bottom: #8dc63f thin;
}


#footerwrapper {
	margin-left:auto; 
	margin-right:auto;
	margin-top: 20px;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	width: 660px;
	padding-top: 4px;
	background-image:url(images/footer.jpg);
}

.footerwrapper:link {
	text-decoration: underline;
	color: #ffffff;
}

.footerwrapper:visited {
	text-decoration: underline;
	color: #ffffff;
}
.footerwrapper:hover {
	text-decoration: none;
	color: #ffffff;
}
.footerwrapper:active {
	text-decoration: underline;
	color: #ffffff;
}