body{
	font-family: Arial, Helvetica, sans-serif;
	
	color: #333333;
	background-color: #e1e1e1;
	background-image: url(../images/backgroundGradient.gif);
	background-repeat: repeat-x;
	
	padding:0;margin:0;
	width:100%;
	
}

#wrapper {width:801px;
          margin:0 auto;
		  padding:5px;
		  		  }
#divOne { padding:10px;
         }
		 

#banner{ font-size: 3em;
         text-align:center;
		 padding-top: 10px;
		 padding-bottom:20px;
		 }
		 
#divTwo {
    
	}
	
#divThree{
         }

a {
	outline: none;
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}


#navigation{
      
	background:url(../images/headerGradient.gif) bottom left #e1e1e1 repeat-x;
	border:1px solid #9a5e00;
	border-top:0;
	list-style-type: none; /* removes the dots from the list*/
	padding: 0px;
	height: 3.5em;/*Height of the top nav bar*/
	margin-top: 0px;
	margin-right: 0px; 
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 56%;
}

#navigation li {
	float: left;
}

#navigation a {
    width:9em;  
	color:#431300;
	text-decoration:none;
	text-align:center;
	font-size: 1.5em;
	display: block;
	margin-right: 2px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.7em;
	padding-left: 1em;
}
#navigation a:hover {
	text-decoration:underline;
	/*background:url(../images/linkHover.gif) repeat;*/
	background-color:#FFCC99;
}

#topcontent {
        clear:both;
		width:801px;
	    margin:auto;
	   border-bottom:#FF6600 solid 4px;
	}
#divThree { /* topcontent and headerTable nests within #divThree*/
			}
			

#headerTable {border:2px ridge #EA1550;
			  border-collapse:collapse;
			  
	         }
#divFour {
			}
			
#bottomcontent{
               margin:auto;
			}
#mainTable {width: 801px;
	       border:2px ridge #EA1550;
	       border-collapse:collapse;
            }
 #mainTable td{
               border:#FF9966 ridge 2px;
			   }
/*border="4" cellpadding="4" width="7" height="14" bgcolor="#FF0000" cellspacing="4" style="border-collapse: collapse" bordercolordark="#000000" bordercolorlight="#000000"


#details{
	background:url(../images/footerGradient.gif) top left #e8f3fb repeat-x;
	border:1px solid #9a5e00;
	border-bottom:0;
	padding: 0px;
	height: 2.5em;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: none;
}

#details li{
	display: block;
	float: left;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.7em;
	padding-left: 1em;
}

#details a {
	text-decoration:none;
}

#details a:hover {
	text-decoration:underline;
}

#footer {
	min-width:760px;
	width: 100%;
	position: fixed;
	z-index: 5;
	bottom: 0px;
}*/

