/* CSS Document */



/*-- General Code --*/

body { margin: 0; padding: 0; text-align: center; background-image: url(images/background.jpg); 

font-family:  Georgia, "Times New Roman", Times, serif; font-size: 13px; height:100%; min-height:100%; line-height:140%}


h1, h2, h3, h4, h5{
  font-family :  font-family : Georgia, "Times New Roman", Times, serif; margin:0; }

  

h1 {font-size: 16px; color: #000000; }
h2 {font-size: 12px; color: #000000; font-weight: bold; margin-left: 15px;}
h3 {font-size: 14px; color:  #808080}
h4 {font-size: 14px; color: #edebd3; background: #5e9d70;
padding-left: 3px; margin-bottom: 5px;}

/*-- Default styles for Links --*/

a:link {         
        color: #246231;
        text-decoration: none;
		font-weight: bold;
		text-decoration:underline;
		    }

a:visited {     

        color: #246231;
        text-decoration: none;
		font-weight: bold;
		text-decoration:underline;
        }

a:hover {        

        color: #5e9d70;
        text-decoration: none;
		font-weight: bold;

        }

a:active {       

        color: #5e9d70;
        text-decoration: none;
		font-weight: bold;
		text-decoration:underline;
		}

		

.text { font-family :  Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #fff; font-weight: bold;}
.smalltext {  font-family : Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #404040; }
.maintext {  font-family : Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #404040; }
.headertext {  font-family : Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #5d0508; font-weight: bold; }
			



/*-- Header Layout Code --*/



#main-header {
      position: absolute; 	  
	  padding: 15px;
	  width: 994px; 
	  background: #5e9d70;	  

}



#topheader {
      position: relative; 
	  width: 994px; 
	  height: 125px;	  
	  text-align: center;  
	  background: #fff;
	  background-image: url(images/bw-vint.jpg);
	  border-top: 5px solid #000;

}


#middleheader {
      position: relative; 
	  width: 994px; 
	  padding-top: 15px;
	  height: 105px;	
	  background: #fff; 
}

#secondary-middleheader {
      position: relative; 
	  width: 994px; 
	  padding-top: 5px;
	  height: 105px;	
	  background: #fff; 
	  border-top: 5px solid #000;
}



#picture-header {
      position: relative; 
	  width: 994px; 
	  height: 35px;
	  background: #fff;	   
	  border-bottom: 5px solid #000;	  
}





/*-- Page Layout Code --*/

#page {

	text-align: left;
	margin: 0px auto; 	
	width: 1024px; 
	background: #000;	

}



#header {

	position: relative; 
	margin: 0 auto; 
	width: 1024px; 
	height: 310px; 
	text-align: left;  
	background-image: url(images/tanback.gif)
}

#secondary-header {

	position: relative; 
	margin: 0 auto; 
	width: 1024px; 
	height: 180px; 
	text-align: left;  
	background-image: url(images/tanback.gif)
}



#content {

	position: relative;
	float: left;
	width: 1024px;
	padding-top: 7px;
	background: #5e9d70;	  
}



#inner-leftcolumn {

    float: left;
	margin-left: 15px;
	padding-left: 5px;
	padding-right: 7px;
	width: 200px;	
	text-align: left;	
	background: #fff;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;

}



#inner-middlecolumn {

    float: left;
	width: 500px;
	margin-left: 15px;
	margin-right: 10px;
	padding-right: 7px;	
	padding-left: 7px;
	text-align: left;	
	background: #fff;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}



#inner-rightcolumn {
    float: right;
	margin-right: 15px;
	padding-left: 10px;
	padding-top: 9px;	
	width: 229px;
	background: #fff;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;

}


#onecolumn {

    float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 8px;
    margin-left: 15px;
	margin-right: 15px;
	width: 722px;
	background: #fff;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	
}

#wholecolumn {

    float: left;
	padding-left: 18px;
	padding-top: 10px;
	padding-right: 20px;
    margin-left: 15px;
	margin-right: 15px;
	width: 959px;
	background: #fff;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	
}





#footer {
	clear: both;   
	padding: 7px;
	text-align: center;
}




#footer {
   background: #000; 
   margin: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 11px; 
   color: #000000;
}



/*-- List Styles ------------------------------------------*/

#list {
	margin-left: 0;
	margin-top: 1px;
	padding-top: 7px;
    padding-left: 0;    
	list-style: none;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;

}



#list li {
    margin-left: .2em;                 /* amount to indent */
    padding-left: 30px;                /* amount of space between the graphic and the words */
	padding-bottom: .5em;              /* amount od space between each <li> line */
    background-image: url(images/bullet.jpg);
    background-repeat: no-repeat;
    background-position: 0.3em;       /* amount to move the image up/down left/right */

}



#list li a {
	color: #246231;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px; 

}



#list li a:hover {
	color:  #5e9d70;

}






