.dcscontainer{
	font-family: arial;
	font-size: 11px;
	color: white;
	text-align: center;
	padding-top:10px;
}
a.dcs:link, a.dcs:visited, a.dcs:active {
	color: #cc0000;
	font-family: arial;
	font-size: 11px;
	padding: 0px;
	text-decoration: underline;
}





body 	{
	background-color: #003377;
	}

#main 	{
	float: right;
	width: 575px;
	padding: 20px;
	background-color: white;
	font-family:minion, lucida sans, verdana, sans-serif; 
	border-left: 1px solid black;
	}

#navbar {
	width: 800px;
	background: #443300;
	margin: 0 auto;
	}

#sidebar{
	float: left;
	width: 164px;
	background-color: #FFEE88;
	padding: 10px;
	font-family:minion, lucida sans, verdana, sans-serif; 
	}


#headimage { 
	width:800px;
	margin:0 auto;
	text-align:justify;
	background-color: #FFFFFF;
	border-left: 1px solid black;
	border-right: 1px solid black;
	}

#wrapper {
	background-color: #FFEE88;
	width: 800px;
	margin: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	}

#footer {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:center;
	width: 100%;
	font-family: arial;
	font-size: 11px;
	color: white;
}

.clearing {
	height: 0;
	clear: both;
	}




h2 	{
	padding:2px;
	margin:5px 0;
	text-align:center;
	font-size: 22px;
	font-weight: bold;
	color: #000000;	
	}

h1 	{
	padding:2px;
	margin:5px 0;
	text-align:left;
	font-size: 22px;
	font-weight: bold;
	color: #000000;	
	}


li, ul {
   padding: 0;
   margin:0;
}
table.menu {
   background-color: #003377;
   border-bottom: 5px solid #998877;
   width: 800px;
   padding: 0;
   border-collapse:collapse;
   margin: auto;
}
table.menu td, table.menu tr {
   border: 0; padding: 0;
}
table.menu ul {
   white-space: nowrap;
   padding: 4px 0px;
}
table.menu li{
   display: inline;
   list-style: none;
}
table.menu a{
   font-family:minion, lucida sans, verdana, sans-serif; 
   background-color: #003377;
   padding: 4px 10px;
   color: #998877;
   text-decoration: none;
}
table.menu a:hover {
   text-decoration: underline;
}
table.menu a.first {
   border-left: none;
}
table.menu a.current{
   color: #443300;
   background-color: #998877;
}




