/* CSS Document */
.highlight
{
	color:#009933;
}

div.footer
{
	background-image:url('../graphic/footer.jpg');
	background-color:#B1D844;
	text-align: center;
	height: 75px;
	vertical-align:middle;
	
}

.content
{
	background-image:url("../graphic/contentbg/walloffamebg.jpg");
	background-repeat:no-repeat;
	background-color:#000000;

}

.footer a
{
	font: 11px Georgia,san-serif;
	text-decoration:none;
	color:#000000;
}

.footer a:hover
{
  font: bold 11px Georgia,san-serif;
  text-decoration:none;
  color:#275917;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a
{
display: block;
width: 140px; /*Width of top level menu link items*/

padding: 2px 8px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background:url("../graphic/menubg.gif") center center repeat-x;
color: #000000;
font: bold 11px Georgia,san-serif;
}

.horizontalcssmenu ul li a:hover
{
color:#275917;
background:url("../graphic/menubgover.gif") center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover
{
background: #cde686;
color:#275917;
}

.horizontalcssmenu ul li ul li a
{
	background: #e3f1bd;
}

#top
{
	background:url("../graphic/hometop.gif") no-repeat center bottom;
	width: 650px;
	height: 10px;
	margin-top: 2px;
}	


#bottom
{
	background:url("../graphic/homebottombanner.gif") no-repeat center top;
	width: 650px;
	height: 10px;
	margin-bottom: 2px;
}	

#maincontent
{
	margin: 0px auto;
	text-align: center;
	width:650px;
	border-style:solid;
	border-color: #43B231;
	border-width:thin;
	background-color:#000000;

}

#navigationpadding
{
  background-color:#000000;
  width:650px;
  height:40px;
}

#rightcontainer
{
   	float:right;
    vertical-align: middle;	
	align:center;
	width:200px;
	height:200px;
	border-style:solid;
	border-width:thin;
	border-color: #F1122C;
	margin-right:100px;
	margin-bottom:50px;

}

#leftcontainer
{
    float:left;
	vertical-align: middle;
 	width:200px;
	height:200px;
	border-style:solid;
	border-width:thin;
	border-color: #F1122C;
	margin-right: 20px;
	margin-left:100px;
	align: center;
	margin-bottom:50px;
}

#leftcontainer img
{
	 vertical-align: middle;
	height:200px;
	width:200px;
}

#rightcontainer img
{
	vertical-align: middle;
	height:200px;
	width:200px;
}
#divider
{
	background: #000000 url("../graphic/divider.jpg")  no-repeat  center;
	height:50px;  
}
