
a:hover
{
	/* nothing, just want to override main style */
	color: black;
}

a:link
{
	/*color:#336600;*/
	color:#0606CD;
	text-decoration: none;
}

a:visited
{
	/*color:#BA6811;*/
	color:#660099
	text-decoration: none;
}

body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1.0em;
margin: 0;
padding: 0;
background-color:#E6DC9F;
}

#header
{
font-size:1.0em;
background-color: #BCA67B;
height: 6.0em;
}

.header_title
{
color:#FFFFFF;
font-size:3.0em;
font-weight:bold;
line-height: .6em;
padding-top: .5em;
}

.W0
{
	font-family:"Lucida Handwriting", "Comic Sans MS", cursive; 
	font-size:2.0em; 
	line-height:2.0em;
	font-weight:bold;
	color:#6e7147;
}

#contact_info
{
font-size: .75em;
}

#bodycontainer
{
position: absolute;
width: 100%;
background-color:#BCA67B;
}

#centercontent
{
font-size:0.85em;
background-color:#FFFFFF;
background-image:url("/chapters/dupage/wo_paper_bg.gif");
margin-left:10em; 
padding:0.5em;
overflow:auto;
}

#leftarea
{
font-size:0.8em;
position: absolute;
left:0;
width: 11em; /* this value coordinates with margin-left of centercontent */
}

#footer
{
color:#FFFFFF;
background-color: #BCA67B;
font-size:0.7em;
height:1.0em;
padding:0.5em;
}

#footer a
{
margin: 0 2px;
color: #003300;
background-color:#BCA67B;
text-decoration: none;
}

#footer a:hover
{ 
color:#006600;
}

#footer a:link
{
	color:#339900;
	text-decoration: none;
}

.footer_left
{
	float:left;
}

.footer_right
{
	display:inline;
	float:right;
}



.menu
{
margin: 0;
padding:0;
}

.menu li
{
list-style-type:disc;
margin-bottom: 5px;
}


.menu a
{
margin: 0 2px;
color: #006600;
background-color:#BCA67B;
text-decoration: none;
}

.menu a:hover
{ 
font-weight:bold;
color:#006600;
/*color:#FFCC33;
background-color:#003300;*/
}

.menu a:visited
{
	color: #006600;
	text-decoration: none;
}

#centercontent a:link
{
	color:#0606CD;
	text-decoration: none;
}

#centercontent a:visited
{
	color:#660099;
	text-decoration: none;
}


p
{
margin: 0 0 10px 0;
}

.li_description
{
	margin-left:1em;
	display: block;
}

h2
{
	font-size:1.5em;
	text-decoration: underline;
}

h3
{
	font-size:1.0em;
}

strong
{
	color:#006633; 
	background: none; 
}

hr
{
	color: black;
	background-color:olive;
}

img.pic_left
{
	float:left;
	border:3px solid #003300;
	margin:0px 20px 15px 0px;
}

img.pic_right
{
	float:right;
	border:3px solid #003300;
	margin:0px 0px 15px 20px;
}

#navcontainer { margin-left: 30px; }

/*Fat Erik's Pipelist*/
#navlist
{
list-style: none;
padding: 0;
margin: 0;
}

#navlist li
{
display: inline;
padding: 0;
margin: 0;
}

#navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }



