body  {
	font: 10px Verdana, Arial, Helvetica, sans-serif ;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
color:#CC3300;
}

a:hover {
color:#000000;
}

h3{
	font-size: 13px;
	margin: 0px;
	padding: 2px;
} 

h4{
	font-size: 13px;
	margin: 0px;
	padding: 10px 0px 3px 0px;
} 

.maintext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #333333; text-decoration: none; line-height: normal}
a.maintext:hover {  color: #CC3300; text-decoration: none}

.maintextlink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #CC3300; text-decoration: none; line-height: normal}
a.maintextlink:hover {  color: #FFCC00; text-decoration: none}

.titletext { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 16px; font-style: normal; font-weight: bold; color: #666666; text-decoration: none; line-height: normal}
a.maintext:hover {  color: #CC3300; text-decoration: none}

.boxheading { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none; line-height: normal}

.navtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; color: #EEEEEE; text-decoration: none; line-height: normal}
a.navtext:hover {  color: #FFCC00; text-decoration: none}


#menu {
	margin: 30px 0px 0px 15px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	width: 125px;
}
#menu ul {
	margin: 0px; border: 0px; padding: 0px;
	list-style: none;
}
#menu ul li {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}

#menu ul li.last {


}


#menu li a {
	display: block;
	width: 125px;
	height: 30px;
	padding: 8px 0px 1px 5px;
	text-align: left;

	text-decoration: none;
	color: #ffffff;
	/*background-image: url(images/btn_grnd1.gif);
	background-repeat: no-repeat; */
	font-size:12px;
}

#menu li a:hover {
	/*background-image: url(images/btn_grnd2.gif);
	background-repeat: no-repeat;*/
	color: #ffcc00;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
