@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #header {
	float:left;
	top:0;
	left:0;
	width:780px;
	height:150px;
	margin:0;
	padding:0px;
}

.oneColFixCtr #navBar {
	float:left;
	width:150px;
	padding-top:5px;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

.oneColFixCtr #bodyContent {
	float:right;
	width:604px;
	padding:0px 0px 10px 10px;
	margin:0px 0px 10px 0px;
	border-left:dotted;
	border-left-width:1px;
	border-color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

.oneColFixCtr #footer {
	clear:both;
	width:780px;
	padding:10px 0px 0px 0px;
	
	margin:0px;
	border-top:dotted;
	border-top-width:1px;
	border-color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-align:center;
}


a{
	text-decoration:none;
}

a:link{
	color:#999999;
}

a:visited{
	color:#999999;
}

a:hover{
	color:#9900FF;
	text-decoration:underline;
}

.title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#9900FF;
}