@charset "utf-8";

a:link {color: #ffffff; text-decoration: underline; border:none; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #ffffff; text-decoration: underline; }
a:hover {color: #660000; text-decoration: none; }

h1 {
padding: 0;
margin: 0;
color: #ffffff;
}

h6 {
padding: 0;
margin: 0;
color: #ffffff;
}

body  {
	font: 100% "Bookman Old Style", "Comic Sans MS", "Century Gothic";
	background: #660000;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}

#header { 
	background: #000000; 
	margin: 0.5% 10px 1% 10px; 
} 

#sidecontainer {
	width: 20%;  /* % of the browser width */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	background: #000000;
} 



#navlist {
	background: #410808; 
	text-decoration:none;
}



#mainContent { 
	background: #000000;
	margin: 0.5% 10px 1% 10px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}