.nav-area {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 18px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	background-color: #0000CC;
	margin: 0px;
	padding: 0px;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	margin: 0px;
}
.menuItem {
	margin-left: 4px;
	margin-right: 15px;
	border: none;

}

.menuItem a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menuItem a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}
.menuItem a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	background-color: #0000CC;
	background-position: center;
	text-align: center;


}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}



.contentArea {
	background-color: #FFFF99;
}
.outline {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CC3300;
	width: 800px;
}
.main-text {
	padding-right: 5px;
	padding-left: 5px;





}
.currentMenuItem {
	font-weight: normal;
	color: #FFFF33;
	padding-right: 15px;
	padding-left: 5px;
	border: none;

}
.sectionTitle {
	font-weight: bold;
	color: #0000CC;
}
