div{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	font-family:Arial, Helvetica, sans-serif;
	} 


#header {
	width: 799px;
	background-color: #FFFFFF;
	font-family: "Century-Gothic", "Century Gothic", "Georgia", "Serif";
	margin-bottom: 10px;
}

#leftheader{
	text-align: left;
	float: left;
}
#rightheader{
	float: right;
	text-align: right;
}

#header h1{
	padding: 0px;
	font-size: 23pt;
	letter-spacing: 3px;
	margin: 0;
	font-family: Centry-Gothic

}


#nav {	
	background-color: #FFFFFF; 
	white-space: nowrap;
	margin-bottom: -1px;
}
 
#content {
	background-color: #FFFFFF;
	z-index: 50;
	font-family:Arial, Helvetica, sans-serif;
	border: 0px solid black;
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 500px;
	min-width: 750px;     /*this is div width (780) minus left + right padding*/
	width: 750px;
	padding: 15px;
	color:#333333;
}

#footer {
	
}

#nav ul {
	position: relative;;
	padding: 0px;
	margin-left: 5px;
    margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.bottom{
	z-index: 1; position: relative;;
}

.top{
	z-index: 999; position: relative;;
}

#nav li {
    list-style: none;
    padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
    display: inline;
	margin-left: 15px;
    background: #C2FF99;
	border-top: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
}

#nav a {
	padding-left: 5px;
	padding-right: 5px;
    padding-top: 4px;
	padding-bottom: 0px;
	margin: 0px;
    font-family: "Century-Gothic", "Century Gothic", "Georgia", "Serif";
	font-size: 14px;
	text-decoration: none;;
}


#nav li#navcurrent {
	border-bottom-color: #C2FF99;
}


#nav li a:link { 
	color: #000;
}
#nav li a:visited { 
	color: #000; 
}

#nav li a:hover {
	color: #fff;
}



	


#footer{
text-align: center;
font-family: "Ariel";
font-size: 10px;
}

#parent div {
	position: relative;
}

#content h2 {
	color: #81213a;
	border-bottom: 0px solid #666;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 20px;
	text-align: left;
	font-weight:normal;
}
#content h3 {
	color: #666;
	border-bottom: 0px solid #666;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 0px 0 0px 0;
	font-size: 13px;
}
#content h4 {
	color: #666;
	border-bottom: 0px solid #333333;
	margin-top: 45px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px 0 0px 0;
	font-size: 15px;
}

.centered{
	margin-top: 50px;
	text-align:center;
	font-size: 15px;
}

#floatleft div{
}

#floatright div{
}



#content p{
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 12px;
}
#content table{
	padding-left: 15px;
	padding-bottom: 15px;
}
#content a:link {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
}
#content a:visited {text-decoration: none;
color: black;
font-family:Arial, Helvetica, sans-serif;
	}
#content a:active {text-decoration: none;font-family:Arial, Helvetica, sans-serif;
	color:black;
	}
#content a:hover {text-decoration: underline; 
color: black;
font-family:Arial, Helvetica, sans-serif;
}
