@charset "utf-8";
body  {
	font: Times New Roman, Serif;
	font-size: 12pt;
	background: #632625;
	margin: 0; 	
	padding: 0;
	text-align: center; 
	color: #000000;
}

a:link {
	
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

.twoColFixRt #container { 
	width: 950px;  
	background: #632625;
	height: 850px;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; 
}

.twoColFixRt #header {
	width: 950px;
}

.twoColFixRt #navigationBar {
	margin:0px 0px 0px 0px;
	float:center;
	width: 950px; 
	background:none; 
	padding: 0px 40px;
}


.twoColFixRt #sidebar1 {
	margin-top:50px;
	margin-right: 30px;
	float:right;
	width: 300px; 
	height: 390px;
	overflow:auto;
	background:none; 
	padding: 5px 20px;
}


.twoColFixRt #mainContent { 
	margin: 50px 0px 0px 35px; 
	float:left;
	width: 515px;
	height: 390px;
	overflow:auto;
	padding: 0 10px; 
}



.twoColFixRt #footer {
	margin-top:30px;
	margin-left:30px;
	font-size: 10pt;
	float:left;
	width: 940px; 	
	height: 10px;
	background:none; 
	padding: 0px 0px;
}


.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;
}

