body 	{
	
	background:silver;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	}

img{	border:1px solid #7f0000;
		  margin-bottom:10px;
}

TABLE 	{
		
	font-size: 14px;
	padding: none;
	
	}

#maintable 
	{	padding:none;
	background:white;
	border: 2px solid #7f0000;
	}


#headercell 
	{ font-weight:900;
	 padding: none;
	 background: white url('images/crophead.jpg');
	 background-position:center;
	text-align: center;
	height: 150px;
	border-bottom:1px solid black;
	
	}


#menucell 
	{	padding:none;
	border:none;
	 background-position:center;	
	height:30px;
	
	}

.menutable 	
	{
	padding:none;
	}

.menubutton 
	{
	text-align: center;
	height: 25px;
	background: #cf0000;
		border:1px solid #7f0000;
	}
	


.menuitem 	{
	color: white;
	text-decoration: none;
	}


#contcell	{
	background:white;
	padding: 30px 10px 10px 20px;
 	border-top:1px solid black;
	width: 550px;
	}

#bunncelle	{
  border-top:1px solid #7f0000;
	 text-align:center;
	padding-top: 5px;
	padding-left: 20px;	
	padding-right:20px;
	
	}
	
#rightcell 	{
	border-top:1px solid black; 
	text-align: center;
	padding: 5px;
	width: 125px;
	min-height: 600px;
	
	}

h1 	{
	font-size: 40px;
	color: #a80000;
	}

h2 	{
  	text-align: center;
	color:#990000;	
	font-size: 20px;
	}
h3 	{
	
	font-size: 16px;
	}

a {cursor:pointer;
	 font-size: 14px;
	}
a:link {color: black;}
a:visited {color:black;}
a:hover {color: gray;}
		 
}


p	{
  	text-align: left;
	font-size: 12px;
	}

.center
	{
  	text-align: center;
  	float:center;
	}

img.border
	{
	border: 1px solid #ff0000;
	float:left;
	margin:10px 10px 10px 0px;
	}

li	 {
	font-size: 14px;
	}
	
	
	
