@charset "UTF-8";
/* 2 Column Design, Main-Sidebar with Header*/

* {
	margin: 0px;
	padding: 0px;
	
}



/* link styles */

a { color:#FF0000;}
a:link {color:#FF0000; text-decoration:none}
a:visited {color:#FF0000; text-decoration:none}
a:hover {color:#FF0000; text-decoration:underline;}
a:active, a:focus {color:#006600; text-decoration:underline;}

/* END link styles */


/* Navigation Bar */

#navcontainer ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
background: url("site_images/navBarBg.gif") repeat-x 20px;
font: 12px/20px Arial, Helvetica, sans-serif;
text-align: center;
}

#navcontainer a
{
color: #000;
text-decoration: none;
display: block;
width: 100px;
border-top: 1px solid #A8B090;
border-bottom: 1px solid #A8B090;
border-left: 1px solid #A8B090;
}

#navcontainer li#active { background: url("site_images/navBarBgHover.gif") repeat-x 20px; }
#navcontainer a:hover { background: url("site_images/navBarBgHover.gif") repeat-x 20px; }

/* END Navigation Code */
	
body {
	
	background : #82603E url(site_images/wash-black.png) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}	
	
#wrapper {
	position:relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFCC66;
 	border: 1px solid #000000;
}

p {
	line-height: 1.2em;
	padding-top: 1em;
	padding-bottom: 
	
}

#clear {
	clear:both;
}

/*Position Floats*/

#header {
	position:relative;
	height: 125px;
	background-color: #666666;
	background-image: url(site_images/header_bg.png);
	background-repeat: no-repeat;
}

#navigation {
	position:relative;
	background: #59986A;
	height: 22px;
	background-color: #59986A;
}

#content {
	float: left;
	width: 615px;
	background : #FFFFFF url(site_images/wash-black.png) repeat-x;
	margin: .5em;
	padding: .5em;
	border: 1px solid #666666;
}

#sidebar {
	float: right;
	width: 225px;
	height: 100%;
	background : #FFFFFF url(site_images/wash-black.png) repeat-x;
	/* background: #CCCCCC; */
	margin: .5em;
	padding: .5em;
	border: 1px solid #666666;
}

#footer {
	color: #000;
	font: .5em;
	background: #59986A;
	margin-top: 10px;
}

