body{
	margin:0;
	padding:0;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #688A00;
}

#maincontainer{
	width: 980px;
	margin: 0 auto;
	background-image: url(../img/bg_page.jpg);
	background-repeat: no-repeat;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}

#topsection{
	position: relative;
	height: 235px;
	text-align: right;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 250px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 250px;
	margin-left: -980px;
	padding-top: 40px;
	text-align: right;
	line-height: 1.8em;
}

#footer{
	clear: left;
	text-align: right;
	height: 61px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footercontent{
	width: 570px;
	height: 21px;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	float: right;
	padding-top: 2px;
	font-size: 11px;
	color: #000;
}

.innertube{
margin: 10px 20px 10px 140px; /*Margins for inner DIV inside each column (to provide padding)*/
}

input, textarea, select {	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #777;
	padding: 0;
	margin: 0;
}

a:link {color: #000;text-decoration: underline;} 
a:active {color: #000;text-decoration: underline;} 
a:visited {color: #000;text-decoration: underline;} 
a:hover {color: #fff;text-decoration: none;} 

a.menu:link {color:#fff;text-decoration: none;} 
a.menu:active {color:#fff;text-decoration: none;}
a.menu:visited {color:#fff;text-decoration: none;}
a.menu:hover {color:#000;text-decoration: none;}

a.small:link {font-size:11px;color:#000;text-decoration: underline;} 
a.small:active {font-size:11px;color:#000;text-decoration: underline;}
a.small:visited {font-size:11px;color:#000;text-decoration: underline;}
a.small:hover {font-size:11px;color:#fff;text-decoration: none;}

a.footer:link {font-size:11px;color:#000;text-decoration: none;} 
a.footer:active {font-size:11px;color:#000;text-decoration: none;}
a.footer:visited {font-size:11px;color:#000;text-decoration: none;}
a.footer:hover {font-size:11px;color:#f0f0f0;text-decoration: none;}

#date{
	position: absolute;
	top: 210px;
	left: 80px;
	font-size:12px;
}

.black {
color: #000;
}

.grey {
color: #ccc;
}

.title {
	font-family: Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	color: #000;
}

.inputfield_xlarge{
  width:400px;
 }

.inputfield_large{
  width:250px;
 }
 
 .inputfield_small{
  width:150px;
 }
 
.regform{
	line-height: 2.0em;
}

