*{margin:0; padding:0;}

body {
font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
font-size: 11px; 
background: #006300;
color: #000; 
margin:0; 
padding:0;
line-height: 135%;
/* text-align: center; /* for IE */ */
}

a { color: #038F05; text-decoration: none; }
a:hover { text-decoration: none; color : #111; }

img{ border: none; padding: 6px; } 
img a{border:none;} 

ul { list-style-type: none; }

#page {
	width: 800px;
	margin: 20px auto;
}

#header { 
height: 90px;
background: #f7f7f7 url(images/header.jpg) no-repeat;
text-transform: uppercase;
}
#header h1 {
font-size: 23px;
font-weight: 800;
padding: 34px 0 0 30px;
color: #0C9C09;
}
#header h1 a {
color: #0C9C09;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
color: #f77700;
font-size: 15px;
font-weight: 800;
padding: 5px 0 0 32px;
}

#menu {
background: #f7f7f7 url(images/menu.jpg) no-repeat;
height: 30px;
line-height: 30px;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 20px;
padding-right: 20px;
}
#menu ul li {
display: block;
float: right;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #fff;
font-size: 11px;
font-weight: 600;
}
#menu ul li a:hover {
color: #111;
}

#wrapper {
padding: 0 0 0 20px;
background: #f7f7f7 url(images/content.jpg) repeat-y;
}

#content {
float: left;
width: 475px;
padding-top: 20px;
padding-bottom: 20px;
/* text-align:center;margin:0 auto; */
}

#sidebar {
float: right;
width: 120px;
margin-right: 10px;
margin-top: 15px;	
}

/* #sidebox {
width: 100px;
height: 100 px; ! possibly this could be controlled by text within
border: black solid 1px;
background-color: #03ce3c;
}
*/

#formsidebar {
float: right;
width: 240px;
margin-right: 10px;
margin-top: 15px;
font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
font-size: 11px; 	
}

#formsidebar.box {
width: 100px;
height: 100 px; ! possibly this could be controlled by text within
border: black solid 1px;
background-color: #A3E80E;
}

#formsidebar.button (
width: 60px;
height: 20px;
border: black solid 1px;
background-color:: #E8E8E8;
)
/*  how to center submit button */

#input.button { 
text-align: center;
}

#footer {
background: #f7f7f7 url(images/footer.jpg) no-repeat;
height: 50px;
line-height: 50px;
font-weight: 100;
font-size: 11px;
text-align: center;
color #fff;	
}
#footer p { color: #fff; }
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }


#content h2 {
font-weight: 100;
letter-spacing: -1px;
font-size: 20px;
margin: 20px 0 4px; padding: 0 0 3px; 
color: #0C9C09;
line-height: 125%;
}
#content ul {
padding: 10px 30px;
}
#content ul li {
list-style-type: square;
}

#sidebar ul {
list-style-type: none; 
}

#sidebar h2 {
background: #0C9C09 url(images/sidebarh2.jpg) no-repeat;
font-family:"Trebuchet MS", Arial, Sans-serif; 
height: 30px;
line-height: 30px;
font-weight: 600;
font-size: 11px;
margin: 10px 0 5px 0; padding: 0 0 0 10px; 
color: #fff;
text-transform: uppercase;
}

#sidebar ul {
padding: 5px 0 5px 0;
}

#sidebar ul li {
/*  background: url(images/bullet.png) no-repeat center left;*/
/*  padding: 2px 0 2px 15px;*/
padding: 4px 0 4px 0;
}
#sidebar ul li a { font-size: 11px;}

#sidebar ul {
padding-left: 7px;
}