BODY, TD {
	color: black;
	font: 9pt Verdana, Geneva, Arial, Helvetica;
	color: #5a2517;
}
H1, H2, H3 {
	font-size: 16pt;
	font-weight: normal;
	margin-bottom: 6px;
	color: #006;
}
H4 {
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 6px;
}
ul.menulevel1, ul.menulevel2, ul.menulevel3, ul.menulevel4, ul.menulevel5, ul.sitemaplevel1, ul.sitemaplevel2, ul.sitemaplevel3, ul.sitemaplevel4, ul.sitemaplevel5, ul.submenu, ul.search {
	padding-left: 0;
	margin-left: 0;
}
form {
	margin: 0;
}
IMG {
	border: 0;
}
li {
	line-height: 1.5;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited {
	color: #006;
}
a:active, a:hover {
	color: #777;
}
.sitename {
	font-weight: normal;
	font-size: 20pt;
}

.submenu {
	font-size: 9pt;
}
.submenu a {
	font-weight: normal;
	color: black;
}
.submenu a:link, .submenu a:visited {
	color: black;
}
.submenu a:active, .submenu a:hover {
	color: black;
}
.login {
	font-weight: bold;
	font-size: 8pt;
	color: grey;
}
.login a, .login a:link, .login a:visited, .login a:active, .login a:hover {
	color: gray;
}
.edit {
	font-size: 8pt;
	color: black;
	background: buttonface;
}
.edit a:link, .edit a:visited, .edit a:active, .edit a:hover {
	font-weight: normal;
	color: black;
}
input, select {
	font-size: 8pt;
}
textarea {
	width: 98%;
	background: white;
	font: 8pt Verdana, Geneva, Arial, Helvetica;
}
.searchbox .text, .searchbox .submit {
	border: 2px solid #c0c0c0;
	background: white;
}



.mceContentBody {
text-align: left;
background: #ebdcc9;
font: 9pt Verdana, Geneva, Arial, Helvetica;
color: #5a2517;
}



body
{
	background-color: #5a2517;
}

#container
{
	width: 800px;
	margin: 0px auto 0px auto;
}

#header
{
	background-image: url('images/top.jpg');
	top: 0px;
	left: 0px;
	width: 800px;
	height: 185px;
}

#navbar
{
	background-image: url('images/navbar.jpg');
	top: 185px;
	left: 0px;
	width: 800px;
	height: 24px;
	line-hight: 24px;
}

#content
{
	background: #ebdcc9;
	top: 204px;
	left: 0px;
	width: 720px;
	padding: 15px 40px 10px 40px;
}

#footer
{
	background-image: url('images/footer.jpg');
	top: 0px;
	left: 0px;
	width: 800px;
	height: 18px;
}



/*Sitemap Horizontal Dropdown Menu CSS for CMSimple*/


/*Microsoft behaviour to make IE6 and earlier behave like a compatible browser - ignored by other browsers*/

body{behavior:url(./csshover.htc);}


/*default styles for the menu, lists and links*/


#bwmenu{position:relative;z-index:1;width:720px;padding:0px 40px 0px 40px;}
#bwmenu ul{z-index:500;list-style:none;margin:0;padding:0;}
#bwmenu li{position:relative;float:left;width:100px;color:#006;font:bold 13px arial,helvetica,sans-serif;margin:0;padding:0;line-height:24px;text-align:center;}
#bwmenu a{width:100%;color:#600;text-decoration:none;}


/*change list item colours on hover*/

#bwmenu li:hover{color:#777;}
#bwmenu a:hover{color:#006;}

/*hide menulevel2*/

#bwmenu ul ul{display:none;}


/*hide menulevel3 when hovering over menulevel1 items*/

#bwmenu ul li:hover ul ul{display:none;}


/*display expanding menulevel2 on hovering over menulevel1 items*/

#bwmenu ul li:hover ul{position:absolute;display:block;top:40px;left:-1px;}


/*display expanding menulevel3 on hovering over menulevel2 items*/


#bwmenu ul ul li:hover ul{position:absolute;display:block;top:-1px;left:100%;}


/*End of Sitemap Horizontal Dropdown Menu CSS for CMSimple*/
