@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #76ac20;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/sky-gradient.jpg);
	background-repeat: repeat-x;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #996600;
	font-style: italic;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
a:link {
	color: #76AC20;
}
a:visited {
	color: #76AC20;
}
a:hover {
	color: #8DD027;
}
a:active {
	color: #618F1B;
}
/* CSS Document */

#container {
	position:relative;
	width:950px;
	height:500px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position:relative;
	width:950px;
	height:210px;
	z-index:1;
}
#nav {
	position:relative;
	width:950px;
	height:40px;
	z-index:2;
	background-image: url(images/navbar.jpg);
}
#page {
	position:relative;
	width:950px;
	height:400px;
	z-index:3;
	overflow: visible;
	text-align: left;
}
.navbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none;
	white-space: nowrap;
	float: left;
	height: 20px;
	width: auto;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: groove;
	border-left-color: #B39262;
	position: relative;
	margin-top: 1px;
}
.navbutton a:link {
	text-decoration: none;
	color: #FFFF00;
}
.navbutton a:visited {
	text-decoration: none;
	color: #FFFF00;
}
.navbutton a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.navbutton a:active {
	text-decoration: none;
	color: #FFFF00;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a {
	color: #FFFF00;
	text-decoration: none;
}

