body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 80%;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

html {
	background-color: #FFFFFF;
}

#box2 {
	position: absolute;
	top: 75px;
	left: 50px;
	width: 333px;
	background-color: #003333;
	border: 2px solid #34537D;
	height: 375px;
	color: #DDDBE4;
}
 
#box1 {
	position: absolute;
	top: 10px;
	width: 340px;
	height: 650px;
	background-color: #333399;
	left: 420px;
	color: #6666CC;
	text-align: right;
	vertical-align: bottom;
} 

#boxbottom {
	width: 205px;
	border: 2px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: fixed;
	background-color: #FF6600;
	top: 50px;
	right: 300px;
	float: right;
	bottom: 100px;
	height: 175px;
}

a:link {
	color: #66FFCC;
	text-decoration: none;
}
 
a:visited {
	color: #66FFCC;
	text-decoration: none;
}
 
a:hover {
	color: #990000;
	background:#FF9900
}
 
a:active {
	color: #66FFCC;
	text-decoration: none;
}

 
#header { 
	border-top: 1px solid #778899; 
	border-bottom: 1px dotted #B2BCC6;
  	height:3em;
 }
 
#header .slogan {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #778899;
 	background-color: transparent;
 	float: right;
 	width: 300px;
 	text-align:right;
 	margin-right: 2em;
 	margin-top: 0.5em;
 	}
 
#header .logo {
 	float: left;
 	width: 187px;
 	margin-left: 1.5em;
 	margin-top: 0.5em;
 	}
 
#nav {
 	position: absolute;
 	top: 5em;
 	left: 1em;
 	width: 14em;
 	}
 
#nav ul {
 	list-style: none;
 	margin-left: 1em;
 	padding-left: 0;
 	}
 
#nav li {
 	font-size: 80%;
 	border-bottom: 1px dotted #B2BCC6;
 	margin-bottom: 0.3em;
 	}
 
#nav a:link, #nav a:visited {
 	text-decoration: none;
 	color: #2A4F6F;
 	background-color: transparent;
 	}
 
#nav a:	hover {
 	color: #778899;
 	}
	