body {
  font-family: Arial, Helvetica, Verdana;
  padding-left:50px;
  padding-right:50px;
}

#header {
  font-size:30px;
  text-align:center;
  height:100px;
  width:880px;
  color:#7E0000;
  /*background-color:#7EBAE8;*/
  border-bottom: 3px solid;
  border-bottom-color: #7E0000;
  background-image:url(../images/banner.jpg);
}


    
#header h1 {
  padding-top:10px;
  font-size:25px;
}

#header h2 {
  font-size:15px;
}

#header h3 {
   font-size:9px;
}

.hrclass {
  margin-top:20px;
  margin-bottom:20px;
}

.hr2class {
  margin-left:75px;
  margin-top:20px;
  margin-bottom:20px;
}

#footer {
	font-size: 10px;
	padding: 10px; /*height:20px;*/
	border-top: 3px solid;
	border-top-color: #7E0000;
	background-color: #7EBAE8;
}

#footer h3 {
   font-size:9px;
}

#leftcol {
  position:absolute;
  top:140px;
  left:70px;
  /*z-index:2;*/
  width:150px;
  background-color:#AFD3EF;
}

#content {
 padding:10px;
 padding-left:180px;
 background-color:#AFD3EF;

}

#content h1 h2 {
  font-family: Arial, Helvetica, Verdana;
  font-size:10px;
  display:inline;
}




.indent {

  margin-left:80px;
  margin-right:80px;
  
}

#content .indent h1  {
  font-family: Arial, Helvetica, Verdana;
  font-weight:normal;
  font-size:15px;
  display:inline;
}

.firstword {
	background-image: url(star.png);
	background-repeat: no-repeat;
	padding-left: 20px;
  font-size:25px;
}



.caption {
  float:right;
  padding-top:50px;
  width:330px;
}

#mylist {
  font-weight: bold;
  font-size: 11px;
  font-family: Arial, Helvetica, Verdana;
  color: #333;
  width:150px;
}

#mylist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

#mylist li {
  line-height: 25px;
  width:150px;
  background-color:#b9bef1;
  border-bottom:1px solid #000000;
}

#mylist li a {
  padding: 5px 5px 5px 0.5em;
  background-color:#b9bef1;
  color:#7E0000;
  text-decoration: none;
}

#mylist li a:hover {
  background-color: #FDF291;
  color:#000000;
}

#mylist li a:active {
  background-color: #FDF291;
  color:#215895;
}

#mylist li a#current {
  background-color: #FDF291;
  color:#215895;
  width:150px;
}


table
{
	background: #fff;
	border: medium solid Black;
	color: #666;
	font-family: Florence, cursive;
}

td, th
{
	padding: 5px;

}

th
{
	background: #e3d289;
	border-left: 2px solid #b9bef1;
	color: #7e0000;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}


td 
{
	padding: 5px;
	border-right: thin solid #999;
	border-bottom: thin solid #999;
}

tbody th, tbody td
{
	text-align: left;
	vertical-align: middle;
}



