html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: arial, tahoma, verdana, sans-serif;
	text-align: left;
	color: #139136;
	font-size: 80%;
	margin: 0 auto;
}

a {
	text-decoration: underline;
	color: #f0472b;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 140%;
	margin: 0px;
}

table {
	font-size: 100%;
}

h2, h3, h4, h5 {
	font-size: 100%;
	color: #f0472b;
	margin-bottom: -10px;
}

.footerHR {
	color: #ffffff;
	height: 1px;
	border: 0px;
	background-color: #ffffff;
}

hr {
	color: #d5e3ae;
	height: 1px;
	border: 0px;
	background-color: #d5e3ae;
}

li {
	list-style-type: none;
	background: url(../images/img-bullet.gif) no-repeat;
	background-position: 0px 4px;
	padding-left: 25px;
	margin-left: -15px;
	line-height: 25px;
	margin-bottom: 8px;
}

.mainbody {		
	font-family: arial, tahoma, verdana, sans-serif;
	text-align: center;
	color: #139136;
	font-size: 80%;
	background-color: #d5e3ae;
}

#container {
	margin: 0 auto;
	width: 760px; 
	padding-left: 20px;
	min-height: 100%;
	border: 0px solid red;
	text-align: left;
	position: relative; 
}

*html #container {
	height: 100%;
}

#content {
	width: 740px;
	border: 0px solid green;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	clear: both;
}

#mainContent {
	border: 0px solid orange;
	width: 540px;
	padding-top: 10px;
}

#contentArea {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 0px 15px 0px 15px;
	width: 507px;
	min-height: 570px;
}

*html #contentArea {
	height: 570px;
}

#floatLeft {
    float: left;
    border: 0px solid red;
	width: 180px;
	margin-right: 10px;
}

#floatRight {
    float: left;
    border: 0px solid purple;
	width: 540px;
}

#menu {
    width: 900px;
    color: #ffffff;
    height: 45px;
}

#header {
	margin: 0 auto; 
	margin-left: -2px;
	width: 550px;
	border: 0px solid blue;
	position: relative;
	clear: both;
	overflow: hidden;
	padding-top: 10px;
}

#header h1 {
	color: #006d14;
	font-size: 160%;
	margin-bottom: 10px;
}

#navigation {
	border: 0px solid red;
	overflow: hidden;
	clear: both;
	margin-top: 5px;
}

#footer	{
	height: 30px;
	width: 660px;
	margin: 0 auto;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	border: 0px solid red;
}

#footer p {
    padding: 0px;
    margin: 0px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    color: #006d14;
}

#clearfooter {
	height: 70px;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.imgBorder {
	border: 2px solid #006d14;
}

.menuItemContainer {
	border: 0px solid red;
	background: url(../images/img-menu-background.png) no-repeat;
	height: 26px;
	width: 155px;
	overflow: hidden;
	text-align: center;
	padding: 9px 0px 0px 0px;
	margin-bottom: 5px;
}

.menuItemContainerSelected {
	border: 0px solid red;
	background: url(../images/img-menu-background-ovr.png) no-repeat;
	height: 26px;
	width: 155px;
	overflow: hidden;
	text-align: center;
	padding: 9px 0px 0px 0px;
	margin-bottom: 5px;
}

.menuItemContainer a {
	color: #006d14;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

.menuItemContainerSelected a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

.submitButton {
	background-color: #006d14;
	color: #ffffff;
	border: 1px solid #404040;
	font-weight: bold;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 90%;
	margin-top: 1px;
}

.inputFields {
	height: 16px;
	font-size: 100%;
	font-family: arial, tahoma, verdana, sans-serif;
	border: 1px solid #006d14;
}
