/************* GENERAL CSS ************/

body {
    background-color: #006633;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family:  Helvetica, Arial, sans-serif;
	color: #B19716;
}

img {
	border: 0px none;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #B19716;
}

a:hover {
	text-decoration: underline;
	color: #006633;
}

/********************************* Main Box container ****************************************/
#content {
	/*background: url(images/back.gif) repeat-y center top; */
	background-color: #ffffff;
	width: 770px;
	margin: 0px auto;
	margin-top: 10px;
	padding: 0px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 110%;
	color: #333333;
}

/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 70px;
	margin: 0px auto;
	padding: 0px 0px;
	background-color: #006633;
	/*background: #FFFBFD url(images/header.jpg); */
}

#header h1 {
	margin: 0px;
	padding: 14px 10px 0px 10px;
	text-align: left;
	color: #ffffff;
	font-size: 1.5em;
/*	text-transform: uppercase; */
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	margin-bottom: 5px;
	padding: 5px 0px 5px 0px;
	background-color: #B19716;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	background-color: #006633;
}

/************* CONTENT ************/
#left {
	float: left;
	width: 570px;
	padding: 0px 10px 20px 20px;
	margin-top: 5px;
}

#left h2 {
    color: #006633;
	font-family:  Georgia, Helvetica, Arial, sans-serif;
	border-bottom:1px solid #006633;
	margin-right: 10px;
}

#left p {
	text-align: left;
	font-family: Verdana, Trebuchet MS, arial, sans-serif;
	margin-top: -5px;
}


#SLIDESTEXT {
    background-color: #cccccc;
	text-align: left;
	font-family: Verdana, Trebuchet MS, arial, sans-serif;
	color: #006633;
    padding: 5px;
}


/*********SIDEBAR****************/ 
#right {
	width : 150px; 
	float : right; 
	padding : 30px 5px 0px 1px; 
	margin : 5px; 
	font-size : 100%; 
	font-weight : normal; 
	font-family : sans-serif, arial, "times new roman", georgia; 
	list-style-image : url(images/li.gif); 
} 

#right h1 {
	background-color : #B19716; 
	color : #ffffff; 
	padding : 3px;
	/*top, right, bottom, left*/ 
	margin : 4px 0 6px 0; 
	font-size : 100%; 
	font-weight : normal; 
} 

#right a {
	color : #006633; 
	margin : 3px 3px 7px 7px;
	font-weight : normal;  
	text-decoration : none; 
} 

#right a:hover {
	color : #006633; 
	text-decoration : underline; 
} 

#right p {
	/*top, right, bottom, left */
	margin : 3px 3px 5px 7px;
}

#right ul {
	margin-left: 2px;
	padding-left: 17px;
}

#right li {
	margin : 0 0 0 0px;
	padding : 1px; 
} 

/* #right {
    background-color: #336666;
	float: right;
	width: 120px;
	padding: 10px 20px 40px 20px;
	margin-bottom: 5px;
	color: #99CCFF;
}
*/

/************* FOOTER ************/

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	background-color: #006633;
/*	border-top: 1px solid #666666;
	background: url(images/back-footer.png) repeat-y center top; */
	font-size: 95%;
	text-align: center;
	padding: 10px 0px 0px 0px;
	color: #B19716;
}

#footer a:link, #footer a:active, #footer a:visited {
	color:#B19716;
	font-style: bolder;
}

#footer p {
text-align: center;
color:#B19716;
}