body,
document,
html
{
	background: #EFF0EA; /*  old background color #CACFBB; */
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
}
img
{
	border: none;
}
a:link {
	text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover, a:active {
	color:#276B57;
	text-decoration: none;
}

#header
{
	background-image: url(../img/headerbg.jpg);
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}
#maincontent
{
	background: url(../img/leftbg.jpg) left no-repeat;
	width: 1000px;
	height: 600px;
	margin: 0 auto;
}
#innerwrapper
{
	background: url(../img/rightbg.jpg) right no-repeat;
	width: 1000px;
	height: 600px;
}

#innercontent
{
	width: 800px;
	height: 600px;
	margin-left: 100px;
	margin-right: 100px;
	background: #FFF; 
	/*url(../img/logo2.jpg) top left no-repeat; */
}

 /*removed to modify homepage and logo #innercontent  {	background: #FFF url(../img/mainbg.jpg) bottom right no-repeat;	width: 800px;	height: 600px;	margin-left: 100px;	margin-right: 100px;} */


#navlinks
{
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #516452;
	padding-top: 22px;
	height: 40px;
	overflow: hidden;
	text-align: center;
}
#navlinks a
{
	display: block;
	float: right;
	width: 80px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	color: #516452;
	font-weight: bold;
}
#navlinks a:hover, a:active
{
	color: #276B57;	
}

#home_logo
{
	float: left;
		
}
#home_image
{
	float: right;
	margin-top: 89px;
}
#footer
{
	background: url(../img/footerbg.jpg) top left no-repeat;
	height: 100px;
	width: 1000px;
	margin: 0 auto;
}
#footer form
{
	padding: 8px 100px;
	font-size: 8pt;
	text-align: right;
}
#joinButton
{
  width: 98px;
  height: 26px;
  background: url(../img/joinButton.gif) no-repeat;
  border: none;
}
#thanksMessage
{
  text-align: right;
  padding-right: 100px;
  font-size: 8pt;
  font-weight: bold;
}