body {
	background-color: #006599;
	font: 1em Verdana, Tahoma, Arial;
	color: #FFF79A;
}

/*HEADER INFO*/
a.header:link {
	font: bold 1em Verdana, Tahoma, Arial;
	color: #FFF79A;
	text-decoration: none;
}
a.header:visited {
	font: bold 1em Verdana, Tahoma, Arial;
	color: #FFF79A;
	text-decoration: none;
}
a.header:hover {
	font: bold 1em Verdana, Tahoma, Arial;
	color: #6DCFF6;
	text-decoration: underline;
}

/*NAV MENU INFO*/
.nav {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFF79A;
	width: 150px;
	display: block;
	padding: 10px 0px;
	margin-top: 10px;
}
a.nav:link {
	color: #006599;
	text-decoration: none;
}
a.nav:visited {
	color: #006599;
	text-decoration: none;
}
a.nav:hover {
	color: #FFF79A;
	background-color: #006599;
	text-decoration: underline;
	border: 1px solid #FFF79A;
	display: block;
	width: 148px;
	margin-top: 8px;
}

/*CONTENT AREA*/
#content {
	padding: 10px;
}
.pagetitle {
	font: 120% Verdana, Tahoma, Arial;
	color: #000000;
}
.pagecontent {
	font: 80% Verdana, Tahoma, Arial;
	color: #FFF79A;
}

/*LINKS*/
a:link {
	color: #FFF79A;
	text-decoration: underline;
}
a:visited {
	color: #FFF79A;
	text-decoration: underline;
}
a:hover {
	color: #6DCFF6;
	text-decoration: none;
}

/*LISTS*/
ul {
	font: 80% Verdana, Tahoma, Arial;
}