body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image:  url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #333;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#maincontainer{
	width: 1000px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-image:  url(../img/bg_page.jpg);
}

#topsection1{
	height: 72px; /*Height of top section*/
	position: relative;
	color: white;
}

#topsection2{
height: 300px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 194px 0 282px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 282px; /*Width of left column in pixel*/
	margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
	color: #993300;
}

#rightcolumn{
float: left;
width: 194px; /*Width of right column*/
margin-left: -194px; /*Set left margin to -(RightColumnWidth)*/
}

#footer{
	clear: left;
	width: 100%;
	height: 70px;
	background-image:  url(../img/bg_footer.jpg);
	background-repeat: repeat-x;
}

.innertube{
margin: 0; /*Margins for inner DIV inside each column (to provide padding)*/
margin-right: 20px;
margin-top: 7px;
}

.innertube_left{
margin: 0; /*Margins for inner DIV inside each column (to provide padding)*/
margin-left: 40px;
}

a:link {color:#99cc00;text-decoration: underline;} 
a:active {color:#99cc00;text-decoration: underline;}
a:visited {color:#99cc00;text-decoration: underline;}
a:hover {color:#99cc00;text-decoration: none;}

a.footerlink:link {font-size: 11px;color: #999;text-decoration: none;} 
a.footerlink:active {font-size: 11px;color: #999;text-decoration: none;}
a.footerlink:visited {font-size: 11px;color: #999;text-decoration: none;}
a.footerlink:hover {font-size: 11px;color: #99cc00;text-decoration: underline;}

a.menulink:link {color:#fff;text-decoration: none;} 
a.menulink:active {color:#fff;text-decoration: none;}
a.menulink:visited {color:#fff;text-decoration: none;}
a.menulink:hover {color:#587216;text-decoration: none;}

ul{
	line-height: 1.5em;
	list-style-type: square;
	text-align:justify;
}

input {	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333;
	padding: 0;
	margin: 0;
}

textarea, select {	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333;
	width: 140px;
	padding: 0;
	margin: 0;
	scrollbar-3d-light-color:#fff;
	scrollbar-arrow-color:#99cc00;
	scrollbar-base-color:#fff;
	scrollbar-dark-shadow-color:#fff;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#fff;
	scrollbar-track-color: #fff;
}

#menu {
	position: absolute;
	top: 50px;
	left: 25px;
}

.time{
	margin-right: 30px;
	margin-top: 5px;
	text-align: right;
}

.divider{
margin-left:15px;
margin-right:15px;
}

.divider2{
margin-left:10px;
margin-right:10px;
font-size: 11px;
font-weight: bold;
color: #99cc00;
}

.cell {
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
	text-align: left;
    border: 0;
}

.green{
color: #99cc00;
font-weight: bold;
}

.green2{
color: #99cc00;
font-weight: bold;
}

.inputfield_xlarge{
  width:495px;
 }

.inputfield_large{
  width:137px;
 }
 
 .inputfield_file{
  width:230px;
 }
 
.regform{
	line-height: 2.0em;
}

table.csstable {
padding: 0; 
border: none;
width: 100%;
}




