@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(graphics-site/bg-green.jpg) repeat;
	margin: 10px 0 0 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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E9E9E9 url(graphics-site/bg-main.jpg) repeat-y;
	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. */
}
.oneColFixCtrHdr #header {
	background: #E9E9E9 url(graphics-site/bg-header.jpg) repeat-y;
	padding: 0 0 0 50px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	display: block;
}
.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: 0;
}
.oneColFixCtrHdr #header a:link {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #195e7f;
	text-decoration: none;
}
.oneColFixCtrHdr #header a:visited {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #195e7f;
	text-decoration: none;
}
.oneColFixCtrHdr #header a:hover {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #195e7f;
	text-decoration: underline;
}
.oneColFixCtrHdr #header a:active {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #195e7f;
	text-decoration: underline;
}
/* ------------------------------------------------------------------------------------------- */
.oneColFixCtrHdr #mainContent {
	padding: 0 10px 0 80px;
	float: left;
	width: 520px;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #mainContent #portmenu {
	margin: 0px;
	padding: 0px;
	/*font-size: 14px;	*/
}
.oneColFixCtrHdr #mainContent #portmenu a:link {
	color: #000000;
	display: block;
	height: 40px;
	width: 500px;
	text-align: center;
	margin: 0px;
	padding: 12px;
	text-decoration: none;
	font-size: 12px;
}
.oneColFixCtrHdr #mainContent #portmenu a:visited {
	color: #000000;
	display: block;
	height: 40px;
	width: 500px;
	text-align: center;
	margin: 0px;
	padding: 12px;
	text-decoration: none;
	font-size: 12px;
}
.oneColFixCtrHdr #mainContent #portmenu a:hover {
	color: #0051AA;
	display: block;
	height: 40px;
	width: 500px;
	text-align: center;
	margin: 0px;
	padding: 12px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.oneColFixCtrHdr #mainContent #portmenu a:active {
	color: #0051AA;
	display: block;
	height: 40px;
	width: 500px;
	text-align: center;
	margin: 0px;
	padding: 12px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.oneColFixCtrHdr #mainContent #portmenu-fl {
	background: url(graphics-site/port-home-link-fl.jpg) no-repeat;
}
.oneColFixCtrHdr #mainContent #portmenu-ps {
	background: url(graphics-site/port-home-link-ps.jpg) no-repeat;
}
.oneColFixCtrHdr #mainContent #portmenu-ai {
	background: url(graphics-site/port-home-link-ai.jpg) no-repeat;
}
.oneColFixCtrHdr #mainContent #portmenu-id {
	background: url(graphics-site/port-home-link-id.jpg) no-repeat;
}
.oneColFixCtrHdr #mainContent #portmenu-logo {
	background: url(graphics-site/port-home-link-logo.jpg) no-repeat;
}
.oneColFixCtrHdr #mainContent #portmenu-label {
	background: url(graphics-site/port-home-link-label.jpg) no-repeat;
}
.oneColFixCtrHdr #mainContent #portmenu-ban {
	background: url(graphics-site/port-home-link-ban.jpg) no-repeat;
}
.oneColFixCtrHdr #mainContent #portmenu-css {
	background: url(graphics-site/port-home-link-css.jpg) no-repeat;
}
.oneColFixCtrHdr #mainContent #portmenu-aid {
	background: url(graphics-site/port-home-link-aid.jpg) no-repeat;
}
/* ------------------------------------------------------------------------------------------------ */
.oneColFixCtrHdr #rightcol {
	padding: 0 36px 0 0px;
	float: right;
	width: 120px;
}
.oneColFixCtrHdr #footer {
	padding: 0 30px 0 50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(graphics-site/bg-header.jpg);
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	clear: both;
}
.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 */
}
.oneColFixCtrHdr #footer a:link {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #195e7f;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:visited {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #195e7f;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #195e7f;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer a:active {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #195e7f;
	text-decoration: underline;
}
.lightgray { color: #CCCCCC; }
.style1 { color: #0051AA; }
.gray {	color: #666666;}
.tiny-gray {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
hr {
	vertical-align: bottom;
	color: #CCCCCC;
	height: 1px;
	width: 678px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.fontsize12 {
	font-size: 12px;
}
