body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	background-color:#f2ebda;
}
#main {
	border: 1px solid #000066;
	border-collapse:collapse;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
 }
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
}

#banner {
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
#content {
	color: #000033;
	padding: 5px;
	width:550px;
	font-size: 1.1em;
}
#content table{
	width:540px;
	background-color: #000066;
	border-color: #86a7bf;
	border-width: 1px;
	color: #f2ebda;
	border-style: solid;
}
#content table tr{
	border-color: #86a7bf;
	border-width: 1px;
	border-style: solid;
}
#content table tr td{
	border-color: #86a7bf;
	border-width: 1px;
	border-style: solid;
	padding : 5px;
}
#content table caption{
	background-color: #f2ebda;
	color: #000066;
	font-size: .9em;
	font-weight: bold;
}
#content a:link{
	color: #2a0066;
	font-weight: bold;
	background : transparent;
}
#content a:visited{
	color: #003b66;
	font-weight: bold;
	background : transparent;
}
#content a:active{
	color: #664500;
	font-weight: bold;
	background : transparent;
}
#content a:hover {
	color: #664500;
	font-weight: bold;
	background : transparent;
}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #f2ebda;
	background-color: #2a0066;
	text-align: center;
}
#navigation{
	width: 165px;
	font-size: 0.9em;
	background-color:  #86a7bf;
	padding-right: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000066;
}
#navigation ul{
	list-style: url(images/bullet.gif) outside;
	margin-top: 10px;
}
#navigation li{
	margin-left:-4px;
	width: 125px;
	margin-bottom: 8px;
	border-bottom: 1px solid #f2ebda;
	font-size: 1.1em;
}
#navigation a:link {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
#navigation a:visited {
	font-weight: bold;
	color: #003b66;
	text-decoration: none;
	background : transparent;
}
#navigation a:active {
	font-weight: bold;
	color: #664500;
	text-decoration: none;
	background : transparent;
}
#navigation a:hover {
	font-weight: bold;
	color: #664500;
	text-decoration: none;
	background-color: #f2ebda;
}
#sites{
	background-color: #C7B694;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: top;
	width: 160px;
	padding: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000066;
}
#sites a{
	text-align: center;
	text-decoration: none;
}
