html
{
}


body
{
    margin: 0;
    padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
    text-decoration: none;
	background-color: #98AFC7;
}

/* Text formatting */
p
{
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	margin-top: 0;
	color: black;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:active
{
	color: #006600;
    font-family: Verdana, Arial, sans-serif;
    font-size: 15pt;
    text-decoration: none;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:active
{
    color: black;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11pt;
    font-style: italic;
    font-weight: bold;
	margin-top: 0px;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:active
{
    color: #006600;
    font-family: Verdana,Arial,sans-serif;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
	margin-bottom: 0;
}

/* Hyperlinks */
a, a:link, a:visited, a:active
{
	color: black;
	text-decoration: underline;
}

a:hover
{
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}



/* Layout */
#top
{
	width: 100%;
/*	height: 100px;*/
	background-color: #347235;
	border-bottom: solid 5px #4AA02C;
}

#apexheader
{
	margin: 0 auto;
	width: 980px;
	text-align: right;
}

#apexheader p
{
	color: #FFFFFF;
	padding: 0 10px 0 0;
	margin: 0;
}

#apexheader a, #apexheader a:link, #apexheader a:visited
{
	color: #FFFFFF;
	text-decoration: none;	
}

#apexheader a:hover {
	color: #FFFFFF; 
	text-decoration: underline;
	font-weight: normal;
}

#printtop
{
	visibility: hidden;
	height: 0px;
}

/* Content */

#contentwrapper
{
	top: 105px;
	width: 980px;
	text-align: left;
	margin: 0 auto;
}

#content
{
	float: right;
	top: 0px;
	/*left: 127px;*/
	width: 800px;
	margin: 2px 0 5px 0;
	padding: 2px;
	background-color: #FFFFFF;
	border: solid 2px #646060;
}

/* Menu */
#menu
{
	width: 170px;
	float: left;
	margin: 2px 0 5px 0;
	padding: 1px;
}

#menu ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 100%;
	position: relative;
}

#menu ul li
{
	padding: 1px;
}

#menu ul li a, #menu ul li a:link, #menu ul li a:visited
{
	color: black;
	display:block; 
	width: 100%;
	text-decoration: none;
	background-color: #669900;	
}

#menu ul li a:hover {
	color: white; 
	text-decoration: none;
	background: #006600;
}

/* Footer */
#footer
{
	clear: both;
	width: 100%;
	border-top: solid 2px #347235;
	margin: 0 auto;
	height: auto;
	bottom: 0;
	position: relative;
	/*background-color: #347235;*/
	color: #999999;
}

#apexfooter
{
	margin: 0 auto;
	width: 980px;
	left: 172px;
}

#footer p
{
	font-size: x-small;
}

#footer ul
{
	list-style-type: none;
	left: 0px;
	marker-offset: 0;
	margin: 0;
	padding: 0;
	font-size: x-small;
}

#footer ul li
{
	/*float: left;*/
	padding-right: 5px;
	display: inline;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active
{
	color: #000000;
	text-decoration: underline;
	/*padding-right: 5px;	*/
}

#footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;	
}

/* Images */
img
{
	border: none;
}


		

