﻿*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #8E957E;
	color: #0F1100;
	font-size: 62.5%;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Lucida, Arial, Helvetica, sans-serif;
}

#container
{
	background-color: white;
	width: 1000px;
	margin: 10px auto 0px auto;
	border: solid 0pt #0F1100;
}

#wrapper
{
	margin: 0 auto;
	padding: 3.4em 0;
	width: 983px;
	position: relative;
}

/* = Navigation
----------------------------------------------------------------*/

#navigation
{
	padding-bottom: 1.6em;
	border-bottom: 0.1em solid #0F1100;
	margin-bottom: 1.7em;
}

#navigation p
{
	font-size: 1.4em;
	line-height: 1.2142857em;
	font-weight: bold;
	color: #0F1100;
}

#navigation ul
{
	list-style: none;
	font-size: 1.4em;
	line-height: 1.2142857em;
}

#navigation li
{
	display: inline;
	padding-right: 1em;
}

#navigation a
{
	color: #0F1100;
	text-decoration: none;
}

#navigation a:hover
{
	text-decoration: underline;
}

/* = Footer
----------------------------------------------------------------*/

#footer
{
	clear: both;
	background: #8E957E;
	color: white;
}

#footer p
{
	font-size: 1.3em;
	padding-top: 1em;
	padding-bottom: 0em;
}

.footerSiteName
{
	float: right;
}

.highlight
{
	color: #94A308;
}

.required
{
	color:#A30846;
}

h1
{
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.54545454em;
	padding-top: 0.3em;
	padding-bottom: 0.4927272em;
}

h2
{
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.54545454em;
	padding-top: 0.3em;
	padding-bottom: 0.4927272em;
}

#content p
{
	font-size: 1.3em;
	line-height: 1.54545454em;
	margin-bottom: 1.54545454em;
	text-align:justify;
}

/* = Controls
----------------------------------------------------------------*/

.Button
{
	font-size: 1em;
	width: 5em;
	text-align: center;
	background-color: white;
	border: solid 1pt #94A308;
	color: #0F1100;
}

.Textbox
{
	color: #BBB;
}

/*= Links
----------------------------------------------------------------*/

a
{
	color: #94A308;
	text-decoration: underline;
}
a:link
{
	text-decoration: underline;
}
a:visited
{
	text-decoration: underline;
}
a:active
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

a img
{
	border:0;
}

/* = Lists
----------------------------------------------------------------*/

ol
{
	font-size: small;
	margin-bottom: 2em;
	margin-left: 3em;
	color: #94A308;
}

ol li span
{
	color: #0F1100;
}

ul.normal
{
	font-size: small;
	margin-bottom: 2em;
	margin-left: 3em;
	color: #94A308;
}

ul li span
{
	color: #0F1100;
}
