body {
	margin: 0;
	padding: 0;
	background-color: #918674;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body, html {
	height: 100%;
}

a {
	color: #000;
}

#container {
	margin: 0 auto;
	width: 780px;
	background-color: #fff;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#header {
	position: relative;
	height: 200px;
	background-image: url(img/header_bg.jpg);
	background-repeat: no-repeat;
}

#menu {
	position: absolute;
	right: 10px;
	top: 159px;
}

#menu a {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu td {
	padding: 0 15px 0 10px;
	background-image: url(img/menu_div.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu td.lastitem {
	background: none;
	padding-right: 0;
}

#content {
	padding: 20px 10px 0 10px;
}

#content p {
	line-height: 15px;
}

#pagetitle {
	color: #514A3D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
}


#footer {
	height: 20px;
	background-image: url(img/footer_bg.jpg);
	background-repeat: no-repeat;
}


span.accessibility {
	display: none;
}


ul li {
	margin: 5px 0;
}

table.std td {
	height: 18px;
}

td.bg {
	background-image: url(img/bg.gif);
	vertical-align: bottom;
}