	@charset "utf-8";
	body {
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center;
		background-color: #333333;
	}
	.oneColFixCtrHdr #container {
		width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background: #000000;
		text-align: left;
		float: none;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		border-right-width: thin;
		border-left-width: thin;
		border-right-style: solid;
		border-left-style: solid;
		border-right-color: #000000;
		border-left-color: #000000;
	}
	.oneColFixCtrHdr #header {
	background-color: #221F1E;
	}
	.oneColFixCtrHdr #header h1 {
		margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
		padding-top: 0px;
		padding-right: 0;
		padding-bottom: 0px;
		padding-left: 0;
	}
	
	
	.oneColFixCtrHdr #mainContent {
		background-color: #000000;
		width: auto;
		height: auto;
		float: left;
	}
	
	.oneColFixCtrHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	padding-right: 20px;
	padding-left: 20px;
	height: 380px;
	background-repeat: no-repeat;
	background-image: url(image/background_1.jpg);
	overflow: auto;
	color: #999999;
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
	  }
	
	.oneColFixCtrHdr #footer {
	background:#000000;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	text-align: center;
	border-top-width: thin;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	.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;
		line-height: 0px;
	}
	
	.oneColFixCtrHdr #menuBar {
		margin-top: 0px;
		background-color: #000000;
	}
	
	.oneColFixCtrHdr #menuBar ul{
		float: left;
		width: 100%;
		background-color: #333333;
		font-weight: normal;
		border-top-width: 0px;
		border-right-width: 0px;
		border-left-width: 0px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		border-top-color: #000000;
		border-right-color: #000000;
		border-bottom-color: #333333;
		border-left-color: #000000;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
	}
	
	* html #menuBar ul{ /*IE only rule, reduce menu width*/
	width: 99%;
	}
	
	.oneColFixCtrHdr #menuBar ul li{
	display: inline;
	}
	
	.oneColFixCtrHdr #menuBar ul li a{
		float: left;
		color: #CCCCCC;
		padding-top: 2px;
		padding-right: 25px;
		padding-bottom: 2px;
		padding-left: 25px;
		text-decoration: none;
		font-size: 14px;
		background-repeat: no-repeat;
		background-position: right center;
		background-image: url(image/vertical.gif);
	}
	
	.oneColFixCtrHdr #menuBar ul li a:visited{
	color: ;
	}
	
	.oneColFixCtrHdr #menuBar ul li a:hover{
		color: #666666;
		background-color: #333333;
	}
	
	.oneColFixCtrHdr #menuBar #current {
		background-color: #333333;
		color: #666666;
	}
	
	.text15 {
	font-size: 12px;
	color: #f0f0f0;
	
	}
	.text14 {
	font-size: 12px;
	color: #dddddd;
	}
	.text13 {
	font-size: 13px;
	color: #dddddd;
	}
	
	.quote{
	font-family: Book Antiqua;
	font-size:17px;
	color:#dddddd;
	}
	
	a:link								/* default */
	{
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
	}
	
	a:active{
		FONT-WEIGHT: normal;
		FONT-SIZE: 12px;
		COLOR: #999999;
		TEXT-DECORATION: underline;
	}
	
	a:visited{
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
	}
	
	a:hover{
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #666666;
	TEXT-DECORATION: underline;
	}