html, body,  p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #990000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #996600;
	background-image: url(images/heading_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 45px;
	height: 40px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.float_left {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.float_right {
	margin: 5px;
	float: right;
}
.clear_it {
	clear: both;
}
.clear_right {
	clear: right;
}
.clear_left {
	clear: left;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
	background: url(images/button_red_bg.jpg) #993300 bottom left repeat-x;


}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
}
.header {
	background-color: #FFFFFF;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#sidebar {
	background-color: #CC9966;
	padding: 8px;
	float: right;
	width: 250px;
	border: medium double #993300;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFFFF;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#sidebar ol {
	margin-left: 20px;
}


#footer a{
	color:#FFFFFF
	}


#nav-menu li a
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#nav-menu li a:hover
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
	width: 40em;
}
.other_nav_color {
	background: url(images/button_orange_bg.jpg) #DF5900 bottom left repeat-x;
}
p {
	margin-bottom: 10px;
}
.errors {
	color: #FF0000;
}
