@charset "UTF-8";

/* body */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	
/* Navigation */
	
}	
#layoutNavigation {
	padding: 2px;
	font-size: 12px;
	}
#layoutNavigation li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#layoutNavigation ul {
	float: left;
	padding: 6px;
	position: relative;
	left: 0px;
	top: 100px;
	margin: 0px;
}
#layoutNavigation a {
	padding: 2px;
	border: 1px solid #fff;
}
#layoutNavigation a:visited {
	color: #fff;
	text-decoration: none;
}
#layoutNavigation a:link {
	color: #fff;
	text-decoration: none;
}
#layoutNavigation a:hover {
	color: #000;
	text-decoration: underline;
	background-color: #fff;
	border: 1px solid #000000;	
/* Main Container and Content Box */
	
}
.twoColFixLtHdr #container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	width: 800px;
	background-color: #70613B;
}
.twoColFixLtHdr #mainContent {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #fff;
}
#mainContent li {
	margin: 10px;
	padding: 0px;
}
#mainContent h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
#mainContent a {
}
#mainContent a:visited {
	color: #FFFF00;
	text-decoration: none;
}
#mainContent a:link {
	color: #FFFF00;
	text-decoration: none;
}
#mainContent a:hover {
	color: #FF9900;
	text-decoration: underline;
	
/* Header */
	
} 
.twoColFixLtHdr #header {
	background-image: url(img/header3.jpg);
	height: 132px;
	background-repeat: no-repeat;
	background-color: #666666;
	width: 800px;
	padding: 0;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
	
/* Sidebar */
	
}
.twoColFixLtHdr #sidebar1 {
	float: right;
	padding: 5px;
	background-color: #990000;
	width: 200px;
	border: 1px solid #000;
	color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	
/* Footer */

} 
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #990000;
	border: 1px solid #000;
	color: #fff;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
