html
{
	height: 100%;
	width: 100%;
}

body
{
	background-color: #ffffb7;
	color: black;
	font-family: Trebuchet MS, Times New Roman, Arial, Verdana, Georgia;
	font-size: 1em;
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin: 0px auto;
	width: 100%;
	position: relative;
}



/* Nav */

#navcontainer {width:800px; margin: 0px auto;}

#nav {width:100%; text-align:center; }
#nav ul {width:100%; list-style:none; display:block; float: center;}
#nav li {float:left; display:block; padding:0px;}
#nav li a {padding-left:25px; color:black; display:block; overflow:hidden; text-decoration: none; }
#nav li a:hover { text-decoration: underline;}



/* Main Header */

#mainhead {clear:both; position:relative; width: 700px; margin: 0px auto; padding: 10px;}
#mainhead h1 { text-decoration: none;}



/* Main Content Container */

.maincontentcontainer {margin: 40px; text-align:left}



/* Body text */

.bodyText 
{
	font-size: 0.8em;
	color:black;
}

/* Body text A Rules */

.bodyText a:link
{
	color: black;
	text-decoration: underline;
}

.bodyText a:visited
{
	color: black;
	text-decoration: underline;
}

.bodyText a:hover
{
	color: black;
	text-decoration: underline;
}

.bodyText a:active
{
	color: black;
	text-decoration: underline;
}


/* Footer */

#footer p
{
	padding: 20px;
}



.help 
{
	border-bottom: 1px dotted #333;
	cursor: help;
}

