@charset "utf-8";
/* CSS Document */
/* Styles for Navigation Body info and Footor */
.side{
background-color: #9DBD7A;
}
.nav_head {
	padding-left: 20px;
	font-weight:bold;
	line-height:45px;
	background-color: #9DBD7A;
}

.body_info {
	background-image: url(../../images/1024%20x768/camp_07.gif);
	background-repeat: repeat-y;
	font-size: 19px;
	font-family: "Century Gothic", Arial, serif;
}
body {
	background-color: #333;
	font-family:"Century Gothic", Arial, serif;
}
.footer {
	background-color: #9DBD7A;
	text-align: right;
	font-size: 12px;
	font-style: italic;
	color: #6B8A22;
	font-weight: bold;
	padding-top: 5px;
	padding-right:25px;
}

.subhead {
	color: #030;
	font-size:19px;
}
.submenu
{
	color: #030;
	font-size:16px;
}


h4{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:28px;
	color: #FDFDD7;
	text-align:left;
	
}
/*==========================*/
/*Link Styles */
a:link {
	color: #060;
	text-decoration: none;

}
a:visited {
	color: #060;
	text-decoration: none;

}
a:active {
	color: #FDFDD7;
	text-decoration: none;

}
a:hover {
	text-decoration: none;
	color: #FDFDD7;
	
}
a.menu_head {
	font-family:"Century Gothic", Arial, serif;
	font-size: 24px;
}
.nav_drop {
	margin-bottom: 10px;
	width: 170px;
	float: left;
		font-size: 24px;
	font-weight: bold;
}
/* ul is for the menu content*/
ul.menu {
	display:none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size:17px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	line-height:30px;
}
/* info is for all other content not in the menus*/
.info{
	font-size:17px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#282828;
	line-height:35px;
	text-align:left;


}
/*-------------------------------------*/
/* Link styles for drop  down content */
i a{
	font: 16px century gothic;
	padding-left: 15px;
	line-height: 25px;
	}
i a:link {
	color: #896533;
	text-decoration: none;
	font-weight:bold;
}
i a:visited {
	color: #896533;
	text-decoration: none;
	font-weight:bold;
}
i a:active {
	color: #896533;
	text-decoration: none;
	font-weight:bold;
}

i a:hover {
	background-color: #896533;
	color: white;
	font-weight:bold;
}
.caption {
	font-size: 11px;
	color: #28332D;
	text-align: right;
}
.header {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:28px;
	color: #FDFDD7;
	text-align:left;
}
