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;
	float: none;
	max-height: 400px;
}

body {
	background: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: 400;
}

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

p { padding-bottom: 0.8em; }


img	{ border: none; }

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

a:visited  { color: #cccFF; }

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

#wrapper { width: 100%; }

#banner	{
  width: 100%;	
  background: #333 url(../images/header_bg5.gif) right no-repeat;	
  height:150px;		
  z-index:400; 		
}

#left-sidebar {
	position:absolute;
	width:170px;
	top: 151px;
	left: 5px;
	padding: 10px;
	font-size: 100%;
	z-index:600;
}

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

.left-sidebar-all h3 {
	color: #FFF;
	padding: 0.2em;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.left-sidebar-all ul,	
.left-sidebar-all p {	
	background-color: #FFF;
	padding: 10px;
}
.left-sidebar-2 p  {
	background-color: #000;
	
	background-repeat: no-repeat;
	background-position: center center;
}
.left-sidebar-all ul {	list-style: none; }

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

.left-sidebar-1 a:hover	{ background: #FFF url(menu-bullet.jpg) right no-repeat; }


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


.left-sidebar-2 {
	border: 2px solid #cc0000;
	background-color: #990000;
	
}

.left-sidebar-3 {
	border: 2px solid #cc0000;
	background-color: #990000;
	
}

#maincontent {
	position:relative;
	width:auto;
	top: -30px;
	margin: 0 170px 0 170px;
	padding: 1em 5em 0 3em;
	background: #fff url(../images/dogwood.jpg) top left no-repeat;
	z-index:500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 2px solid #c00;
}

#right-sidebar {
	position:absolute;
	width: 189px;
	top: 143px;
	right:7px;
	border: 5px solid #cc0000;
	padding: 0.8em;
	font-size: 95%;
	z-index:600;



	a:hover	background: #FFF url(menu-bullet.jpg) right no-repeat;
	background-attachment: fixed;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	 }		

#footer	{
	position: relative;
	top: -30px;
	background: #333;
	padding: 1em;
	text-align: center;
	color: #999999;
	font-size: 100%;
	width: 65%;
	right: auto;
	left: 200px;
}


#footer img {		
	vertical-align: bottom;
}

#footer a,
#footer a, a:visited {
	color: #c00;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}

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

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

.printtitle {
	display: none;
}
