@charset "utf-8";
/* CSS Document */

a {
	font-weight: bold;
	text-decoration: underline;
	color: #F7F4D9;
	font-style: italic;
	font-variant: normal;
}

a:hover {
	font-style: italic;
	color: #000000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-color: #F7F4D9;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16;
	color: #000000;
}

li{color:#000000;
}
table#foot {
	font-size: 12px;
	color: #FFFFFF;
}
h1, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #515e04;
	font-weight: bold;
}
h2{
font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #515e04;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #515e04;
}
h3{
	font-size: 16px;
	text-align: center;
}
h2{
	text-align: left;
	font-size: 18px;
}

h1 {
	font-size: 24px;
}

#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: #FFFFFF;
	overflow:hidden;
}

#headpic {
	width: 800px;
}
#toolbar {
	width: 800px;
}
#logo {
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.2em;
	color: #515e04;
}
#content {
	text-align: left;
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-color: #FFFFFF;
	color: #515e04;
}
#footer {
	background-color: #515e04;
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	color: #515e04;
}
