body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	color: #B7D1D0;
	font-weight: bold;
}

a:link {
	color: #66CCFF;
	text-decoration: underline;
}

a:visited {
	color: #66CCFF;
	text-decoration: underline;
}

a:active {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration: none;
}

img.photo {
	border: 1px solid #B7D1D0;
	margin-left: 5px;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #3366FF;
	display: block;
	width: 400px;
	padding-right: 5px;
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #3366CC;
	text-transform: uppercase;
	font-style: italic;
}

 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 137px;
	border-bottom: 1px solid #1E3883;
	text-align: center;
	}

 ul li {
	position: relative;
	}
	
 li ul {
	position: absolute;
	left: 124px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
 ul li a.nav {
	display: block;
	text-decoration: none;
	color: #000000; /* IE6 Bug */
	padding: 5px;
	background-color: #B7D1D0;
	width: 125px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1E3883;
	border-right-color: #1E3883;
	border-bottom-color: #1E3883;
	border-left-color: #1E3883;
	}
	
/* Holly Hack. IE Requirement \*/
*  html ul li { float: left; height: 1%; }
*  html ul li a { height: 1%; }
/* End */

 ul li a:visited {
	color: #000000;
	background-color: #B7D1D0;
} /* Hover Styles */
 
 ul li a:hover {
	color: #FFFFFF;
	background-color: #1E3883;
} /* Hover Styles */
		
 li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

 li:hover ul, li.over ul { display: block; } /* The magic */
 


.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: right;