body {
	color: #003366;
	font-family: "Times New Roman", sans-serif, Times;
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	text-align:center;
	background-color: #ffffff;
}

#wrapper {
	width: 100%;
	background-color: white;
	margin: 3px auto;
	text-align:left;
	height: 100%;
}

#head{
	margin-top: 0px;
	height: 100%;
	width: 100%;
}

#top {
	font-family: Arial, Helvetica, sans-serif;
	float: none;
	position: relative;
	width: 700px;
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #993300;
	margin-top: 5px;
	margin-bottom: 5px;
}

#top #nav ul {
	list-style-type: none;
}

#top #nav ul li {
	float: left;
	position: relative;
}

#top #nav ul li a {
	text-align: center;
	border-right: 1px dotted #993300;
	padding: 6px 10px 6px 10px;
	display: block;
	text-decoration: underline;
	background-image: url(menu-bkgd.gif);
	background-repeat: repeat;
}

#top #nav ul li a:hover {
	text-decoration: underline;
} 

#top #nav ul li ul {
	display: none
}

#top #nav ul li:hover ul {
	display: block;
	position: absolute;
	top: 30px; 
	width: 180px; 
	top: 25px; 
	left: -40px;
}

#top #nav ul li:hover ul li a {
	display:block;
	background-image: url(menu-bkgd.gif);
	background-repeat: repeat;
	color:#993300;
	width: 180px; 
	text-align: left; 
	border-right: none;
}

#top #nav ul li:hover ul li a:hover {
	text-decoration: underline;
}

.borderleft {
	border-left: 1px dotted #993300;
}

#content{
	margin-left: 10px;
	margin-top: 5px;
}
a:link {
	color: #993300;
}

a:visited {
	color: #993300;
}

a:hover {
	color: #993300;
}

a:active {
	color: #993300;
}

.container{
	width: 99%;
	float: left;
	height: 99%;
}