body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #f9e9bc;
	background-color: #0a3f13;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #F9e9bc;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #F9e9bc;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #F9e9bc;
}
div#content {
	margin-top: 250px;
	position: absolute;
	width: 550px;
	top: -110px;
	left: 198px;
	padding: 20px;
	height: 1600px;
}
div#content2 {
	margin-top: 250px;
	position: absolute;
	width: 600px;
	top: -110px;
	left: 198px;
	padding: 20px;
	height: 400px;
}
div#rhs {
	margin-top: 250px;
	position: absolute;
	width: 200px;
	top: -15px;
	left: 788px;
	padding: 20px;
	height: 400px;
}
 a:link {
	font-family: "Times New Roman", Times, serif, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}  
 a:visited {
	font-family: "Times New Roman", Times, serif, Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #99cc00;
}
  a:hover {
	font-family: "Times New Roman", Times, serif, Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FF9966;
}  
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #99CC00;
}
caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: lighter;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #f9e9bc;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #99CC00;
	width: 170px;
}
.orangebox {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #99cc00;
	width: 170px;
	border: thick double #FF9900;
	background-color: #FFCC99;
}
.orangebutton {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #99cc00;
	width: 170px;
	border: thick outset #FF9900;
	background-color: #0a3f13;
}
a.orangebutton {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}  
.underlinep {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #f9e9bc;
	border-top: none;
	border-right: none;
	border-bottom: thin solid #99CC00;
	border-left: none;
}
.bigp {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #99cc00;
	border: none;
}
.gallery {
	text-align: center;
	border: thin solid #FFFFCC;
}
.navigation {
	margin: 0px 0px 0px 15px;
	width: 125px;
	list-style: none;
}
a.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}  
	
/*.navigation ul {
	margin: 0px 0px 0px 15px;
	width: 115px;
	list-style: none;
	padding-right: 10px;
	padding-left: 10px;
} */

/* .navigation ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
	z-index: 5;
	height: 35px;
} */

/*.navigation li ul {
	
	left: 80px;
	top: 0px;
	display: none;
	z-index: 5;
	width: 100px;
} */

/* Styles for Menu Items */
/* .navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	z-index: 5;
	font-size: 17px;
} */
/* UnComment if You Want have Shadow
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
*/
/* .navigation ul li a:hover {
	color: #FF9966;
	z-index: 5;
} */

.menu {
	padding-left:15px;
	padding-top:2px;
	padding-bottom: 2px;
	display:block;
	text-decoration: none;
	color: #FFFFFF;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
}


.submenu{
	display: block;
	height: 35px;
	padding-top: 2px;
	padding-left: 30px;
	color: #ffffff;
}

.hide{
display: none;
}
.show{
display: block;
}
/* Hack. IE Requirement \*/
* html ul li {
	float: left;
	height: 1%;
	
}
* html ul li a { height: 1%; }
/* End */

/* .navigation li:hover ul, li.over ul {
	display: block;
	z-index: 5;
} */	
/* .navigation li:hover ul ul, li.over ul ul {
	display: none;
} */
/* .navigation ul ul li:hover ul, ul ul li.over ul {
	display: block;
} */
