html {
	background: url(../images/htmlBG.png) center 153px repeat-y;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
	/*background: url(../images/htmlBG.png) top left repeat-x;*/
	background: url(../images/bodyBG.png) top center no-repeat;
}

h1 {
	position: absolute;
	color: #f6cf7c;
	float: left;
	font-size: 40px;
	font-weight: lighter;
	margin-left: 20px;
	width: 739px;
	height: 95px;
	/*background: url(../images/logo.png) top left no-repeat;*/
	text-indent: -2000px;
	overflow: hidden;
}

h2 {
	font-size: 27px;
	background: url(../images/titlebg.png) top left no-repeat;
	text-indent: 20px;
	position: relative;
	left: -20px;
	padding: 0;
	height: 40px;
	width: 738px;
	line-height: 40px;
}

h2, #content table .table_header {
	color: #000;
	font-weight: normal;
}

.redtext { color: #f00; }

#content table .table_header {
	font-weight: normal;
	font-size: 17px;
	background-color: #ecd596;
}

p {
	line-height: 25px;
}

#headergraphic {
	background: url(../images/headerBG.png) top left no-repeat;
	height: 245px;
}

#header {
	height: 140px;
}

#header ul {
	float: right;
	margin-top: 130px;
	margin-right: 20px;
}

#header ul li {
	display: inline;
	margin-left: 20px;
}

#header ul li a {
	color: #fff;
	font-size: 17px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
}

#header ul li a:hover {
	text-decoration: underline overline;
}

#headermenu ul {
	margin: 0;
	padding: 12px;
	padding-left: 40px;
}

#headermenu ul li {
	display: inline;
	margin-left: 20px;
}

#headermenu ul li a {
	color: #7d0d09;
	text-decoration: none;
	font-size: 19px;
}

#headermenu ul li a:hover {
	text-decoration: underline;
}

#page {
	margin: 0 auto;
	width: 782px;
	
}

#content, #headermenu {
	background: url(../images/contentBG.png) top left repeat-y;
}

#content {
	margin: 0;
	padding: 40px;
}

.aname { /* 'Back to Top' link UL */
	list-style-image: url(../images/linkArrow.png);
}

#content ul li a { top: -6px; }

#content ul li a, #content a {
	position: relative;
	color: #7d0d09;
	text-decoration: none;
	font-size: 15px;
}

#content ul li a:hover, #content a:hover {
	text-decoration: underline;
}

#content img {
	padding: 4px;
	margin: 8px;
	border: 4px solid #ecd596;
	display: block;

}

#content table {
	width: 95%;
	border: 1px solid #ecd596;
	margin: 0 auto;
}

#content table td {
	padding: 4px;
}

#content table td p { padding: 2px; margin: 0; }

.table_odd { background-color: #f0deac; }

#bookmarklist { padding-top: 10px; }

#content form div { clear: both; width: 500px; margin: 0 auto; padding: 6px; }
#content form label { float: left; }
#content form input, #content form textarea { float: right; width: 300px; border: 2px solid #ecd596; }

#footergraphic {
	width: 100%;
	height: 255px;
	background: url(../images/footerBG.png) top left no-repeat;
}

#footer p {
	display: inline;
	color: #fff;
	font-weight: bolder;
	margin: 10px 20px;
}