@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background-image: url(../images/paper.jpg);
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
.header {
	color: #006633;
	width: 758px;
	background-image: url(../images/topbkg.jpg);
	background-repeat: repeat-x;
	height: 90px;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.menu {
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	height: 42px;
	background-image: url(../images/linebkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.content {
	width: 738px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 10px;
	overflow: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
.copyright{
	font-size: 9px;
	color: #FFFFFF;
	background-color: #000000;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
a:link, a:active, a:visited{
	color: #A7A984;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.pic {
	padding-bottom: 10px;
	padding-left: 10px;
}
