@charset "utf-8";
body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #FF3333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 2px solid #000000;
	text-align: left; 
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
	font-family: Andy;
	font-size: 32px;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px; 
	padding: 15px 10px 15px 20px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px; 
	padding: 10px 40px; 
	letter-spacing:.1em;
	font-size: 14px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFBF82;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	letter-spacing:.2em;
	font-size: 10px;
}
.style1 {font-size: 10px}
}
.style2 {font-style: italic}
}
.style3 {font-size: 12px}
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navigation a {
	font:11px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 8px 22px;
	}
	
#navigation a:hover {
	color:#FF3333;
	font-weight:bold;
	background: url("red-bullet.gif") 10px 50% no-repeat;
	}

.copyright {
	color:#8f5444;
	line-height:15px;
	text-align:center;
	padding:3px;
	font-size:8px;
	background-color: #FF3333;
}
.copyright a:link, .copyright a:visited {
	color:#8f5444;
}
.copyright a:hover, .copyright a:active {
	color:#8f5444;
	text-decoration:underline;
}