body {	font-family: arial, sans-serif;
	color: #000066;
	background: #F9FFFF;
}
a:link {
	font-weight: bold;
	color: #3366FF;
	text-decoration: none
}

a:visited {
	font-weight: bold;;
	color: #000099;
	text-decoration: none
}
a:hover {
	font-weight: bold;
	color: #3399FF;
	text-decoration: underline
}
h1, h2 {color: #003000}
h6 {
	font-family:arial, sans-serif;
}

.hpad {
		padding-left: 	5;
		padding-right:	5;
		margin-left:	30;
}
.hpad2 {
		margin-left:	240;
		float:			top;
}
.felix {
	   font-family: Felix Titling, Times New Roman, Serif;
	   text-transform: uppercase;
	   margin-left: 10%;
	   font-size: large;
	   }
.small_txt {
	   font-family: Times New Roman, Serif;
	   font-size: xx-small;
	   font-style: italic;
	   }
.cent {text-align: center}
.just {text-align: justify}
.left {float: left}
.right {float:right}

.navbarlist {
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	font-size: 90%;
	text-indent: -1em;
	margin-left: 1em;
	padding-top: 2px;
	float: none;



}
.standardbg {
	background-color: #F9FFFF;
}
.inversetext {
	color: #fffff0;
	font-size: larger;
	font-weight: bold;

}
ul {
	text-align: left;
	white-space: normal;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-left: 5px;
	padding-left: 5px;
}
.tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

.tabs ul li {
	margin-left: -3;
	margin-bottom: 0;
	padding: 2px 8px 5px;
	border: 1px solid #000;
	list-style: none;
	display: inline;
	font-size: 75%;


	}
	
		
.tabs ul li.here {
	border-bottom: 1px solid #ffc;
	list-style: none;

	display: inline;
	}
.leftpad {
	float: left;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	clear: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: .0px;



}
.rightpad {
	float:right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;

}
.hpad3 {
	margin-left:	10px;
	float:			none;
	padding-left: 10px;

}

.treemenu {
  list-style : none;
}

.treemenu ul {
  list-style : none;
}

.treemenu a {
  padding-left : 15px;
  text-decoration : none;
}

.treemenu .treeopen {
  background-image : url(images/open.gif);
  background-repeat : no-repeat;
  background-position : left 4px;
}

.treemenu .treeclosed {
  background-image : url(images/closed.gif);
  background-repeat : no-repeat;
  background-position : left 4px;
}
.bottom-space {
	padding-bottom: 0.5em;
}

