body {
	font-family: 'Segoe UI', 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background-image: url('./body-bk.png');
	background-repeat: repeat-x;
	/* background-color: #D9FF68; */
	background-color: rgb(217, 255, 104);
	color: #3D1800;
	font-size:	14px;
}

h1, h2, h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	margin:	0.75em 0;
}

p {
	margin: 0.2em 0;
}

a {
	color: #704D0B;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#page {
	width: 800px;
	border: 1px solid #3D1800;
	margin: 50px auto;
	background-color: #F1FFC9;
}

#page-header {
}
#page-header-logo {
	border-bottom: 1px solid #3D1800;
	height: 100px;
}
img {
	border: 0;
}
#page-header-nav {
	border-bottom: 1px solid #3D1800;
	padding: 5px;
	height: 20px;
}
#page-header-nav ul {
	padding: 0 5px;
	margin: 0;
	list-style-type: none;
}
#page-header-nav ul li {
	float: left;
	display: block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #3D1800;
	letter-spacing: 1px;
}
#page-header-nav ul li a {
	color: #3D1800;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#page-header-nav ul li a:hover {
	text-decoration: underline;
}
.page-header-nav-search {
	border: 0 !important;
}

#page-main {
	padding: 5px;
}
#page-main h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 25pt;
}

#page-footer {
	padding: 5px;
	font-size: 75%;
	border-top: 1px solid #3D1800;
}
/* a:link, a:visited, a:active {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #993366;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.main {
	width: 750px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
}
.banner, .search_box {
	height: 80px;
	background-image: url(header.jpg);
	background-repeat: repeat-x;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}
.banner {
	width: 530px;
	padding-left: 20px;
	float: left;
	text-align: left;
}
.search_box {
	float: right;
	clear: right;
	width: 200px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}
.banner a {
	color: #FFFFFF;
}
.menu {
	float: left;
	width: 140px;
	margin: 10px;
	margin-top: 3px;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	border-bottom: 1px dashed #999999;
}
.menu_default a:hover {
	border-bottom: 1px dashed #333333;
}

.menu_current  {
	border-bottom: 1px dashed #999999;
	font-weight:bold;
}

.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.content {
	margin-left: 150px;
	padding: 4px 10px 14px 10px;
	text-align: justify;
	clear: right;
}
.footer {
	background-color: #FFFFFF;
	clear: both;
	height: 20px;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 18px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
} */
