@charset "utf-8";
body {
	background-color: #666666;
}
#content {
	width: 100%;

}
#header {
	background-color: #FFFFFF;
	height: 115px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c3c387;
	border-bottom-color: #c3c387;
}
#header #centre {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 115px;
	background-image: url(images/backhead.png);
}
#main {
	width: 800px;
	height: 100%;
	background-color: #e2e1b5;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	overflow: visible;
}
#info {
	background-color: #E2E1B5;
	width: 620px;
	float: right;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #E2E1B5;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #E2E1B5;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.ita {
	font-style: italic;
	font-weight: normal;
}


.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 15px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}


.headdings {
    h6;
	font-family: Arial, Helvetica, sans-serif;
}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}




#sidebar {
	width: 166px;
	background-repeat: no-repeat;
	height: 98%;
	background-color: #7E644B;
	background-image: url(images/menu-title.png);
	border-top-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2E1B5;
	border-bottom-color: #E2E1B5;
	border-left-color: #E2E1B5;
	background-position: right top;
	overflow: visible;
}

#menu {
	margin-top: 60px;
}
#spacer {
	height: 5px;
}

.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	text-indent: 10px;
}
.submenu {
	color: #999900;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 13px;
	white-space: pre;
	text-align: left;
}
a:link {
	color: #BBBB3E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999933;
	text-decoration: none;
}
.textlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
