BODY {
	color: #000;
 	cursor: default;
	letter-spacing: 1px;
    text-align: center;
	font: 12pt Myriad Web;
	margin: 0;
    line-height:25px;
    background: #C4F909 url('background.gif') repeat-x;
}
a:link {
	color: #FBB40B;
	text-decoration: none;
	cursor: default;
	font: bold 12pt tahoma;
	text-transform: none;
}
a:visited {
	color: #FBB40B;
	text-decoration: none;
	cursor: default;
	font: bold 12pt tahoma;
	text-transform: none;
	}
a:hover {
	color: #97DDEF;
	text-decoration: none;
	cursor: default;
	font: bold 12pt tahoma;
	text-transform: none;
	border-bottom: 1px solid #FBB40B;
}
textarea, input {
	color: #000;
	font: 12pt Myriad Web;
	text-transform: none;
	background: #ffffff;
        border-bottom: 1px dashed #80A10B;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
}
IMG {
	border: 0px none;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


#mainbox {
background: #C4F909;
width:850px;
margin: auto; 
text-align: left;
}


#content {
background: #ffffff;
width: 575px; 
float: right; 
margin:auto;
margin-top: 50px; 
padding:5px;
}

#sidebar {
background: #ffffff;
width: 250px; 
float: left; 
margin:auto;
margin-top: 50px; 
padding:5px;
}

.header {
color: #97DDEF;
 	cursor: default;
	letter-spacing: 1px;
                  text-align: center;
	font: bold 24pt tahoma;
	margin: 0;
                    line-height:35px;
	border-bottom: 1px solid #c0c0c0;
}

.sidebarheader {
color: #80A10B;
 	cursor: default;
	letter-spacing: 1px;
                  text-align: left;
	font: bold 24pt tahoma;
	margin: 0;
                    line-height:35px;
	border-bottom: 1px solid #c0c0c0;
}

ul li
{
list-style-type: square;
list-style-image:url(bullet.gif);
padding-left: 3px;
}
