#navmain ul li a:hover {
	background-image: url(../images/top-nav-orange.jpg);
	color: #000;


}
#navmain ul li.active a {
	background-image: url(../images/top-nav-orange.jpg);
	color: #ffffff;
	margin-bottom: 0;
}
#subnav {
background-image: url(../images/bottom-nav-orange.jpg);
	font-family: arial;
	font-size: 13px;
	font-weight: 100;
	margin-bottom: 0px;

}

#subnav ul li a:hover, #subnav ul li.active a {
	background-color: #fff;
	color: #c65006;
}

td#footer {
	background-color: #c54b00;
	color: #ffffff;
	margin-bottom: 0;
	text-align: center;

}

#side-bar-head {text-align: left; background-color: #c54b00; padding: 10px; font-weight: bold; color: #ffffff;}

	


h1 {font-size: 14px; font-weight: bold; color: #c54b00; border-bottom: 1px solid #c54b00;}

h2 {font-size: 13px; font-weight: bold; color: #c54b00;}
h2.form {font-size: 13px; font-weight: bold; color: #c54b00; margin-bottom: 0px; margin-top: 3px; border-bottom: 1px solid #c54b00; width: 350px;}

a:link {color: #c54b00; text-decoration: none;}
a:active {
	outline: none;
}
a:visited {color: #c54b00; text-decoration: none;}
a:hover {color: #c54b00; text-decoration: underline;}

