body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/gradientbg.jpg);
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
	color: #FF8000;
}
a:visited {
	text-decoration: none;
	color: #FF8000;
}
a:hover {
	text-decoration: underline;
	color: #FF8000;
}
a:active {
	text-decoration: none;
	color: #FF8000;
}

h1,h2,h3,h4,h5,h6 
{
font-family: Arial, Helvetica, sans-serif;
}

.nav {
	color: #FFFFFF;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	margin: 0;
padding: 0;
}

#nav ul{
	margin: 0 0 0 8px;
	float: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	}

#nav ul li{
display: inline;
}
* html #nav ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 30px; /*menu offset from left edge of window in IE*/
}

#nav ul li a{
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-right: 35px;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
}

#nav ul li a:visited{
color: white;
}


#nav ul li a:hover, #pointermenu2 ul li a#selected{
	color: #EFC943;
	text-decoration: underline;
}
.tablewhite {
	background-color: #FFFFFF;
}
.fronttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.body ul {
	list-style-type: square;
}
.body ul a {
	color: #9BC145;
}
.relatatedllinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9F8A33;
}
.bglinks {
	color: #FFFFFF;
	background-color: #BED786;
}
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}