@charset "UTF-8";
/* CSS Document */
body {
	background-color: #382868;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h3 {
	font-size: 100%;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h4 {
	text-transform: uppercase;
}
li {
	text-align: left;
	display: block;
	float: left;
	clear: right;
	width: 20%;
}
#container {
	background-color: #ffffff;
	height: 600px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;	
}
#content {
	background-color: #FFFFFF;
	margin-left: 20px;
	padding-right: 3em;
	padding-left: 3em;
}
#content2 {
	background-color: #FFFFFF;
	padding-right: 3em;
	padding-left: 3em;
}
.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	width: 100%;
	text-align: center;
	padding-left: 260px;
}
#header {
	float: right;
	margin: 0;
	padding: 0;
	background-image: url(images/header1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 128px;
	width: 896px;
}
#footer {
	margin: 0px;
	padding: 0px;
}
#credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #998DB6;
	margin-top: 5px;
}
#credit a {
	color: #998DB6;
	text-decoration: none;	
}
#credit a:hover {
	font-weight: bold;
}
/* NAVIGATION BAR */
#nav {
	margin-left: 200px;
	margin-top: 90px;
	margin-right: 0px;
	position: relative;
	width: 660px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
#navlist ul {
	background-image: none;
	padding: 0;
	margin: 0;
	list-style: none;		
}
#navlist li {
	float: left;
	width: 7.5em;
}
#navlist li ul {
	position: absolute;
	width: 7.5em;
	left: -999em;
}
#navlist li ul li{
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #7e6fab;
	border-bottom-color: #7e6fab;
}
#navlist li ul li a{
	color: #000;
	font-size: 11px;
}

#navlist a {
		display: block;
		width: 7.5em;
}
#navlist li a {
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}
#navlist li a:hover {
	color: #382868;
}
#navlist li:hover ul, #navlist li.sfhover ul {
	left: auto;
}
#navlist li:hover, #navlist li.sfhover { display: block }
#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 395px;
	height: 306px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	float: left;
	margin-top: 0.3em;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#images {
	position: relative;
	float: right;
	margin-right: 20px;
}
.red {
	color: #CC3366;
	font-size: 10px;
}
.redpurple {
	color: #990066;
	font-size: 10px;
}
.blue {
	color: #6666FF;
	font-size: 10px;
}
.green {
	color: #339966;
	font-size: 10px;
}
.darkgreen {
	color: #336633;
	font-size: 10px;
}
.violet {
	color: #382868;
	font-size: 10px;
}

