body{

	background-image : url(images\screenbackground.jpg);
	
}

#nav, #nav ul { /* all lists */
	margin: 0;
	list-style: none;
	line-height: 0;
	text-align: left;
	border-color: #005500;
	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: 130px;
}

#nav li { /* all list items */
		
		float: left;
	width: 130px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	background-color: FEFEF2;
	position: absolute;
	border-color: #844131;
	border: 1;
	margin: 0px 0px 0px  0px;
	width: 130px;
	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;
}

.smallbody{
    font-family: Arial, sans-serif;
    color: black;
       font-size: 11px;
    font-weight: 500;
    line-height: 17px;
  }

A.smallbody{
	 font-family: Arial, sans-serif;
    color: #844131;
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
	text-decoration: none;
	
}

A.smallbody:HOVER {
	text-decoration: none;
	color: #005500;
}
.menu {	font-family: Arial, sans-serif;
	 font-size: 12px;
	 font-weight: 400;
	text-decoration : none;
	color: #005500;
	 line-height: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

A.menu { 	font-family: Arial, sans-serif;
	 font-size: 12px;
	font-weight: 400;
	text-decoration : none;
	color: #005500;
	 line-height: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

A.menu:HOVER {
	text-decoration: none;
	color: #844131;
}



A.menu2 {  	font-family: Arial, sans-serif;
	 font-size: 12px;
	font-weight: 600;
	text-decoration : none;
	color: #F0F0D4;
	 line-height: 17px;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

A.menu2:HOVER {
	text-decoration: none;
	color: Brown;
}




H1 { font-family: Mistral, Arial, sans-serif;
	  color: black;
	  font-size: 32px;
	  font-weight: 100;
	  line-height: 36px;
      margin-bottom: 6px;
	}



.copyright{
     font-family: Arial, sans-serif;
   color: #224422;
    font-size: 9px;
    font-weight: 400;
    line-height: 13px
}

.footer {
     font-family: Arial, sans-serif;
   color: #F0F0D4;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px
}
A.footer{   font-family: Arial, sans-serif;
     font-family: Arial, sans-serif;
   color: #F0F0D4;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px
}
A.footer:hover{
    color: brown;
}

.body{
    font-family: Arial, sans-serif;
    color: black;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
  }

A.body {
	 font-family: Arial, sans-serif;
    color: #844131;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
		text-decoration: none;
}

A.body:HOVER {
	text-decoration: none;
	color: #005500;
}

.Details{
    font-family: Arial, sans-serif;
    color: gray;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    margin-right: 1px;
}