html,body {
	font-family:Verdana, Helvetica, sans-serif;
	font-size : 10pt;
}
body {
	background-color : #f0e6bc;
}
h1 {
	vertical-align : middle;
	text-align : center;
}
h2 {
	font-size : 1em;
	border-bottom-style : solid;
	border-bottom-color : #c6dc8c;
}
a {
	color : black;
	text-decoration : underline;
}
a:hover {
	background-color : #dee89e;
}
img {
	border : none;
}
div#sidebar ol.submenu {
	list-style-type : disc ;
}
div#title {
	border-bottom-style : solid;
	border-bottom-color : #c9be88;
	background-color : #a5c353;
	background-image : url("../img/title.gif");
	background-repeat : no-repeat;
	background-position : center left;
}
div#title h1 {
	display : none;
}
div#sidebar div {
	background-image : url("../img/gradient.jpg");
}
div#sidebar li {
	margin : 1px 0px;
}
div#menu a {
	text-decoration : none;
}
div#menu a:hover {
	border-style : solid;
	border-color : #c9be88;
	text-decoration : underline;
}
div.hascontent {
	border-style : solid;
	border-color : #c9be88;
}
div.hascontent h1 {
	font-size : 1em;
	background-color : #c6dc8c;
	border-bottom-style : solid;
	border-bottom-color : #c9be88;
}
div#main {
	background-color : #F5EEDE;
}
div#footer {
	vertical-align : middle;
	text-align : center;
	font-size : 0.7em;
	border-style : solid;
	border-color : #c9be88;
	background-color : #F5EEDE;
}
div#footer h1 {
	font-weight : normal;
}
span#current {
	font-weight : bold;
}
