@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: 745px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 40px auto 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. */
	height: 534px;
}

.oneColFixCtr #logo {
	float:left;
	color:#c7c7c7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:200px;
	margin: 55px 0 0 125px;
}

.oneColFixCtr #logo a, .oneColFixCtr #logo a:link, .oneColFixCtr #logo a:visited, .oneColFixCtr #logo a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.oneColFixCtr #menu {
	float:left;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:230px;
	margin: 59px 0 0 180px;
}

#container #menu ul#navStyle {
	list-style-type:none;
	list-style-image:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#container #menu ul#navStyle li {
	color:#f77b0e;
	display:inline;
	margin:0 0 0 7px;
}

#container #menu a, #container #menu a:link, #container #menu a:visited, #container #menu a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#container #menu a:hover {
	color:#f77b0e;
	text-decoration:none;
}

.oneColFixCtr #text {
	width:180px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 90px 0 0 140px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#copyright {
	margin:5px 0 5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#text p a, #text p a:active, #text p a:link, #text p a:visited {
	color:#f77b0e;
	text-decoration:none;
	font-weight:bold;
}

#text p a:hover {
	text-decoration:underline;
}
