@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCC;
	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;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12pt;
	color: #000000;
}
.oneColFixCtr #container {
	width: 1000px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom: 20px;
	background-image: url(../images/background.gif)
}
.middleColumn {
	width: 751px;
	border: 1px solid white;
	margin-left: 195px;
	margin-top: 0px;
	padding: 15px;
}
.nav {
	width: 160px;
	border: 1px solid #006600;
	float: left;
	margin-left: 5px;
	margin-top: 0px;
	padding: 0px;
}
.companyName {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	margin-left: 275px;
	padding-top: 16px;
}
.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	margin-left: 260px;
	padding-top: 13px;
	padding-bottom: 10px;
}
.pageTitle {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #060;
	margin-left: 200px;
	padding-top: 13px;
	padding-bottom: 10px;
}
.bodyText {
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
.bodyTextCenter {
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	text-align: center;
}
.caption {
	text-align: center;
	color: #000000;
	padding-top: 10px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	margin:0 auto;
}
div.hr {
	height: 8px;
	width: 100%;
	background: #060;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.hr hr {
	display: none;
	text-align: center;
}
.clear {
	clear: both;
}
.centerimage {
	display:block;
	margin:0 auto;
}

