body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #009966;
	font: 1em Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin-right: 0px;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { 
	font-size: 1.2em ;
	color: #a15c1f;
	font-weight: bolder;
	line-height: 1.3em;	
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #a15c1f;
}
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

.title {
	background: #009966;
	color: #fff;
	text-align: left;
}

a:link { color: #009966; font-weight:bold; }
a:visited { color: #009966; }
a:hover { color: #0000cc; }
a:active { color: #000; }

.twocol #container {
	padding: 0;
	width: 950px;  /* this will create a container 80% of the browser width */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twocol #header {
	font-size: 2em;
	text-align: center;
	background: #ffffff;
	border-bottom: #009966 solid 5px;
}

.twocol #footer {
	text-align: center;
	border-top: #000 solid .5px;
	background: #009966;
	border-bottom: #000 solid 3px;
}

.twocol #footer a {
	color: #fff;
	background: #009966;
	text-decoration: none;
}

.twocol #menusidebar {
	float: left; 
	/*width: 24%; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	background: #009966;
	margin-right: 15px;
}

.twocol #main_full {
	margin: 0 0 0 0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}

.twocol #sidebar {
	margin: 11px;
	padding: 0px 10px;
	width: 200px;  
	float: right;
	border: #cff solid 1px;
	background: #009966;
	color:#fff;
}

#sidebar h3 { color: #fff; }
#sidebar h4 { color: #fff; }

#sidebar a {	
	font-weight: normal;
	color: #fff;
}
#sidebar a:link { color: #fff; }
#sidebar a:hover { color: #0000cc; }

.padded15 { padding: 0% 15px;}
