body{
	text-align:center;
	font-family: arial, sans-serif;
	font-size: 77%;
	margin:0;
	padding:0;
	background-image: url(shadowedgreenbg.gif);
	background-repeat: repeat-y;
	background-color: #005825;
	background-position: center;
	top: 0px;
}
p{margin:0 10px 10px}
a {
	font-weight: bold;
	color: #005825;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #666666;
	margin-top: 10px;
	margin-left: 10px;
}
h2 {
	margin-left: 10px;
	font-variant: small-caps;
	color: #666666;
	margin-bottom: 0px;
}
h3 {
	margin-left: 10px;
	color: #666666;
	margin-bottom: 0px;
}
h4 {
	margin-left: 10px;
	font-variant: small-caps;
	color: #666666;
	margin-bottom: 0px;
}
h5 {
	margin-left: 10px;
	color: #666666;
	margin-bottom: 0px;
}
h6 {
	margin-left: 10px;
	font-variant: small-caps;
	color: #666666;
}
dl {
	margin-left: 10px;
	margin-top: 0px;
}
dd {
	line-height: 1.4;
}

dt {
	line-height: 1.4;
}
pre {
	margin-left: 10px;
	font-variant: small-caps;
	color: #666666;
}
hr {
	font-size: 1px;
	color: #005825;
	width: 80%;
	text-align: center;
	margin-left: 10px;
}
#header{
	height:216px;
	margin:0;
	padding-left:10px;
	color: #FFFFFF;
	background-color: #5270B0;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-transform: lowercase;
	text-align: center;
	vertical-align: bottom;
}
#topnav {
	font-size: 2em;
	text-transform: lowercase;
	color: #FFFFFF;
	text-align: right;
	padding-bottom: 5px;
	margin-top: -30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	padding-right: 15px;
	vertical-align: bottom;
}
#topnav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#topnav a:hover {
	color: #CCCCCC;
	font-weight: normal;
}
#container{
	text-align:left;
	width:988px;
	background-color: #5270B0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 10px;
}
#content{
	float:right;
	width:76%;
	background-color: #FFFFFF;
	padding-bottom: 40px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#content p{line-height:1.4}
#navigation{
	background:#B9CAFF;
	float:left;
	width:20%;
	margin-left: 10px;
	background-color: #CCCCCC;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 1.25em;
}
#extra{
	float:left;
	clear:left;
	width:20%;
	margin-left: 10px;
	background-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 10px;
}
#footer{
	color: #FFF;
	clear:both;
	width:100%;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#footer p{
	margin:0;
	padding:5px 10px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
}
.attention {
	font-weight: bold;
	color: #990033;
}
ul {
	margin-top: 0px;
}
th {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 1.2em;
	padding-top: .6em;
}
#container #wrapper #content table {
	margin-left: 1em;
}
a img {
	border:none;
}