/* CSS Document */

/* Basic typography
   -------------------------------------------- */

body {
	font-family: "Georgia", serif;
	color: #000000
	font-size: 100%;
	text-decoration: none;
	background-color: #246C24;
}

h1 { font-size: 1.5em; margin: 0;}
h2 { font-size: 1.4em; margin: 0;}
h3 { font-size: 1.3em; margin: 0;}
h4 { font-size: 1.2em; margin: 0;}
h5 { font-size: 1.1em; margin: 0;}
h6 { font-size: 1.1em; margin: 0;}

div	{
	margin: 10px 50px 0px 50px;
	/* text-indent: 30px; */
}

.floatRight { float: right;}

p, td, th, li {
	font-size: .90em;
	line-height: 1.5em;
}


/* Navigation
   -------------------------------------------- */

#navigation
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;	
	font-size: 12px;
}

#navigation a {
	border-bottom: 1px #FFFFFF dotted;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:hover {
	border-bottom: 1px #FFFFFF solid;
	color: #FFFFFF;
	text-decoration: none;
}

a {
	border-bottom: 1px #444 dotted;
	color: #000;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px #444 solid;
	color: #000;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.footer a {
color: #FFFFFF;
text-decoration: none;
border-bottom: 1px #FFFFFF dotted;
}

.footer a:hover {
color: #FFFFFF;
text-decoration: none;
border-bottom: 1px #FFFFFF solid;
}
