html {
	height:100%
}

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: left;
	height:100%;
	margin: 0px;
	padding: 0px;
	font-size: small;
	background-image: url(images/fade800.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #34392a;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}
	
div#header {
	height: 125px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/header800.gif);
}
div#body {
	background-color: #E8DCB9;
	float: left;
	margin: 0px;
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/bodyfade.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div#page {
	width: 800px;
	margin: auto;
	border-right-width: 2px;
}

div#footer {
	background-color: #9D8D5C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: center;
	font-size: x-small;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #282248;
}
div#leftcontent {
	width: 513px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #5D5437;
	font-size: medium;
	color: #282248;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

div#rightcontent {
	width: 265px;
	color: #282248;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}
div#navbar {
	background-color: #2F2753;
	height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #E8DCB9;
}
span.menuitem {
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	height: 25px;
	line-height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
span.currentmenuitem {
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	height: 25px;
	line-height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	color: #2F2753;
	background-color: #E8DCB9;
}
span.menuitem      a:link  {
	color: #E8DCB9;
	text-decoration: none;
}
span.menuitem   a:hover  {
	color: #E8DCB9;
	text-decoration: underline;
}
span.menuitem   a:visited  {
	color: #E8DCB9;
	text-decoration: none;
}
div#content {
	padding: 5px;
	font-size: medium;
	color: #282248;
	float: left;
	width: 100%;
}
div.shorttitle {
	background-image: url(images/short-title.png);
	height: 40px;
	width: 245px;
	background-repeat: no-repeat;
	font-size: medium;
	font-weight: bold;
	padding-top: 35px;
	text-align: right;
	padding-right: 15px;
	color: #E8DCB9;
	font-style: italic;
}
div.longtitle {
	background-image: url(images/long-title.png);
	height: 40px;
	width: 410px;
	background-repeat: no-repeat;
	font-size: medium;
	font-weight: bold;
	padding-top: 35px;
	text-align: right;
	padding-right: 15px;
	color: #E8DCB9;
	font-style: italic;
}
