body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #151E04;
	background-color: #5E7630;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

form, ul, ol { 
	padding-top:0px; 
	padding-bottom:0px; 
	margin-top:0px; 
	margin-bottom:0px; 
}

a {
	color: #151E04;
}

h1, h2, h3, h4, h5, h6 {
	padding-top:4px; 
	padding-bottom:4px; 
	margin-top:4px; 
	margin-bottom:4px; 
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

h1 {font-size: 32px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 13px;}
h6 {font-size: 10px;}

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; }

.float_l {
	float: left;
	margin-right: 16px;
}
.float_r {
	float: right;
	margin-left: 16px;	
}

#maincontainer{
width: 1002px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 277px;
	position: relative;
}
#cssMenu1{
	position: absolute;
	left: 256px;
	top: 64px;
}
#link_new{
	position: absolute;
	left: 836px;
	top: 236px;
}
#link_available{
	position: absolute;
	right: 136px;
	top: 236px;
}
#contentwrapper{
	float: left;
	width: 100%;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#contentwrapper_inner{
	background-image: url(../images/bg_content_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 7px 0px 4px;
}

.column_left{
	width: 225px;
	padding: 4px 0px 4px 6px; 
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
}
.column_left, .column_left a{
	color: #B28000;
}
.column_mid{
	background-color: #B28000;
	height: 482px;
	padding: 16px;
}
.column_right{
	width: 240px;
	padding: 4px;
	background-image: url(../images/bg_shadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bullet_logo li{
	list-style-image: url(../images/bullet_logo.jpg);
}
.divider{
	background-color: #3A520B;
	height: 23px;
}

#footer{
	clear: left;
	background-image: url(../images/bot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	padding: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
 	font-weight: bold;
	line-height: 11px;
}
#footer, #footer a{
	text-decoration: none;
	color: #2E3C14;
}
.register {
	text-align: right;
	font-style: italic;
}#link_available {
	position: absolute;
	left: 32px;
	top: 236px;
	width: 247px;
}
