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

body {
background-color: #8a9462;
font-family: Verdana, Geneva, sans-serif;
font-size: small;
color: #003300;
}

#header  {
margin: 0px 0px 0px 0px;
}

#main   {
	width: 780px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #9acc99;
    color: #003300;
}

.values
{
	padding:5px;
	list-style-type: decimal;
	border:0;
	text-align:left;
}

.form
{
	width:540px;
	border:1px dotted #003300;
	background-color:#eff8e7;
}

.emphasize {
	font-weight: bold;
}

.leftphoto
{
	float:left;
	border:0;
	margin: 0 10px 10px 0;
}

.rightphoto
{
	float:right;
	border:0;
	margin: 0 0 10px 10px;
}

h1, h2, h3, h4 {
color: #003300;
text-align:left;
}

h1
{
	font-size:150%;
}

h2
{
	font-size:140%;
}

h3
{
	font-size:120%;
}

a:link  {
color: #003300;
text-decoration: underline;
font-weight:bold;
}

a:visited  {
color: #003300;
text-decoration: underline;
font-weight:bold;
}

a:hover  {
color:     #009;;
text-decoration: none;
font-weight:bold;
            }


a:active  {
	
	color: #003300;
	text-decoration: underline;
	font-weight:bold;
}
			

#text    {
	float: right;
	width: 550px;
	margin-top: 0px;
	margin-right: 15px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #030;
}



#navigation  {
float: left;
width: 160px;
margin-top: 30px;
padding:10px;
font-size: .9em;
background-color: #9acc99;
}
#navigation ul { margin:0; padding:0; list-style-type:none; }
#navigation li { display:inline;}

#navigation a:link  {
color: #003300;
text-decoration: underline;
margin-left: 10px;
margin-bottom: 15px;
display: block; 
font-weight:bold;
}

#navigation a:visited  {
color: #003300;
text-decoration: underline;
margin-left: 10px;
margin-bottom: 15px;
display: block;
font-weight: bold;
}

#navigation a:hover  {
color:     #009;
text-decoration: none;
margin-left: 10px;
margin-bottom: 15px;
display: block;
font-weight: bold;
            }


#navigation a:active  {
	
	color: #003300;
	text-decoration: underline;
	margin-left: 10px;
	margin-bottom: 15px;
	display: block;
	font-weight: bold;
}


.special
{
	background-color:#BAD1E8;
	font-weight:bold;
	color:     #009;
	padding:10px;
}

blockquote
{
	background-color:#BAD1E8;
	font-weight:bold;
	color:     #009;
	padding:10px;
}

blockquote p.citation
{

	text-align:right;
}




.nav {
background-color: #9c9;
font-size: .9em;
text-align: center;
width:500px;
margin:10px auto;
padding:10px;
}

.nav a:link  {
color: #003300;
text-decoration: underline;
display:inline;
margin:0;
padding:0;
}
.nav a:visited  {
color: #003300;
text-decoration: underline;
display:inline;
margin:0;
padding:0;
}
.nav a:hover  {
color: #009;
text-decoration: none;
display:inline;
margin:0;
padding:0;
}
.nav a:active  {
color: #003300;
text-decoration: underline;
display:inline;
margin:0;
padding:0;
}

#footer {
	clear: both;
	background-color: #9c9;
	color: #8A9462;
}

.end {
background-color: #fff;
color: #003300;
font-weight: bold;
text-align: center;
padding: 10px;
}
