
@import "nav.css";
@import "footer.css"; 

/* GENERAL STYLES ============================================================= GENERAL STYLES */
p, a, td, li, ul, ol, dl, h1, h2, h3, h4, h5, h6, TEXTAREA, INPUT, SELECT, caption 
							{ font-family: Arial, Verdana, Trebuche, Lucida,  sans-serif;	}

body						{	color: #000; 
								margin: 0; 
								padding: 0; 
								border: 0; 
								text-align: center; 
								background: #067410; 
								}

HR						{ color: #000; }

/* PAGE STRUCTURE ============================================================ PAGE STRUCTURE  */

#header				{	border: 0;
								border-collapse: collapse;
								padding: 0;
								margin: 0;
								width: auto;
								background: #6C6C6C url("/images/header.jpg") no-repeat center top; 
								
								height: 81px;
								voice-family: "\"}\"";
								voice-family: inherit;
								height: 79px;
								}
								
#headerbottom		{	display: block; }
								
#main					{	border: 0;
								border-collapse: collapse;
								padding: 0;
								margin: 0;
								background: transparent;
								}
																
#content				{	vertical-align: top;
								text-align: left;
								background: #E0C8A4;
								border: 0;
								margin: 0;
								padding: 0px 45px 0px 20px;
																
								width: 610px; 
								voice-family: "\"}\"";
								voice-family: inherit;
								width: 545px;  }
html>#content		{	width: 545px;			/* Opera */  }


/*  GENERAL CONTENT ELEMENTS =========================================== GENERAL CONTENT ELEMENTS	*/ 

p {
	font-size: 0.8em;
	line-height: 1.5em;	margin: 0;
	margin-bottom: 1em;
	
	}

a:link, a:visited {	font-weight : bold; 
	color: #c30;	background: transparent; 
	text-decoration : none;
	}

a:active {	font-weight : bold; 
	color: #95a580;
	background: transparent;  
	text-decoration : none;
	}

a:hover {
	font-weight : bold; 
	color: #e0861e;
	background: transparent; 
	text-decoration : underline;
	}


/* HEADLINES ==================================================================== HEADLINES */

h1, h2, h3, h4, h5, h6		{ color: #000; }

h1	{
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1px; 	margin: 0px 0px 5px 0px;
	padding: 0;
	}

h2	{
	font-size: 1.3em;	font-weight: normal;
	margin: 20px 0px 5px 0px;
	padding: 0;
	}

h3	{
	font-size: 0.9em;	font-weight: bold;
	margin: 0;
	padding: 0;
    }

h4	{
	font-size: 0.70em;	font-weight: bold;
	margin: 0;
	padding: 0;
	}

h5	{
	font-size: 0.70em;	font-weight: normal;
	margin: 2px 0px 2px 0px;
	padding: 0;
	}






