body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 5px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
.navbar {
	background-color: #EAD9EA;
	margin-top: 5px;
	border-top: none;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	height: 100%;
}
.navtitle {
	background-color: #BBD1FF;
	display: block;
	padding: 5px 5px 5px 10px;
	font-size: 16px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-color: #8E4F8E;
	border-top-style: dotted;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8E4F8E;
}
.navheading {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-left: 5px;
	background-color: #E0C7E0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #8E4F8E;
	border-bottom-color: #8E4F8E;
}
.navlink a:link, .navlink a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #8E4F8E;
	padding: 5px 5px 5px 10px;
	display: block;
	margin: 1px;
}
.navlink a:hover {
	background-color: #BBD1FF;
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 9px;
	border: 1px solid #9900FF;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 1px;
}
.maincontent {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	padding: 10px;
	border-top: #8E4F8E;
	border-right: 1px solid #8E4F8E;
	border-bottom: 1px solid #8E4F8E;
	border-left: 1px solid #8E4F8E;
	background-color: #F3EBF3;
	height: 100%;
}
.mainheading {
	background-color: #BBD1FF;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #8E4F8E;
	border-right-color: #8E4F8E;
	border-bottom-color: #8E4F8E;
	border-left-color: #8E4F8E;
	font-size: 16px;
	font-weight: bold;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	margin-top: 5px;
	font-style: italic;
}
.mainPicLeft {
	background-color: #E0C7E0;
	float: left;
	border: 1px dotted #CCA2CC;
	font-size: 10px;
	margin: 5px;
	padding: 5px;
}
.mainPicRight {
	background-color: #E0C7E0;
	float: right;
	border: 1px dotted #cca2cc;
	font-size: 10px;
	margin: 5px;
	padding: 5px;
}
.banner {
	padding: 5px;
	border: 1px solid #8E4F8E;
	background-color: #E0C7E0;
}
.footer {
	background-color: #BBD1FF;
	border: 1px dashed #8E4F8E;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rightnav {
	background-color: #D7E3FF;
	padding: 5px;
	border: 1px solid #BBD1FF;
	line-height: 20px;
	list-style-type: disc;
	height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
