/* CSS Document */

body{
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #009700;
}
a:link{
	color: #003300;
	text-decoration: underline;
	font-weight: bold;
	top: 0px;
	top: 0px;
}
a:visited{
	color: #003300;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.one:link{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.one:visited{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.one:hover{
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
a.two:link{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	padding-left: 4px;
	line-height: 20px;
	background-color: #3F3F3F;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
a.two:visited{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	padding-left: 4px;
	line-height: 16px;
	background-color: #3F3F3F;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
a.two:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	padding-left: 4px;
	line-height: 16px;
	background-color: #999999;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #003300;
	letter-spacing: 1px;
}

#container{
}
#header{
	height: 120px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 1px;
	background-color: #009700;
	padding-left: 10px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: 500px;
}
.headText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
}
#nav{
	width: 150px;
	background-color: #009700;
	float: left;
	padding-left: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #009600;
	border-top-style: solid;
	border-top-color: #003300;
	margin-top: -20px;
}

#content{
	padding-left: 10px;
	font-size: 13px;
	color: #003300;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-color: #003300;
	border-top-width: 2px;
	padding-right: 10px;
	margin-left: 170px;
}
.emphasis {
	font-size: 13px;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	color: #003300;
	letter-spacing: 1px;
}
li {
	font-size: 14px;
	line-height: 20px;
	color: #003300;
}
.headline {
	background-image: url(images/headline.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
}

