body, html, p, td, li, #menu ul ul li, input, select, textarea {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 11px;
	color: #666;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	background-color: #FFF;
}

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

h1 {
	font-size: 14px;
	color: #990000;
}

form {
	padding:0;
	margin:0;
}

/* NAV starts here */	
#nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;

}


#nav #current {
	font-weight: bold;
	color: #990000;
}

/*
#nav a {
	background: #DDD7CB right top;
	border-bottom: none;
	color: #615605;
	float: left;
	font-size: 11px;
	margin-right: 5px;
	padding: 0 8px 1px 5px;
	text-decoration: none;
}

#nav a:hover, #nav #current {
	background: #CEC9BF right top;

	color: #080808;
}
*/

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 110%;
}