html, body {
	font-family: Arial;
	color: #000000;
	background:#400000;
	margin:15px auto;
}

.maintxt{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding:5px 12px 5px 15px;
	text-align:justify;
}

a:link,a:visited,a:active{
	color:#000000; 
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:none;
}
.maintitle{
	font-size:18px;
	font-weight:bold;
	color:#000099;
}
.header{
	margin:20px 15px 0px 15px;
}
/***** Navigation *****/

#navigation ul, #navigation li {
  margin:0;
  padding:0;
}

#navigation {
  font-size:11px;
  background:#3F72A9;
  height:2em;
  line-height:2em;
  color:#fff;
}

#navigation li{
  
  list-style-type:none;
  white-space:nowrap;
  float:left;
}

#navigation li a{
  display:block;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
  background:inherit;
  color: #fff;
  float:left;
  padding:0 30px 0 30px;
}

#navigation .selected, #navigation a:hover{
  background:#1DADC8;
  color:#fff;
}


.footer{
	font-family: Arial;
	font-size: 12px;
	padding:10px 10px;
}