@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: #000;
	background-color: #FFF;
}
.oneColFixCtr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #660;
	font-style: normal;
	font-weight: lighter;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
.cap {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
#Container {
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	left: float;
	right: float;
	text-align: left;
}

a:link {
	color: #00C;
	color: #000;
	color: #000;
	color: #33C;
}
a:visited {
	color: #F99;
}
a:hover {
	color: #00C;
}
a:active {
	color: #00C;
}
.oneColFixCtr #container #mainContent ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#H3 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 18px;
	color: #000;
}
#Right {
	Float: right;
	right: 0px;
	width: 370px;
	left: 400px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
