* {
	margin: 0px;
	padding: 0px;
	}
	
li {
	line-height: 18px;

	}
	
a {
	color: #ffffff;
	}

h3 {
	font-size: 14px;
	}
	
a:hover {
	background-color: #AEAE00;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
		background-color: #333333;
		background-image: url(/2007/images/site_bg.gif);
		background-attachment: fixed;
		background-position: bottom center;
		background-repeat: repeat-x;
	
	}
	
p {
	line-height: 20px;
	margin: 5px 20px 5px 30px;
}
	
div.top {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0px;
	background-color: #AEAE00;
	font-size: 22px;
	
	
}

div.top h1 {
	font-size: 22px;
	color: #ffffff;

	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 10px;
	}
	


div.leftnav {
	position: absolute;
	top: 50px;
	width: 15%;
	left: 0px;
	z-index: 5;
	background-image: url(../images/bg_body.gif);
	border-bottom: 5px solid #AEAE00;
	height: 1200px;
	
	}
	
div.leftnav li {
	list-style-type: none;
	margin: 10px;
	padding: 2px;
	background-color: #666666;
	border-left: 3px solid #336699;
	border-bottom: 1px dotted #336699;
	}

div.leftnav a {
	color: #ffffff;
	
	}

a:hover {
	color: #ffffff;

}
	

.maincontent {
	position: absolute;
	left: 15%;
	width: 85%;
	top: 50px;
	border-bottom: 5px solid #AEAE00;
	height: 1200px;

	}

.maincontent li {
	margin-left: 20px;
	}
	
div.col3 {
	position: absolute;
	left: 85%;
	top: 50px;
	width: 15%;
	border-bottom: 5px solid #AEAE00;
	height: 800px;
}


.maincontent h1 {
	font-size: 12px;
	color: #ffffff;
	/*margin: 15px;*/
	background-color: #666666;
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;

	}
	
.maincontent ul {
	margin-left: 30px;
	list-style-type: square;
	}


	
h2 {
	font-size: 12px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 5px;
	border-left: 3px solid #AEAE00;
	border-bottom: 1px dotted #336699;
	width: 50%;
	}

.imagefloatright {
	float: right;
	margin: 25px;
	padding: 3px;
	background-color: #000000;
	}

.knockout {
	float: right;
	width: 15%;
	margin: 4%;
	padding: 2%;
	overflow: auto;
	border: 1px dotted #336699; 
	font-size: 9px;
	}

.knockout h3 {
	font-size: 12px;
	margin: 5px;
	}

#knockout_ul li {
	list-style-type: square;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	
.floatleft {
	float: left;
	clear: both;
	margin: 3%;
	padding: 1%;
	border: 1px solid #666666;
	background-color: #000000;
	}

	
.floatright {
	float: right;
	clear: both;
	margin: 3%;
	padding: 1%;
	border: 1px solid #666666;
	background-color: #000000;
	}

.flashbanner {
	text-align: center;
	padding: 5px;
}

.footer {
	font-size: 9px;
	}
	
