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


}
#navmain ul li.active a {
	background-image: url(../images/top-nav-red.jpg);
	color: #ffffff;
	margin-bottom: 0;
}
#subnav {
background-image: url(../images/bottom-nav-red.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: #5e5e5e;
}

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

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

	

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

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


