@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
p {
	font-size:75%;
}
a:link {
	color:#000;
	text-decoration:underline;
}
a:visited {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#cc6600;
	text-decoration:underline;
}
#header { 
	padding: 8px 10px 0 20px;
	height:5.75em;
	width:916px;
	margin:auto;
}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/* padding: 10px 0; using padding instead of margin will allow you to keep the element away 
	top: -60px;
}from the edges of the div */
	padding:10px 0 0 0;
	text-align:left;
	color:#000;
	font-size:100%;
}
#header p {
	display:none;
}
#header form {
	display:none;
}
#topnav {
	display:none;
}
#about {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:70%;
	color:#336699;
	margin:0 auto;
	margin-top:-5px;
	height:6em;
}
#about p {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color:#336699;
	margin:0 18px 5px 18px;
	border-top:6px solid #f2dda4;
	padding:5px 5px 0 5px;
}

#container {
	margin:auto;
	padding:0;
	margin-top:-10px;
}
#leftnav {
	display:none;
}
#leftnav p {
	display:none;
}
#mainContent { 
	margin: 10px 25px 0 0;
	border:1px solid #efefef;
} 

#mainContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	background-color:#efefef;
	padding:10px 0 10px 10px;
	text-align:left;
	margin-top:0;
}
#mainContent h2 {
	font-size:75%;
	font-style:italic;
	border-bottom:1px solid #336699;
	text-align:left;
	margin:0 10px 0 10px;
	font-weight:lighter;
}
#mainContent h3 {
	font-size:80%;
	text-align:left;
	margin:10px 10px -10px 10px;
	font-weight:bold;
}
#mainContent p {
	color:#000;
	padding:0px 10px 0 10px;
	text-align:left;
}
 #footer { 
	margin:auto;
} 
 #footer p {
	margin: 0;
	color:#000;
	font-size:70%;
	padding-bottom:20px;
	padding-top:20px;
	position:relative;
	line-height:1.5em;
}
#footer p a:link {
	color:#000;
	text-decoration:none;
}
#footer p a:visited {
	color:#000;
	text-decoration:none;
}
#footer p a:hover {
	color:#ffcc00;
	text-decoration:underline;
}
#footer p.leftAlign {
	text-align:left;
}
#footer p.centerAlign {
	text-align:center;
}
#footer ul {
	display:none;
}
#footer li {
	display:none;
}
.fltrt { 
	float: right;
	position:relative;
	left:-150px;
	top:10px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
