body
{
	background-color: #96c61a;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 15px 0px 0px 0px;
	position: relative;    
    min-height: 101%;
}

input, textarea
{
	font-family: Verdana,Arial;
	font-size: 11px;
}
img
{
	border-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* -- HEADINGS -------------------------------------------------- */

h1, h2
{
	color: #025e15;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0px 0px 10px 0px;
}

/* -- LINKS -------------------------------------------------- */
a:link, a:visited, a:active
{
	color: #025e15;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.error
{
	color: Red;
	font-weight: bold;
}

/* -- Site -------------------------------------------------- */
#site
{
	width: 900px;
	position: relative;
	margin: 0px auto 0px auto;
	background-color: White;
}

/* -- Header -------------------------------------------------- */
#header
{
	font-variant: small-caps;
	background-image: url(Images/header.jpg);
	height: 200px;
}
#header a:link, #header a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover
{
	color: #000000;
}
#header a:active
{
	color: #FFFFFF;
}
#menu
{
	height: 24px;
	background-repeat: repeat-x;
	padding: 177px 0px 0px 10px;
}

/* -- Content -------------------------------------------------- */
#content
{
	padding: 5px 30px 10px 30px;
	min-height: 400px;
}
#content .button
{
	color: Black;
	border: solid 1px #025e15;
	padding: 2px 2px 2px 2px;
}
#content .pagetitle
{
	color: #025e15;
	font-size: 12pt;
	font-weight: bold;
}
#content .title
{
	font-weight: bold;
}
#content a.title:link, #content a.title:visited, #content a.title:active
{
	text-decoration: none;
}

/* -- Footer -------------------------------------------------- */
#footer
{
	padding: 8px 0px 8px 0px;
	margin: 0px 30px 0px 30px;
	color: Black;
	font-size: .8em;
	text-align: center;
}
#footer a:link, #footer a:visited, #footer a:active
{
	color: Black;
	text-decoration: underline;
}
#footer a:hover
{
	color: #025e15;
	text-decoration: none;
}

/* -- FOOTER-SUB -------------------------------------------------- */
#footer-sub
{
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: .1em 0 2em 0;
	position: relative;
	font-size: .8em;
	color: #ffffff;
}
#footer-sub a:link, #footer-sub a:visited
{
	text-decoration: underline;
	color: #ffffff;
}
#footer-sub a:hover
{
	color: White;
	text-decoration: none;
}
