html {
	height: 100%;
	overflow: scroll;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #856E76;
	/* background-image: url('images/woodcut_300w.gif'); */
}
body a {
	color: #262A39;
}
body a:hover {
	color: #262A39;
	background-color: #fff;
}

img, td, tr {
	margin: 0px;
	padding: 0px;
}

#header {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	background-color: #856E76;
}
#header td, #header a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #fff;
}
#header a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
#header_img a:hover {
	color: #856E76;
	background-color: #856E76;
	text-decoration: none;
	border: 0px;
}

#pageNavBar {
	background: #fff;
	width: 100%;
	height: 23px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}

#mainbody {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	background-color: #9F9B74;	
}
#mainbody td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000;
	line-height: 18px;	
}
#mainbody a {
	font-weight: bold;
}
#mainbody a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

#copyrightBar {
	padding: 1px 0 3px 0;
	background-color: #fff;
}

#footer {
	width: 100%;
	height: 50px;
	border-top: 1px solid #fff;
}
#footer td, #footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #262A39;
	font-weight: normal;
}
#footer a:hover {
	color: #fff;
	background-color: #262A39;
	text-decoration: none;
}
#mainbody img {
     border: 1px solid #fff;
}
