body{
	float:none;
	width:900px;
	margin: 0 auto;
	background-color: #f0e6e6;

  	
   
}
div{
	
	width:100%;
}
a:link{text-decoration:none;}
a:visited{color:black;
	text-decoration:none;
	}
a:hover{
	background:none;
	color:black;
	text-decoration:underline;
}
h1{
	font-size:20pt;
	font-family: Book Antiqua;
	color: black;
	font-weight:bold;
  text-align:center;
}

.top{
	width:auto;
	background-color: #660000;
	
	margin-top:0%;
}

.top2{
	
	background-color: #2E00B8;
	margin-top:0%;
	padding:2%;
}

.header{
 float:left;
 
 background-color: #660000;
 padding-top:1%;
 margin-top:0%;
 width:900px;
  text-align:center;

	
}
.header2{
	float:right;
	width:25%;
	background-color: #660000;
	text-align:center;
	
}

.header3{
 float:left;
 background-color: #2E00B8;
  text-align:center;
  
  }
  
.mainmenu{
  text-align:center;
  
  padding-top:2%;
  
  background-color: #5c3317;
   padding-top:2%;
  padding-bottom:2%;
  
}

.mainmenu2{
	
  text-align:center;
  padding-top:2%;
  background-color: #2E00B8;
  padding-bottom:2%;
  
}

.menulink{
  font-size:12pt;
  font-family: Book Antiqua;
  color: black;
}
.sidemenu{
  width:20%;
  float:left;
  margin-left:0%;
  background-color: #660000;
  
}
.menuitems{
  
  font-size:14pt;
  font-family:Times New Roman,Georgia,Serif;
  color: white;
  font-weight: bold;
  border-style: none;
  border: none;
  border-color: none;
  text-decoration: none;
  text-align:center;
  padding-top:5px;
  padding-bottom:5px;
}
.menuitems:visited{
  
  font-size:14pt;
  font-family:Times New Roman,Georgia,Serif;
  color: white;
  font-weight: bold;
  border-style: none;
  border: none;
  border-color: none;
  text-decoration: none;
  text-align:center;
}
.menuitems:hover{
  
  font-size:14pt;
  font-family:Times New Roman,Georgia,Serif;
  color: white;
  font-weight: bold;
  border-style: none;
  border: none;
  border-color: none;
  text-decoration: underline;
  text-align:center;
}
.maincontent{
	
	width:98.9%;
	float:left;
	border-style:solid;
	border-color: #660000;
	border-width:5px;
	
	
}
.container{
	float:left;
	border-style:solid;
	border-width:10px;
	border-color: #2E00B8;
	padding:1%;
}	

.maincontent2{
	float:left;
	width:50%;

}
.maincontent3{
	float:left;
	

}

.content{
  float:left;
  width:50%;
  margin-left:200px;
  padding:1%;
  
}
.content2{
  float:left;
  width:50%;
  padding:1%;
  
}
.content3{
  float:left;
  width:75%;
  padding:1%;
  
}
.content4{
  float:left;
  width:45%;
  padding:2%;
  
}
.rightcolumn{
  float:right;
  width:20%;
}
.textwhite{
  font-size:12pt;
  font-family: Book Antiqua;
  color: white;
  }
  .textblack{
	font-size:12pt;
	font-family: Book Antiqua;
	color: black;
  margin:1%;
  }
  .textblack2{
	font-size:20pt;
	font-family: Book Antiqua;
	color: black;
	font-weight:bold;
  text-align:center;
  }
  .redtext{
  	font-size:20pt;
	font-family: Book Antiqua;
	color: red;
	font-weight:bold;
  	text-align:center;
  }
  .box{
    border-style:solid;
    border-color:black;
    padding:1%;
  }
  .footer{
  	clear:both;
  	text-align:center;
  	font-family: Book Antiqua;
  	background-color: #660000;
  	color:white;
  	font-size:14px;
  	padding-top:1%;
  	padding-bottom:1%;
  	
  background-repeat: repeat-x;
  }
  .textwhite:link{
  font-size:14px;
  font-family: Book Antiqua;
  color: white;
  text-decoration:none;
  }
  .textwhite:visited{
  font-size:14px;
  font-family: Book Antiqua;
  color: white;
  }
  .textwhite:hover{
  font-size:14px;
  font-family: Book Antiqua;
  color: white;
  text-decoration:underline;
  }
  
  .redline{
  	text-align: center;
  	color:  white;
  	noshade: noshade;
  	size: 10px;
  	width: 75%;
  	
  }