html {margin:0;padding:0}

body { font: 10px Arial,sans-serif;
 background-color:white;
 margin:0;padding:0; 
 color: black;
 background-image: url("images/bg.jpg");}

#container {
           margin-left: auto;
           margin-right: auto;
           text-align: center;
           width: 750px;
           border: solid #008000 2px;
           background-color: white;
           
   }
   
   img.header {
      
   }
   
   .navcontainer {
        width: 750px;
        height: 95px;
        padding-bottom: 81px;
        padding-right: 0px;
        background: #008000;
}

#navCircle {
        margin: 0;
        padding-left: 13px;
        Padding-right: 0px;
        padding-top: 1px;
        
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 14px;
        line-height: 20px;
        font-weight: Bold;
        padding: 0px 10px 6px 10px;
        text-decoration: none;
        color: #ffffff;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 5px;
        color: #ffffff;
        background: url("images/menu.gif") no-repeat bottom center;
	}
	

.leftcolumn {
	width: 170px;
	float: left;
	border-right: 2px;
	border-right-style: solid;
	border-right-color: #008000;
	padding-right:10px;
	text-align: centre;
	height: auto;}
	
.leftcolumnclear {
	width: 170px;
	float: left;
	border-right: 0px;
	border-right-style: solid;
	border-right-color: #ffffff;
	padding-right:10px;
	text-align: centre;
	height: auto;}
	
	
.rightcolumn {
	width: 500px;
	float: right;
	float: top;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	height: auto;}
	
.standardcolumn {
	width: 720px;;
	padding-right:15px:
	padding-left:15px;
	text-align: centre;
	}
	
.header1 {
      font-size: 18px; 
      padding-left: 20px;
      padding-right: 20px
      padding-top: 10px;
      font-weight: normal;
      color:#000000;}	
	
 #below {
    text-align: left;
    padding-left:0px;
    padding-right:0px;
 }
  
h1 {
      font-size: 16px;
      font-weight: normal;
      color:#000000;}
      
h2 {
      font-size: 18px; 
      font-weight: normal;
      color:#000000;}
      
h3 {
      font-size: 12px; 
      font-weight: normal;
      color:#000000;}      
      
h4 {
      font-size: 16px; 
      padding-left: 20px;
      padding-right: 20px;
      padding-top: -10px;
      font-weight: normal;
      color:#000000;}
      
h5 {
      font-size: 18px; 
      padding-left: 200px;
      padding-top: 10px;
      font-weight: normal;
      color:#000000;}
       
h6 {
      font-size: 18px; 
      text-align: center;
      padding-left: 5px;
      padding-right: 5px
      padding-top: 10px;
      font-weight: normal;
      color:#000000;}

blockquote {
   border: solid 1px #008000;
   padding: 0px;
}

a:link {
   color: #ffffff;
    text-decoration: none;
}

a:active, a:hover {
  
    text-decoration: none;
}

a:visited {
   color: #ffffff;
   
}

#footer {
        width: 749px;
        height: 25px;
        padding-top: 10px;
        margin: 0px 0 0px 0;
        border: 1px solid #008000;
        background: #008000;
}




