@charset "UTF-8";
body {
	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;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #666666;
}
a {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}
a:hover  {
	color: #CC6633;
	text-decoration: underline;
}
.oneColFixCtrHdr #container {
	width: 930px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #999966;
}
.oneColFixCtrHdr #header {
	background-color: #666633;
	background-image: url(images_global/bg-header.gif);
	height: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header a:hover {
	color: #cc6633;
}
.oneColFixCtrHdr #header a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #999999;
	border: 1px solid #333333;
	list-style-position: outside;
	list-style-type: square;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 20px;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 14px;
	font-weight: normal;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9pt;
	text-align: center;
}
.oneColFixCtrHdr #footer a {
	color: #333333;
}
.img-border-white {
	border: 1px solid #FFFFFF;
}
#nav {
	height: 25px;
	width: 860px;
	top: 186px;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
.img-float-right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #000000;
}
.img-float-left {
	float: left;
	margin-bottom: 15px;
	border: 1px solid #000000;
	margin-right: 25px;
}
.img-float-left-footer {
	float: left;
	border: 1px solid #000000;
	margin-right: 25px;
}
.img-float-right-footer {
	float: right;
	margin-left: 15px;
	border: 1px solid #000000;
}
.port-text {
	font-size: 8.5pt;
	font-variant: normal;
	font-weight: normal;
}
