﻿body
{
    font: 100% Arial, Helvetica, sans-serif;
    background-color: #33cc00;
    background:url('../images/pattern.gif') top repeat;
   
   
}

h1  	
{
    margin:0;
	padding: 0 0 0 10px;
	}	
h2  	
{
    margin:0;
	padding: 0 0 0 10px;
	
}	

h3  	
{
    margin:0;
	padding: 0 0 0 10px;
	
}	

p
{
    margin:8px 0;
	padding: 0 10px 0 10px;
	line-height:1.50em;

    
}

img
{
  margin: 8px;
   
}

a img
{
  border:0;
}

img.dropShadow
{
    background: url('../Images/dropShadow.gif') right bottom no-repeat;
    padding-right:12px;
    padding-bottom:12px;
    
    
}

#container
{
  margin: 0 auto;
  width:800px;
  height:auto;
  max-width:800px; 
  
}

#header
{
 background:url('../images/header.gif') top left no-repeat;
 width:inherit;
 height:300px;
   
}






#main
{
    margin:0;   
    background-color:#fff;
    width:inherit;
    height:auto;
   
    
   
}

/*------------------------------------------------------------*
**  Top horizontal menu
**------------------------------------------------------------*/

#horiz_menu {
	background-color: #99ff66; 
 
    height:2em;
    margin:0;
	
 	}
	
#horiz_menu li {
	list-style-type: none;
	display: inline;
	
	}
	
#horiz_menu li a {
	color: #000;
	background-color: #99ff66;
	font-size: 1em;
	font-weight: bold;
	padding: 0 0;
	text-decoration: none;
	padding: 3px 8px;
	
	}
#horiz_menu li a:hover 
{ 
    background-color: #33cc00; color: #fff; 
 }
 
#horiz_menu li a.on 
{ 
    background-color: #33cc00; color: #fff; 
}

/*------------------------------------------------------------*
**  Bottom navigation menu
**------------------------------------------------------------*/

#nav 
{
	margin:0;
	padding:0;
    clear:both;
	font-size:small;
	text-align:center;
	background-color:#fff;
}
	
#nav a 
{
	
	text-decoration:none;
	}

#nav a.active, #nav a:hover  , #nav a.on
{
	text-decoration:underline;
}



#footer
{
 margin:0;
 clear:both;
 
 font-size:small;
 text-align:center;
 background: url('../images/bottom.gif')   bottom left no-repeat;
 height:30px;
 

}

#footer a
{
    
}