body {
	margin: 0px;
  padding:0px;
  text-align:center;
  background-color: #BAD8BA; 
  /*
	background-image:url(../gfx/bg.jpg);
	background-repeat:repeat-x;
	*/
}

body,td,p { 
  color: #000000;  
  font-family: Arial, Helvetica;
	font-size: 11px;
} 

a:link { 
  color: #51a09e;
  text-decoration: none;
}
a:visited { 
  color: #51a09e;
  text-decoration: none;
}
a:hover {
  color: #51a09e;
  text-decoration: underline;
}
a.menu:link { 
  color: black; 
  font-weight:bold;
  text-decoration: none;
}
a.menu:visited { 
  color: black; 
  font-weight:bold;
  text-decoration: none;
}
a.menu:hover {
  color: #51a09e; 
  font-weight:bold;
  text-decoration: none;
}

#headspacer {
	width: 820px;
	height: 80px;
	margin: 0 auto;
	text-align: right;
	
}

#menubar {
	position: absolute;
	height:22px;
	width:650px;
	top:57px;
	left:50%; 
  margin-left: -400px;
	text-align: left;
}

#logo {
	position: absolute;
	height:80px;
	width:151px;
	top:44px;
	left:50%; 
  margin-left: 220px;
}

#container { 
	width: 820px;
	background: #DEEFDF;
	margin: 0 auto;
	text-align:center;
} 

#submenu { 
	width: 810px;
	height: 30px;
	margin: 0px 5px;
	text-align: left;
} 

#content { 
	width: 810px;
	margin: 0px 5px;
	background: #FFFFFF;
	text-align: left;
} 

#footer { 
	width: 810px;
	height: 10px;
	margin: 0px 5px;
	text-align: left;
} 

.content_standard {
	padding: 30px 40px;
}

.forum_leftcolumnhead {
	padding: 7px 0px;
  vertical-align: top;
  width: 160px;
}

.forum_leftcolumn {
	padding: 0px;
  vertical-align: top;
  width: 160px;
}

.forum_rightcolumnhead {
  vertical-align: top;
	padding: 5px;
  width: 540px;
  background: #DEEFDF;
}

.forum_rightcolumnbody {
  vertical-align: top;
	padding: 5px;
  width: 538px;
  border: 1px solid #DEEFDF;
}

.forum_rightcolumnedit {
  vertical-align: top;
	text-align: right;
  width: 538px;
}

.forum_topic{
  font-size:14px;
  font-weight:bold;
}


.home_leftcolumnhead {
	padding: 7px 0px;
  vertical-align: top;
  width: 210px;
}

.home_leftcolumn {
	padding: 0px;
  vertical-align: top;
  width: 210px;
}

.home_rightcolumnhead {
  font-size:16px;
  font-weight:bold;
  vertical-align: middle;
	padding: 5px;
  width: 490px;
  background: #DEEFDF;
}

.home_rightcolumn {
  vertical-align: top;
	padding: 5px;
  width: 488px;
  border: 1px solid #DEEFDF;
}

.heading {
	color: #99CC99;
  font-size:20px;
  font-weight:bold;
}

.textinputbig {
  font-family: Arial, Helvetica;
	font-size: 18px;
  padding: 3px;
  color: #333333;
  background: #eeeeee;
  border: 1px solid #000000;
  width: 300px;
  height: 27px;
}

.submitbutton {
  border: 1px solid #51a09e;
  color: #51a09e;
  background-color: #e8e8e8;
  font-size: 12px;
  font-weight:bold;
  font-family: Arial, Helvetica;
  vertical-align: middle;
  padding: 1px 4px 1px 4px;
}