html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, 
ol, ul, li, dl, dt, dd, td, form, fieldset, a,
#wrapper, #banner  
{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #006600;
}

h1,h2,h3,h4,h5,h6 {
	color: #006600;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0.2em;
}

p { padding-bottom: 0.8em; }


img	{ border: none; }

a {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

a:visited  {
	color: #666666;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#wrapper { width: 100%; }

#banner	{
	width: 100%;
	background: #6c9d30;
	height:185px;
	z-index:400;
}

#left-sidebar {
	position:absolute;
	width:170px;
	top: 152px;
	left: 1px;
	padding: 10px;
	font-size: 90%;
	z-index:600;
}

.left-sidebar-all {
	margin-top: 5px;
	color: #000000;
	line-height: 1.25em;
	background: #FFF;
}

.left-sidebar-all h2 {
	color: #ffffff;
	padding: 0.2em;
	font-size: 100%;
}

.left-sidebar-all ul,	
.left-sidebar-all p {	
	background-color: #FFF;	
	padding: 10px;
}

.left-sidebar-all ul {	list-style: none; }

.left-sidebar-all li a 	{	
	width: 100%; 	
	display: block;
}

.left-sidebar-1 a:hover	{ background: #FFF url(../../newWilloughbyTownes/css/images/menu-bullet.gif) right no-repeat; }


.left-sidebar-1 {
	border: 1px solid #006600;
	background-color: #006600;
}


.left-sidebar-2 { 
	border: 1px solid #006600;
	background-color: #006600;
}

.left-sidebar-3 {
	border: 1px solid #6c9d30;
	background-color: #6C9D30;
	h2: #ffffff;
}

.left-sidebar-3 a,
.left-sidebar-3 a:visited {
	color: #000000;
	text-decoration: none;
}

.left-sidebar-3 a:hover {
	text-decoration: underline;
}

#maincontent {
	position:relative;
	width:auto;
	top: -30px;
	margin: 0 170px 0 170px;
	padding: 2em 4em 0 2em;
	background: #FFF;
	border: 1px solid #000000;
	z-index:500;
}

#right-sidebar {
	position:absolute;
	width: 189px;
	top: 54px;
	right:5px;
	border: 2px solid #000000;
	background: #ffffff;
	padding: 0.75em;
	font-size: 90%;
	z-index:600;
	background-attachment: fixed;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#footer	{
	position: relative;
	top: -30px;
	padding: 1em;
	text-align: center;
	color: #6C9D30;
	background-color: #006600;
}


#footer img {		
	vertical-align: bottom;
}

#footer a,
#footer a:visited {
	color: #6C9D30;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}

#footer a:hover {
	text-decoration: underline;
}

#skiplinks {
	position: absolute;
  	margin-left: -1000px;
}

.printtitle {
	display: none;
}
