@charset "utf-8";
/* CSS Document */

<style type="text/css"> 
 
body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
}

.thrColFixHdr #container {
	width: 1020px;
	text-align: left;
	padding-top: 0px;
	height: 745px;
	background-color: #FFFFFF;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 1px solid #333;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.thrColFixHdr #header {
	background-color: #FFFFFF;
	height: 120px;
	width: 140px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.thrColFixHdr #navmain {
	background-color: #FFFFFF;
	height: 32px;
	width: 1020px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	float: left;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

.thrColFixHdr #homeimage {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 0px;
	height: 320px;
	width: 1020px;
	background-repeat: no-repeat;
	margin-left: 0px;
}  

.thrColFixHdr #navbuttons {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-left: 0px;
} 

.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: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	line-height: normal;
}
.thrColFixHdr #leftcolumnhome {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #003d58;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 230px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.thrColFixHdr #leftcolumns {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #003d58;
	margin-top: 36px;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 526px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 110px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 70px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 410px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.thrColFixHdr #sidebarhome {
	float: right; /* since this element is floated, a width must be given */
	width: 195px; /* padding keeps the content of the div away from the edges */
	background-color: #003d58;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 230px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.thrColFixHdr #sidebars {
	float: right; /* since this element is floated, a width must be given */
	width: 195px; /* padding keeps the content of the div away from the edges */
	background-color: #003d58;
	margin-top: 36px;
	padding-top: 23px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 526px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.thrColFixHdr #mainContenthome {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 30px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.thrColFixHdr #mainContents {
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.thrColFixHdr #mainContentscroll {
	float: left; /* since this element is floated, a width must be given */
	width: 466px; /* padding keeps the content of the div away from the edges */
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 495px;
	scrollbar-base-color: #EDEBEA;
	scrollbar-arrow-color: #636467;
	scrollbar-3dlight-color: #EDEBEA;
	scrollbar-darkshadow-color: #97999E;
	scrollbar-face-color: #EFEEED;
	scrollbar-highlight-color: #EDEBEA;
	scrollbar-shadow-color: #EDEBEA;
	scrollbar-track-color: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
}

.thrColFixHdr #footer {
	height: 23px;
	position: relative;
	width: 989px;
}

.thrColFixHdr #footers {
	height: 23px;
	position: relative;
	width: 200px;
	padding-top: 0px;
}

.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: 10px 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;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636467;
	line-height: 18px;
	border-bottom: 0px;
	font-style: normal;
	font-weight: normal;
}

.h1{
	font-size:22px;
	font-weight:normal;
	color: #a70e13;
	line-height:19px;
	margin-bottom:0.5em;
	margin-top:1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.h2 {
	font-size: 18px;
	font-weight: normal;
	color: #003d58;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.h2links {
	font-size: 18px;
	font-weight: normal;
	color: #003d58;
	text-decoration:underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.h2w {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
}

.h3w {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.h4 {
	font-size: 12px;
	font-weight: bold;
	color: #003d58;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	line-height: 14px;
}

.h4links {
	font-size: 12px;
	font-weight: bold;
	color: #003d58;
	text-decoration:underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	line-height: 14px;
}

.news{
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	font-style: normal;
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.newsbold{
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	font-style: normal;
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.newslinks{
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	font-style: normal;
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.caption{
	font-size: 10px;
	color: #ffffff;
	line-height: 14px;
	font-style: normal;
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.quicklink{
	font-size: 12px;
	color: #ffffff;
	line-height: 15px;
	font-style: normal;
	padding-top: 0px;
	padding-bottom: 10px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.quicklink:hover{
	font-size: 12px;
	color: #ffffff;
	line-height: 15px;
	font-style: normal;
	padding-top: 0px;
	padding-bottom: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}

.copyright{
	color: #4a4d4f;
	line-height: normal;
	border-bottom: 0px;
	font-size: 11px;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
}

.copyrights{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.bodylinks {
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	color: #a70e13;
	line-height: 18px;
	text-decoration: underline;
}

.bodylinks:hover {
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	color: #003d58;
	line-height: 18px;
	text-decoration: underline;
}

.tertnav{
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	color: #4a4d4f;
	line-height: 22px;
	text-indent: 70px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.tertnav:hover{
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	color: #970e13;
	line-height: 22px;
	text-indent: 70px;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;

}

.bodybold{
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	color: #333;
	line-height: 20px;
	font-weight: bold;
}

.bodyanchors:hover{
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	color: #003d58;
	line-height: 18px;
	text-decoration: underline;
	font-weight: bold;
	margin-left:50px;
}

#mainContent ul {	
	margin-top: 0;
	margin-bottom:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636467;
	line-height: 18px;
	}
	
#mainContent ul li {
	list-style-type:disc;
	margin: 0 0 0 0;
	font-size: 12px;
	color: #636467;
	margin-bottom: 6px;
	display: list-item;
	}

#mainContent ul li ul {
	margin-top: 6px;
	margin-bottom:0;
	}

#mainContent ul li ul li{
	list-style-type:circle;
	margin: 0 0 0 0;
	font-size: 12px;
	color: #636467;
	margin-bottom: 6px;
	display: list-item;
	}
	

#navmain ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	}

#navmain li {
	float: left;	/* causes the list to align horizontally instead of stack */
	position: relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type: none;	/* removes the bullet off each list item */
	white-space: nowrap;
	margin: 0; /* XXXXXXXXXXXXXXXX */
	background-image: url(../images/nbr_red.gif);
	background-repeat: no-repeat;
	width: 170px;
	font-size: 14px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	}

#navmain li:first-child {
	/* border-left:1px solid #069; /*the first vertical line on the menu */
	}
	
#navmain li:hover {
	color: #FFFFFF;
	}

#navmain a {
	display:block; 			/*creates space each side of menu item's text */
	text-decoration:none; 		/* removes the underlining of the link */
	color: #FFFFFF; 				/* #069; sets the type color */
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 20px;
	}

#navmain a:hover {
	color: #FFFFFF;
	background-image: url(../images/nbr_gray.gif);
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
#navmain ul li ul {
	position: absolute;
	/* positions the drop-down ul in relation to 
	its relatively positioned li parent */
	/* width: 100%; */
	/* 12em; sets the width of the menu - in combo 
	with the li's 100% width, makes the menu stack*/
	white-space: nowrap;
	margin: 0; /* XXXXXXXXXXXXXXXX */
	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 */
	}

#navmain ul li ul li {
	/* 100% - makes the list items fill the list container (ul) */
	font-size: 11px;
	white-space: nowrap;
	float: none; /* Jansen, prevents horz display in Netscape */
	/*margin: 0;*/
	margin: 0; /* XXXXXXXXXXXXXXXX */
	background-image: url(../images/nbr_drop.png);
	background-repeat: repeat;
	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 */
	line-height: normal;
	}

/* make the drop-down display as the menu is rolled over */
#navmain ul li ul {
	display:none;
	padding-top: 0px;
	} /* conceals the drop-down when menu not hovered */
	
#navmain ul li:hover ul {
	display:block;  /* shows the drop-down when the menu is hovered */
	}

#navmain ul li ul li a {
	display:block;
	text-decoration: none; 		/* removes the underlining of the link */
	color: white; 				/* #069; sets the type color */
	margin: 0; /* XXXXXXXXXXXXXXXX */
	height: 6px;
	padding-top: 4px;
	padding-bottom: 9px;

	}

#navmain ul li ul li a:hover {
	display:block;
	color: #ffffff; /* #F33; */
	margin: 0; /* XXXXXXXXXXXXXXXX */
	background-image: none;
	background-repeat: repeat;
	width: 153px;
	height: 6px;
	text-decoration: underline;
	}

 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebarhome, .thrColFixHdr #sidebars, .thrColFixHdr #leftcolumns{ padding-top: 0px; }
.thrColFixHdr #mainContenthome, .thrColFixHdr #mainContents {zoom: 1;}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

#header #navmain ul li a {
	color: #FFF;
}
#header #navmain ul li a {
	color: #FF8040;
}
#header #navmain ul li a {
	color: #C0C0C0;
}
#header #navmain ul li div a {
	color: #FFF;
}
#header #navmain ul li a {
	color: #FFF;
}
.greentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #090;
}
.yellowtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #FC0;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #900;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #00C;
}
li {
	margin-top: 0;
	margin-bottom:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636467;
	line-height: 18px;
}
.thrColFixHdr #mainContents #mainContentscroll {
	font-family: Arial, Helvetica, sans-serif;
}

