body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#CCCC99;
	background-color:#333333;
	text-align: center;
	}
	
#wrapper {
	margin: 0 auto;
	width:875px;
	border:0px solid #CCCC98;
	}
	
#header {
 color: #333;
 width: 800px;
 float: left;
 padding: 5px;
 border: 1px solid #333;
 height: 100px;
 margin: 10px 0px 5px 15px;
 background-color: #333;
 border:0px solid #CCCC98;
}

#leftcolumn { 
 color: #cccc99;
 text-align: right;
 line-height:150%;
 border: 1px solid #ccc;
 background-color: #333;
 border:1px solid #CCCC98;
 margin: 0px 5px 5px 15px;
 padding: 10px;
 width: 150px;
 float: left;
}

#rightcolumn { 
 float: right;
 font-size: 12px;
 color: #cccc99;
 border:0px solid #CCCC98;
 background-color: #333;
 margin: 0px auto;
 padding: 0 5px;
 width: 639px;
 display: inline;
}

#footer { 
 width: 800px;
 clear: both;
 font-size: small;
 text-align: right;
 color: #cccc99;
 border: 1px solid #333;
 background-color: #333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

a {
	color:#cccc99;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, arial, helvetica, sans-serif;
	}

a.current {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	}
a:hover {background-color:#333333; text-decoration: underline; color: #FFF;}

a.copy {
	color:#cccc99;
	font-size:10px;
	text-decoration:underline;
	font-weight:normal;
	font-family:verdana, arial, helvetica, sans-serif;
	}
	
a.copy:hover {
	background-color:#333333; text-decoration: underline; color: #FFF;}



dl.feature {
	margin: 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 0px dotted #ccc;
	}

dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #cccc99;
	}
	
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	}
	
dl.feature dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #c0c0c0;
	}

/*  IE fixes */

#content, #sidebar, #footer {
	height: 1%;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	} 
