@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-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #225599;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 780px;
	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. */
	background-color: #FFFFFF;
	background-image: url(../images/menu_background.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.thrColFixHdr #container2 {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*background-image: url(../images/background_container2.gif);
	background-repeat: repeat-y;
	background-position: right;*/
}
.thrColFixHdr #container3 {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/menu_background.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.thrColFixHdr #header {
	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. */
	height: 95px;
	background-image: url(../images/background_header.gif);
	background-repeat: repeat-x;
	position: relative;
}
.thrColFixHdr #container #logo {
	height: 93px;
	width: 140px;
	margin-top: 1px;
	float: left;
	position: relative;
}
.thrColFixHdr #container #logos {
	height: 45px;
	width: 150px;
	position: absolute;
	left: 170px;
	top: 0px;
}
.thrColFixHdr #container #header #slogan {
	width: 519px;
	height: 44px;
	position: absolute;
	top: 51px;
	right: 35px;
	color: #3b3b3b;
	font-size: 13px;
	text-align: center;
}
.thrColFixHdr #container3 #logo {
	height: 93px;
	width: 140px;
	margin-top: 1px;
	float: left;
	position: relative;
}
.thrColFixHdr #container3 #logos {
	height: 45px;
	width: 150px;
	position: absolute;
	left: 170px;
	top: 0px;
}
.thrColFixHdr #container3 #header #slogan {
	width: 519px;
	height: 44px;
	position: absolute;
	top: 51px;
	right: 35px;
	color: #3b3b3b;
	font-size: 13px;
	text-align: center;
}
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 127px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
}
.thrColFixHdr #sidebar2 img {
	padding-bottom: 3px;
}
#mainHeading {
	margin-right: 170px;
	margin-left: 127px;
	background-image: url(../images/heading.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	line-height: 25px;
	height: 25px;
	background-color: #000000;	
}
#mainHeading2 {
	margin-right: 0px;
	margin-left: 127px;
	background-image: url(../images/heading.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	line-height: 25px;
	height: 25px;
	background-color: #000000;	
}
#mainHeading3 {
	background-image: url(../images/heading.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	line-height: 25px;
	height: 25px;
	background-color: #000000;	
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 127px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 12px;
}
.thrColFixHdr #mainContent2 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 127px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 12px;
}
.thrColFixHdr #mainContent3 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	font-size: 12px;
}
.thrColFixHdr #footer {
	width: 780px;
}
.thrColFixHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	font-weight: bold;
}
#header_nav {
	position:absolute;
	width:315px;
	height:21px;
	z-index:1;
	top: 16px;
	right: 35px;
	color: #FFFFFF;
	text-align:right;
}
#header_nav a:link, #header_nav a:visited, #header_nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#header_nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*Footer Navigation*/
#footerNav {
	background-image: url(../images/background_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 780px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	height: 20px;
	
}
#footerNav a:link, #footerNav a:active, #footerNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footerNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerDisclaimer {
	font-size: 10px;
	width: 780px;
	text-align: center;
	background-color: #bb0000;
	color: #ffffff;
}
#footerDisclaimer a:link, #footerDisclaimer a:visited, #footerDisclaimer a:active {
	color: #ffffff;
	text-decoration: none;
}
#footerDisclaimer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* new CSS added by hb */

h3{color:#205091; font-size:14px; font-weight:700; padding:0; margin:5px 0}

.redbold{color:#B71C00; font-weight:700; font-size:13px; }

.dare-hd { font-size: 17px; font-weight: bold; color:#b40000; }
.event-txt { line-height: 18px; }