/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: "Trebuchet MS", Verdana, "Times New Roman";
	color: #000000;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	left: auto;
	right: auto;
	position: absolute;
}

.leftnavlinks {
	font-family: "Trebuchet MS", Verdana, "Times New Roman";
	font-size: 15px;
	color: #000000;
	text-align: center;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*************** list tag styles ***************/

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
  
li {
  float: left;
  position: relative;
  width: 11em;
  }

li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }

li > ul {
	top: auto;
	left: auto;
	}
	
#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: #50BA00;
	font-weight: normal;
	padding: 0;
	border: solid #000000;
	border-width: 1px 0;
	margin: 0;
}

#nav li a {
	display: block;
	width: 11em;
	w\idth: 11em;
	color: #000000;
	text-decoration: none;
	padding: 0.20em 0em;
	text-align: center;
}

##nav li {
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 11em;
}

#nav li ul {
	position: absolute;
	left: 0em;
	height: auto;
	width: 11em;
	w\idth: 11em;
	font-weight: normal;
	border-width: 1px;
	margin-left : 11em;
	margin-top : -1.35em;
}

#nav li:hover ul {
	left: auto;
	text-decoration: none;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 11em;
	text-decoration: none;
}
	
li:hover ul, li.over ul{ 
	display: block;
	text-decoration: none; 
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: 0em;
	text-decoration: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
	left: 0em;
	text-decoration: none;
}

#nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: 0em;
	text-decoration: none;
}

#nav li:hover, #nav li.sfhover {
	background: #F97E04;
	text-decoration: none;
}

#content {
	clear: left;
	left: 0px;
	position: absolute;
	top: 171px;
	width: 746px;
}

#content a {
	color: #005FA9;
}

#content a:hover {
	text-decoration: none;
}

#menu li:hover, #menu li.hover {
    position: static;
	text-decoration: none;
}
.h1 {
	font-family: "Trebuchet MS", Verdana, "Times New Roman";
	font-size: 60%;
	font-weight: bold;
}

/* INDEX PAGE STARTS HERE */
/* White background */
#index-01 {
	position:relative;
	left:1px;
	top:0px;
	width:800px;
	height:950px;
}
/* text box */
#index-02 {
	position:absolute;
	left:200px;
	top:224px;
	width:485px;
	height:99px;
	background-color:#FFFFFF;
}

a.footer:link, a.footer:visited, a.footer:hover, a.footer:active	{
	color: #FFFFFF;
	}

.fsymbol	{
	color: #000000;
	}
