body{
	margin:0px;
	padding:0px;
	background-color:#666;
	color:#000;
	font-family:tahoma;
	font-size:9pt;
}

h1 {
	margin:0px;
	padding:5px 0px 5px 0px;
	font-size:14pt;
}

p {
	text-align:justify;
}

a, a:link, a:visited, a:active {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

hr {
	color: #327533;
	background-color: #327533;
	height: 1px;
	width: 80%;
	border: 0px;
}

.greenBand {
	background: #327533 url(./discuss/templates/GreenTech/images/hdr_mid.gif) left top repeat-x;
/*	background-color:#0d3; */
	color:#fff;
	font-size:9pt;
	padding: 2px 10px 2px 10px;
}

.mainBox {
	position:absolute;
	top:40px;
	left:100px;
	width:700px;
	border: 1px #0d3 solid;
	background-color:#efefef;
}

.menu {
	position:absolute;
	top:3px;
	left:1px;
	width:100%;
}

.menuItem {
	background-color:#327533;
	border-right: 1px orange solid;
	border-bottom: 1px orange solid;
	padding: 2px 3px 2px 3px;
	width:25%;
	color:#fff;
}

.menu a, a:link, a:visited {
	color:#fff;
}

.menu a:active {
	background-color:orange;
}

.menu a:hover {
	color:#fff;
}

.mainText {
	padding: 24px 8px 5px 8px;
}

 a, .mainText a:link, .mainText a:visited, .mainText a:active {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.mainText a:hover {
	text-decoration:underline;
}

.myPic {
	float:right;
	margin: 3px 0px 3px 5px;
	font-size:8pt;
}

.quote {
	font-weight:bold;
	background-color:#dedede;
	font-size:8pt;
	padding: 2px 5px 5px 2px;
}

.greyBox {
	background-color:#dedede;
	font-size:8pt;
	padding: 2px 5px 5px 2px;
	width: 500px;
}

.footer {
	text-align: center;	
}

.footer a {
	color: #000
}

.promoted {
	margin-top:15px;
	text-decoration:italic;
	font-size:7pt;
	text-align:center;
}

.promoted a {
	color: #000
}


/* --- FORMS ---*/

.formLine {
	margin:0px;
	clear:both;
}

.formLineContent {
	padding:0px;
	vertical-align:top;
	margin:0px;
}

.formLeft {
	padding: 0px;
	float:left;
}

.formRight {
	padding: 0px;
	float:right;
}

.formRight select {
	font-size:9px;
    font-family: verdana, helvetica, arial, sans-serif;
}

.formRight textarea, .formRight input {
    font-family: verdana, helvetica, arial, sans-serif;
	font-size:11px;
}

.formRight.formText {
	font-size:9px;
	border: 1px solid #ccc;