html, body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 20px;
	background: #00733F;
}


#wrapper {
	width:700px;
	margin:0;
	padding:0;
}

table
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
}

a:link, a:visited
{
	text-decoration: underline;
	color: #00733F;
}

a:hover, a:active
{
	text-decoration: underline;
	color: #09AA61;
}



a.link:link, a.link:visited
{
	font-size:14px;
	text-decoration: underline;
	color: #00733F;
}

a.link:hover, a.link:active
{
	text-decoration: none;
	color: #FFF;
}




#logotopbar
{
	background: url(images/logotopbar.jpg);
	width: 700px;
	height: 100px;
}

#logotopbar p
{
	font-family: Book Antiqua;
	font-size: 38px;
	line-height: 36px;
	color: #ffffff;
	width: 200px;
	height: 100px;
	margin: 0px;
	position: relative;
	text-align: center;
	top: 15px;
	left: 0px;
}

h1
{
	background: #ffffff;
	width: 696px;
	height: 30px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #00733F;
	padding: 6px 0px 0px 4px;
}

html>body h1
{
	width: 696px;
	height: 22px;
	padding: 10px 0px 0px 4px;
}

h2
{
	background: #09AA61;
	text-align: right;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #ffffff;
}

html>body h2
{
	width: 460px;
	height: 22px;
	padding: 0px 0px 20px 4px;
}

div#menu
{
	width: 200px;
	float: left;
}

div#menu a
{
	color: #ffffff !important;
	font-size: 12px;
	display: block;
	width: 180px;
	max-width: 180px;
	padding: 10px 0px 10px 20px;
	text-decoration: none !important;
	background-color: #00733F;
}

div#menu a:hover
{
	color: #09AA61 !important;
}


div#content
{
	padding: 12px 12px 12px 32px;
	float: left;
	width: 456px;
	background-color: #09AA61;
}

div#content img
{
	margin: 10px 10px 7px 15px;
}

div#content img.left
{
	margin: 0px 15px 7px 0px;
}

div#content img.middle
{
	margin: 20px 50px;
}

b
{
	color: #FA7D03;
}

div#content div.title
{
	font-weight: bold;
	text-decoration: underline;
	margin: 14px 0px 4px;
}

div#content td.title
{
	font-weight: bold;
	text-align: right;
}


/* Forms */


.form { 
font-size: 9pt;
font-weight: 500;
font-family: arial,sans serif;
color: #000000; 
background-color: #ffffff; 
border: 1px solid #00733F;
width: 240px;
height: 20px;}

.formbutton {
background-color: #ffffff;
border: 1px solid #00733F;
font-size: 12px;
font-family: arial,sans serif;
cursor: hand;}

div#footer
{
	background: #FFFFFF;
	height: 80px;
	width: 700px;
	float: left;
}

div#footer .text
{
	color: #00733F;
	text-align: center;
	padding: 20px 120px 0px 0px;
	float: right;
	line-height: 18px;
}

*html div#content
{
	width: 456px;
}