/* ----- OVERALL SETTINGS ----- */

* { 
	margin:0;
    font-size: 9pt; 
    line-height: 1.5em; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-color: #FFFFFF; 
    }
body {
    background-color: #A0522D;
    }
 	
h2, h2 a { 
	font-size: 14pt;
	line-height: 1em;
	margin:25px;
	letter-spacing:3px;
	align:center; 
    } 
	
h3, h3 a { 

	font-size: 12pt;
	line-height: 1em;
	margin:25px;
	color:##FF4500; 
    } 
	
h4, h4 a { 

	font-size: 10pt;
	line-height: 1em;
    margin-top:45px;
	margin-left:45px;
	margin-right:45px;
	margin-bottom:15px;
	color:#6B8E23;
	letter-spacing: 4px;
    } 
	
h5, h5 a { 

	font-size: 10pt;
	line-height: 1em;
    margin-top:0px;
	margin-left:45px;
	margin-right:45px;
	margin-bottom:15px;
	color:#6B8E23;
    } 	
		   

img { border:0px; }

a:link { 
	color:#FF4500;
	text-decoration:none;
	}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}	
a:visited {
	color:#B22222;
	text-decoration:none;
	}


/* ----- MAIN CONTAINERS ----- */

#container { 
    width:67%;    position: absolute;    background-color: black;    min-width: 640px;    margin-top: 0;    margin-left: 16.5%;    margin-right: auto;    margin-bottom: 0;        z-index: 1;    min-height: 100%;    height: auto;
	}

#header {
    background: #FFF;
    width: 100%    }    

/* ----- NAV BAR ----- */    
#menu {    height: 20px;    margin-top: 0px;    margin-left: 0px;    width: 100%;	padding: 0px;	text-align: left;	background: #6B8E23;    } #menu ul {    border: 0;    margin-left: 0px;    padding: 0;    list-style-type: none;    text-align: center;    }#menu ul li {     display: block;    float: left;    text-align: center;    padding: 0;    }#menu ul li a {     font-family: Verdana, Arial, Helvetica, sans-serif;     font-size: 10px;    letter-spacing: 1px;    text-decoration: none;    color: #FFF;    background: inherit;    width: 140px;    height: 14px;    border-top: none;    border-right: 1px solid #FFF;    border-bottom: none;    border-left: none;    padding: 3px;    margin: 0 0 0px 0;    display: block;    text-align: center;        }#menu ul li a:hover {    color: #FFF;    background: #A0522D;    }

#menu a:active {    background: #A0522D;    color: #fff;    border-right: 1px solid #FFF;    }#menu li#active a {    background: #A0522D;    border-right: 1px solid #FFF;    color: #fff;    }  


/* ----- PRIMARY CONTENT ----- */

/* Overall */

#primary p { 
    margin-top:0px;
	margin-left:45px;
	margin-right:45px;
	margin-bottom:15px;
    }
#primary p + p { margin-top: 1.25em; }

#primary ul { 
    margin-top:0px;
	margin-left:45px;
	margin-right:45px;
	margin-bottom:15px;
    }

#primary img { 
    margin:0; 
    }
