body {
	margin: 0;
	padding: 0px;
	font-family: "Verdana", Verdana, sans-serif;
	font-size: 6pt;
	text-align: center;
	line-height: 1.5em;
	background:white;
	}

/* links
---------------------------------------------------------- */
	
a:link, a:visited 
{
	color: #444488; font-weight: bold; text-decoration: underline; padding: 0 0 1px;
}
a:hover {
	color: #2D405B;
	text-decoration: none;
	}

/* navigation
---------------------------------------------------------- */

#navbar
{	
	font-size: 14px;
	text-align: center;
	width: 718px;
	height:35px;
	background: white;
	border-top: 2px solid #008080;
}
#navbar2
{	
	font-size: 13px;
	text-align: center;
	width: 780px;
	height:35px;
	background: white;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#nav{
	float: center;
	border-bottom-style: none;
	display: inline;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	text-decoration:none;
	text-align: center;
	list-style-type: none;
	}
#nav li a {
	float: center;
	margin: 1px 1px 1px 1px;
	padding: 4px 15px;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #008080;
	}
#nav li a:hover {
	font-weight: normal;
	background-color: #FFFFCC;
}
#nav li a.active {
	font-weight: bold;
	color: #008080;
	background: #ffffff;
	text-decoration: none;
}
	
#subnav
{
	
}
#subnav ul {
	display:list-item;
	margin: 0;
	padding: 0;
	list-style:none;
	}
#subnav li {
	width: 100%;
	float:left;
	margin: 0;
	padding: 0;
	}
#subnav li a {
	float: left;
	margin: 0 1px 0 0;
	color: #008080;
	padding: 4px 9px;
	font-size: 80%;
	font-weight: normal;
	text-decoration:none;
	}
#subnav li a:hover {
	background: #EFEFEF;
	}
#subnav li a.active {
	font-weight: bold;
	color: #000;
	text-decoration:none;
	}
	
#subnav .level2header {
	float: left;
	margin: 0 1px 0 0;
	padding: 4px 9px;
	font-size: 100%; 
	}
	

#subnav .level2 {
	margin: 0px 00px 0px 20px;
	}


/* misc */
.subimage
{
	padding-bottom:20px;
}

a img {
	border: none;
}

.ContentText
{
	text-align:left;
	font-size: 9pt;	
}

.secondhead 
{
	text-align:center;
	text-decoration:none;
	font-size: 15pt;
}
.ContentText head2
{
	text-align:center;
	text-decoration:underline;
	font-size: 20pt;
}
#head2
{
	float:center;
	text-align:center;
	text-decoration:none;
	font-size: 13pt;
}
#head3
{
	float:center;
	text-align:center;
	text-decoration:none;
	font-size: 110%;
	font-weight:bold;
}
.head3
{
	float:center;
	text-align:center;
	text-decoration:none;
	font-size: 100%;
	font-weight:bold;
}

/* Start of Pull down Menu Code */
#navmenu
{
padding: 0; 
margin: 0; 
height:30px;
}
#nav ul
{
padding: 0; 
margin: 0; 
}

#nav a {
	font-weight: bold;
	font-size: 13px;
	color: green;
	text-decoration: none;
	display: block; 
	width: 137;
}

#nav li {
	float: center;
	position: relative;
	width: 137;
	background-color: white;
	border-bottom: 1px solid #7d6340;
	border-width: 1px 0;
	padding: 0px 2px;
}

#nav li ul {
	display: none;
	position: absolute; 
	width: 10; 
	left: -999em;
	top: 100%;
	font-weight: normal;
	padding: 0.5px 0px 1px 0px;
}
#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	padding: 5px 5px;
}
#nav li li a:hover {
	padding: 5px 5px;
	border: 1px solid #7d6340;
	border-width: 0 1px;
}
#nav li>ul {
	top: auto;
	left: auto;
}
#nav li li {
	display: block;
	float: none;
	background-color: white;
	border: 0;
	padding: 5px 5px;
}
#nav li:hover ul, #nav li.over ul,#nav li.sfhover ul  {
	left: auto;
	display: block;
}
#register {
	margin-top:4px;
	background-color:#fff;
	}

#registerform {
	font-size:80%;
	background-color: #ffc;
	margin:0;
	}

#registerform form	{
	
	padding:9px;
	width:165px;
	margin:0;
	}

#registerform form ul li {
	position: relative;
	display:block;
	margin:0;
	padding:0;
	color:#f00;
	}

#registerform label, #registerform form ul {
	margin:0;
	line-height:1.2em;
	clear:both;
	display:block;
	width:150px;
	}

#registerform form ul {
	background:none;
	background-image:url(../i/alert.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	height:auto;
	padding:0;
	padding-left:22px;
	margin-left:-6px;
	margin-bottom:.66em;
	font-size:9px;
	} 

#registerform label input.text {
	margin:0;
	width:140px;
	}

#registerform input.btn {
	margin:6px 3px;
	}

#thankyou {
	padding:12px;
	background:#ffc;
	line-height:1.33em;
	}
			






