body{
	background-color : #22701c;
	scrollbar-arrow-color:#00d5ff;
}



.copyright{
	font-family : verdana, arial, san-serif;
	font-size : 9px;
	color : black;
}

.footer{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: white ;
	font-weight: 600;
	line-height : 14px;
	text-decoration : none;
}

A.footer {
	font-family:  verdana, arial, serif;
	font-size : 12px;
	color: #ff9900;
	font-weight: 600;
	line-height : 14px;
	text-decoration : none;
}

A.footer:Hover{
	color: #e2d2d2 ;
	text-decoration : none;
}


.body{font-family:  verdana, arial, serif;
	font-size : 12px;
	line-height : 18px;
	color : black;
	font-weight: normal;
}

A.body{
	font-family : verdana, arial, san-serif;
	font-size : 12px;
	line-height : 18px;
	color: #406f44;
	font-weight: bold;
	text-decoration :none;
}

A.body:Hover{
	color: #ff9900;
	text-decoration : none;
}


ul{
	margin-bottom: 0px;;
	margin-top: 0px;;
}

.menu { font-family: Arial, sans-serif;
	 font-size: 12px;
	 font-weight: 600;
	text-decoration : none;
	color: black
	 line-height: 18px;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

A.menu { font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-decoration : none;
	color: black;
	 line-height: 18px;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

A.menu:HOVER {
	text-decoration: none;
	color: #ff9900;
	background-color: white;
}



A.menu2 { font-family: Arial, sans-serif;
	 font-size: 13px;
	font-weight: 600;
	text-decoration : none;
	color: #406f44;
	 line-height: 18px;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

A.menu2:HOVER {
	text-decoration: none;
	color: #ff9900;
}


A.Homemenu {font-family: Arial, sans-serif;
	 font-size: 14px;
	font-weight: 600;
	text-decoration : none;
	color: white;
	 line-height: 18px;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

A.Homemenu:HOVER {
	text-decoration: none;
	color: #ff9900;
}





H1 {
	color : Black;
	font-family : Times New Roman, Times, serif;
	font-size : 30;
	 line-height: 35px;
	font-style: italic;
	font-weight : 600;
	text-align: center;
}

H2 {
	color : Black;
	font-family : Arial, sans-serif;
	font-size: 12pt;
	margin-bottom: 5;
	margin-top: 15;
}

H3 {
	color : Black;
	font-family : Arial,  sans-serif;
	font-size : 14;
	margin-top: 0%;
	font-weight : 300;
}

H4 {
	color : Black;
	font-family : Arial,  sans-serif;
	font-size : 10;
}

H5 {
	color : Purple;
	font-family : Arial,  sans-serif;
	font-size : 100%;
	font-weight : 900;
}

H6 {
	color : black;
	font-family : Arial, sans-serif;
	font-size : 20;
	margin-bottom: 0%;
	}

.Names{	font-family : verdana, arial, san-serif;
	margin-top: 0 px;
	font-size : 10px;
	color : Black;
	line-height : 11px;
	font-weight: normal;
	font-style: italic
}

.Slogan{	font-family : verdana, arial, san-serif;
	margin-top: 0 px;
	font-size : 10px;
	color : black;
	line-height : 13px;
	font-weight: normal;
	font-weight: 400;
	margin-bottom: 0px;

}

.Title{	font-family : verdana, arial, san-serif;
	margin-top: 0 px;
	margin-bottom: 0 px;
	margin-left: 0 px;
	font-size : 24px;
	line-height : 26px;
	color : black;
	font-weight: 600;
	

}





p{	margin-top: 5 px;
	margin-bottom: 5 px;
	margin-left: 20 px;
	margin-right: 20 px;
	
}
.details{	font-family : verdana, arial, san-serif;
	font-size : 11px;
	line-height : 14px;
	color : black;
	font-weight: normal;
}

A.details{
		font-family : verdana, arial, san-serif;
	font-size : 11px;
	line-height : 14px;
	color :#941500;
	font-weight: normal;
	text-decoration :none;
}
A.details:Hover{
	color : black;
	text-decoration : none;
}

#nav, #nav ul { /* all lists */
	margin: 0;
	list-style: none;
	line-height: 0;
	text-align: left;
	border-color: #844131;
	border: 1;
	padding: 0px 0px 0px 0px;
	font-weight: 300;
	font-family: arial,sans-serif;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
}

#nav a {
	display: block;
	width: 120px;
}

#nav li { /* all list items */
		
		float: left;
	width: 120px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	background-color: white;
	position: absolute;
	border: 1;
	margin: 0px 0px 0px  0px;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -18px 0px 110px  80px;
	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em; 
} 

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto; }

#content {
	font-size : 10px;
	clear: left;
	color: #404827;
}