html, body {
   margin:0px; padding:0px; background-color:#ffffff;
   font			: normal 10pt/12pt arial,helvetica,sans-serif;
   text-decoration	: none;
   color		: white;
   Xbackground-color	: #d0ffff;
   background-color	: #bfbfdb;
   background-image	: none;
}

.darkblue { background-color:#000066; }
.midblue { background-color:#666699; }
.lightblue { background-color:#bfbfdb; }

form { margin: 0; padding: 0; }

a { color:#c6dffd; text-decoration:underline; }
a:hover { color:#ffffff; text-decoration:underline; }

a.link		{ color: #008000; text-decoration: none; font-weight: normal; }
a.visited	{ color: #3cb371; text-decoration: none; font-weight: normal; }

.nav {	color: white;
	text-decoration:none;
	font-size:16px; font-weight:bold;
	letter-spacing:1px;
	margin:4px 0 2px 0;
}
a.nav:hover {  text-decoration:underline; }

.navrow	{
	border-bottom: 2px solid #000066;
	background-color:#666699;
	width: 100%;
	vertical-align: center;
	text-align: center;
}

.linkbox {
	font-size: 80%;
	padding: 4px;
	margin: 0;
	border: 1px solid #000066;
	width: 20%;
	vertical-align: top;
}

h1 {
	font		: bold 140% helvetica,sans-serif;
	text-align	: left;
	margin		: 6px 2px 4px 2px;
	padding		: 0;
}


.top {
	text-align	: left;
	color		: white;
	background-color: #000066;
	margin		: 6px 2px 4px 2px;
	padding		: 20px 6px 6px 20px;
}


h2 {
	font		: bold 120% helvetica,sans-serif;
	text-align	: left;
	margin		: 4px 2px 4px 2px;
	padding		: 0;
}

li {
	margin:6px 0 0 9px
}

