body {
	color:#666;
	margin:20px;
	padding:0px;
	font:110%/20px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background:url(images/grn_circles.jpg) repeat}
	
h1 {
	margin:0px 0px 15px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#ccc;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:10px 0px 5px;
	padding:0px;
	}
p {
	font:12px/22px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

.header {
	margin:20px 0px;
	padding:0px;
	text-align: center;
	}

#top_header{
	background-image: url(wcc_logo_325.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height:113px;
	}



a {
	color:#41306E;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#41306E;}
a:visited {color:#649017;}
a:hover {background-color:#CCFF66;}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
}  

/* All the content boxes belong to the content class. */
.content {
	position:relative;
	width:auto;
	min-width:220px;
	margin:0px 30px 5px 195px;
	background-color:white;
	padding:10px;
	border: thin solid #666666;
	z-index: 3;
	}

#navAlpha {
	position:absolute;
	width:240px;
	top:0px;
	left:0px;
	padding:0px 0px 10px;
	z-index:0;
	voice-family: "\"}\"";
	voice-family:inherit;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}

#navcontainer {
	position:absolute;
	width:130px;
	top:25px;
	right:0;
	z-index:3;
	margin:0;
	padding:0;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:130px;
	background-color: #CCFFCC;  /* the background          */
   filter:alpha(opacity=70);   /* Internet Explorer       */
   -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
   opacity: 0.5;               /* newer Mozilla and CSS-3 */

}


#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 130px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#navlist li a { text-decoration: none; }


#footer {
	font-size: 10px;
	color: #41306E;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	padding-top: 10px;
}

#circles {
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}
	
#circles a:hover {
	background-color: #FFFFFF;
}

#dev_by {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-align: right;
	position:relative;
	z-index:3;
	margin:0px 30px 5px 195px;
	float:right;
	width:120px;
}

#dev_by a {
	color: #FFFFFF;
}

#dev_by a:hover {
	background-color: #6699FF;
}
