@charset "utf-8";
html {
	height: 100%;
}
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	background: #fff url(header_tall.gif) top center repeat-x;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	height: 100%;
}
#container {
	position: relative;
	min-height: 100%;
}
.oneColFixCtrHdr h1 {
	font-size: 4em;
	text-decoration: blink;
	font-variant: small-caps;
	color: #C00;
}
* html #container {
	height: 100%;
}
.oneColFixCtrHdr .wrapper {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtrHdr a {
	 color: #1c4bbe;
}
.oneColFixCtrHdr #fwrapper {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtrHdr #header {
	text-align: center;
	height: 150px;
	margin: 0;
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColFixCtrHdr #menu {
	text-align: center;
	background: url(menu-bg.gif);
	height: 50px;
	margin: 0;
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColFixCtrHdr #menu ul {
	list-style-type: none;
	padding-top: 7px;
}
.oneColFixCtrHdr #menu ul li {float:left; width:185px; background:url(menu_libg.gif) top right repeat-y; font-size:16px; text-align:center;  display:block;}
.oneColFixCtrHdr #menu ul li a { text-decoration: none; }
.oneColFixCtrHdr #menu ul li.selected a { font-weight: bold; }
.oneColFixCtrHdr #menu ul li a:hover {border-bottom: 1px #1c4bbe dotted;}
.oneColFixCtrHdr #menu ul li.last {
	background: none;
}
.oneColFixCtrHdr #slider {
	cursor: pointer;
	display: block;
	position:absolute;
	visibility: hidden;
	overflow:hidden; 
	z-index:999;
	width: 170px;
	height: 12px;
}
.oneColFixCtrHdr #slider img {
	position: absolute;
}
.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 {
	margin: 0;
	padding: 10px 0;
	background: #C30033;
	border-bottom: 1px solid #6c001c;
} */
.oneColFixCtrHdr #secondaryContent {
	padding: 10px 0 60px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr .col {
	float: left;
	margin-left: 28px;
	margin-bottom: 20px;
	width: 241px;
}
.oneColFixCtrHdr .col#first {
	margin: 0;
}
.oneColFixCtrHdr h4 {
	font-weight: bold;
	font-size: 110%;
	border-bottom: 1px solid #2059cc;
	padding-bottom: 4px;
	color: #2059cc;
	margin-bottom: 18px;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	font-size: 80%;
	clear: both;
	height: 50px;
	position: relative;
	margin: 0;
	margin-top: -51px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px solid #addfff;
}
.oneColFixCtrHdr #footer #sponsors {
	padding-bottom: 10px;
	}
.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 */
	line-height: 30px;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	/* 30px + (10px * 2) = 50px = the height of the footer div. This is why the text is vertically centered */
}
.oneColFixCtrHdr table th {
	border-bottom: 2px solid #000;
}
a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icon_pdf.gif) no-repeat center right;
}
.center {
	text-align: center;
}