/* CSS Document */

body {
	background:#fff;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#cc0099;
	}
a {
	color:#3300ff;
	font-weight: bold;
	text-decoration:none;
	border-bottom:1px dotted;
	}
a:hover {
	border-bottom:1px solid;
	color:#3300ff;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#fff ;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background: #fff;
	}
#header {
	background:#ffffff;
	padding:5px;
	margin:0;
	text-align:center;
	color:#cc00665;
	}
#header h1 {
	font-size:200%;
	}
	
h1 {
font-size: 150%;
}

#header a:hover {
	color:#7A2875;
	}
#maincol {
	position:relative;
	margin:0;
	padding:5px;
	background-color: #fff;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:200px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px; /* actual value */
	margin:0 0 -10px 0;
	padding:5px;
	background:#ffffff;
	z-index:100;
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:200px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#ffffff;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 240px;
	}
#centercol a {
	color:#0000ff;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#0000ff;
	}
#footer {
	position:relative;
	top:1px;
	background:#fff;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#ff00cc;
	}
	
	/* Eric Myer's Simple List Separators
http://www.meyerweb.com/eric/talks/2003/commug/commug.html */
.navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 170px;
}

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

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

