body, td {
	margin-top:0;
	margin-bottom:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
}

body a {
	color: #719265;
}

body a:hover{
	color: #4F6546;
	font-weight: normal;
}

#banner{
	width:955;
	height:151;
	padding: 0;
	margin: 0;
}

#maincontainer {
	width:955;
	padding:0;
	margin:0 auto;
	position: relative;
	clear: both;
}

#maincontainer #main {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 955px;
}

/*hide the excess height of the column using overflow: hidden*/
/*IE needs to float left den can work hence the "*float:left" */
#maincontainer #main {
	overflow:hidden;
	*float:left;
}

/*max out the height of the columns*/
#nav, #maincontent{
padding-bottom:32767px !important;
margin-bottom:-32767px !important;	
}


#maincontainer #main #nav {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 187px;
	background-color: #f3f2d5;
	display:inline; /*Do not remove. For IE 6 to work*/
}
#maincontainer #main #maincontent {
	float: right;
	width: 768px;
	background-image: url(../images/Content.jpg);
	background-repeat: no-repeat;
	background-color: #fcfbea;
	background-position: left top; /*Do not remove. For IE 6 to work*/
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -187px;
	padding: 0px;
}
#maincontainer #main #maincontent #content {
	padding: 10px;
	vertical-align: top;
}
#footer{
	margin: 0px;
	width: 955px;
	padding: 0px;
	float: right;
	position: static;
}

#footer #txt, #footer #txt a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #4e8724;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer #txt a:hover {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #4e8724;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}

/*Style*/
.attention{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #545454;
	text-decoration: none;
}

.footer1, .footer1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #719265;
	text-decoration: none;
}

.footer1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2e8806;
	text-decoration: none;
}

.Purplefont {
	color: #ad5856;
}

#box, #box2, #box3 {
	float: left;
}

.title {
	color: #2e8806;
	font-weight: bold;
}

#cellpadding{
	padding: 25px;
}