@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: 10px;
	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: #036;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #c0c0c0;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffcc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffff99;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffcc;
	padding: 0px 0px 0px 0px;  /* 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. */
	text-align:center;
}
.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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffcc;
}

.oneColFixCtrHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffcc;
}
.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:10px;
	text-align:center;
}


/* NAVIGATION */

ul#aboutNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
	border-bottom: 1px solid #999999;
	font-size:8pt;
}

#aboutNav a {
	font: Arial, Helvetica, sans-seriff;
	font-size:10px;
	font-weight: normal;
	text-decoration: none;
	color: #0d3171;
	border: 1px solid #999999;
	border-bottom: none;
	display: block;
	background-image: url(images/yellow.jpg);
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#aboutNav a:hover {
	font-weight: normal;
	background: url(/images/side-back-h.jpg);
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #000000;
	text-decoration:underline;
	font-size:10px;
}

#aboutNav a.sub {
	font-weight: normal;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #1e2c7e;
	text-decoration:none;
	font-size:10px;
	background-color: #FFF;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#aboutNav a.sub:hover {
	font-weight: normal;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #fff;
	text-decoration:underline;
	font-size:10px;
	background-color: #9a0403;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #9a0403;
	border-left-color: #666;
}

#aboutNav a.subsub {
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #000;
	text-decoration:none;
	font-size:10px;
	background-color: #ECECEC;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: none;
	border-bottom-color: #333;
}

#aboutNav a.subsub:hover {
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #000;
	text-decoration:underline;
	font-size:10px;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	background-image: none;
	border-top-color: #333;
}

#aboutNav .nolink {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	background: #ECECEC;
	line-height: 18px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


/* IE Fixes */

/* remove annoying gaps */
#aboutNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #aboutNav a {
	height: 1px;
}

/* CSS Document */
/* NAV BAR */

.twoColFixLtHdr #mainNav {
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;  /* 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. */
} 

#mainNav ul {
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/yellow.jpg) repeat-x left top;
	float: left;
	border-bottom: 0px solid #000;
	width: 100%;
}

#mainNav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#mainNav li a, #mainNav li a:link {
	color: #000080;
	text-decoration: none;
	border-right: 1px solid #000;
	display: block;
	font: bold 1em Arial, Helvetica, sans-serif;
	background: url(/images/bg-nav.gif) repeat-x left top;
	padding-top: 0.6em;
	padding-right: 2.7em;
	padding-bottom: 0.6em;
	padding-left: 2.7em;
}

#mainNav li a:hover {
	background: url(/images/bg-navh.gif);
}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }

