/* background-color: #B9C9A0; */

body {
	background-color: #003366;
	font-family: Arail, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	margin: 10px;
}
#content {
	background-color: #003366;
}
#main #content #leftpanel {
	float: left;
	width: 230px;
}
#main #content #rightpanel {
	margin-left: 230px;
}
.clear {
	clear: both;
}


#main #content #leftpanel a {
	text-decoration: none;
	font-weight: bold;
	color: #003366;
}
#main #content #leftpanel a:hover {
	font-weight: bolder;
	text-decoration: underline;
}
#main #content #leftpanel #menutable tr td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}



#footer {
	background-color: #003366;
	height: 50px;
}

#main {
	text-align: left;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 80%;
}
#header {
	background-color: #003366;
	height: 50px;
}
div, img, p, table, table tr, table tr td {
	margin: 0px;
	padding: 0px;
}
#main #content p {
	padding: 5px;
}

#main #content .indented {
	padding: 0;
	margin: 0 0 20px 0;
	text-indent: 35px;
	display:block;
}

#flash {
	background-color: #CCCCCC;
	height: 200px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	padding: 10px;
	color: #FFFFFF;
	text-align: right;
}
#main #content #rightpanel td {
	
}
#main #bottomborder {
	background-color: #003366;
	background-image: url(images/content-bottom.gif);
	height: 20px;
	width: 750px;
}
