@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration:none;
	font-weight:normal;
	font-size: 12px;
	margin:0px;
	text-align: left;
	float: none;
	}
	
a:link, a:visited, a:active {
	color: #609;
	text-decoration: none;
}
a:hover {color: #96F;
}
h1, h2, h3, h4, h5 , h6 {color; color:#609;
}
.oneColElsCtr #container {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 40px;
	height: auto;
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.bottom_bar{
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	font-size: 10px;
}
.sub{
	color:#666;
	text-decoration:none;
	font-weight:normal;
	font-size: 11px;
}

