@charset "UTF-8";
body {
	font: 100% Arial;
	background: #FFFFFF;
	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;
}
.thrColFixHdr #wrapper {
	margin:30px auto 30px;
	padding:0px;
	width:885px;
}
.clear_all {
	clear:both;
}
.thrColFixHdr #container {
	width: 885px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	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 */
	background: #FFFFFF;
} 
.thrColFixHdr #header logo{
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* 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 */
	padding:0; /* padding keeps the content of the div away from the edges */
} 
.thrColFixHdr #header H1 {
	margin: -113px 0 0 214px;
	color: #000066;
	font-family: Arial;
	font-size: 32px;
	line-height: 31px;
	font-weight:100;
	text-align:left;
}
.thrColFixHdr #header H2 {
	margin: 0 0 0 214px;
	color: #000066;
	font-family: Arial;
	font-size: 20px;
	line-height: 22px;
	font-weight: 100;
}
/********** global nav **********/


#global_nav{
	z-index:100;
	
}

#global_nav ul {
	margin:0px 0px 0px 212px;	
	padding:0px;
	list-style-type:none;	
	font-family:arial;
}

#global_nav li {
	color:#000066;
	font-size:14px;	
	font-weight:normal;
	padding:0px 2px 0px 0;
	margin:0px;
	display:block;
	float:left; 
	position:relative;	
}

#global_nav a, #global_nav a:visited {
	display:block;
	text-decoration:none; 
	color:#000066;	
	padding:0px 15px; 	
	height:32px; 
	line-height:32px;
}
#global_nav ul ul {
	margin:0px;
	visibility:hidden;
	position:absolute;
	top:32px;
	left:0px;
	z-index:100;
	padding: 5px 0;
	background: #fff;
}
#global_nav ul ul li {
	clear:both;
	display:block;
	width:225px;
	font-family:arial; 
	font-size:12px; 
}
/* another hack for IE5.5 */
* html #global_nav ul ul {top:1px;t\op:25px;}

/*#global_nav ul ul ul.left {
	left:-129px;
	}
	*/
#global_nav table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

#global_nav ul ul a, #global_nav ul ul a:visited {
	color:#000066;	
	padding:2px 0px 2px 35px; 
	font-weight:normal;
	display:block;
	height:21px;
	line-height:21px;
}
* html #global_nav ul ul a, * html #global_nav ul ul a:visited {width:150px;w\idth:128px;}

#global_nav ul li a.select_nav {
	color:#000066;	
	background:#fff;
}
#global_nav a:hover {
	color:#000;	
}

#global_nav ul ul li a:hover {
	color:#000066;	
	background:none;
}
#global_nav ul li:hover ul, #global_nav ul a:hover ul{visibility:visible; }
#global_nav ul :hover ul ul {visibility:hidden;}
#global_nav ul :hover ul :hover ul { visibility:visible;}

.thrColFixHdr #mainpic {
	width: 670px;
	height: 254px;
	padding: 0 18px 18px 0;
}
.thrColFixHdr #mainpic p{color: #000066; font-family: Arial; font-size: 16px; line-height:18px; font-style:normal; text-align:left }


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* 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 */
	padding: 5px 15px 25px 0; /* padding keeps the content of the div away from the edges */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
}
.thrColFixHdr #sidebar1 address {color: #000066; font-family: Arial; font-size: 11px; font-weight: normal; font-style:normal; text-align:right }

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: -272px 0 0 0;
	padding: 0 0 0 20px; /* padding keeps the content of the div away from the edges */
	border-left:thin;
	border-left-style: solid;
	border-left-color:#000066;
}
.thrColFixHdr #sidebar2 p {
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	line-height: 14px;
	color: #000066;
}
.thrColFixHdr #sidebar2 q {
	font-family: Arial;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	line-height:14px;
	color: #000066;
	text-indent:6px;
}

.thrColFixHdr #sidebar2 address {color: #000066; font-family: Arial; font-size: 9px; font-weight: bold; font-style:normal; text-align:right }

.thrColFixHdr #mainContent { 
	margin: 0 180px 0 195px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 60px 20px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left:thin;
	border-left-style: solid;
	border-left-color:#000066;
} 
.thrColFixHdr #mainContent p { 
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	line-height:14px;
	color: #000066;
}
.thrColFixHdr #footer { 
	padding: 0 10px 0 215px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.thrColFixHdr #footer p {
	font-size:10px;
	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: 30px;
}
.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;
}
H1 {
	color: #000066;
	font-family: Arial;
	font-size: 32px;
	line-height: 31px;
	font-weight:100;
	text-align: left;
}
H2 {
	color: #000066;
	font-family: Arial;
	font-size: 20px;
	line-height: 22px;
	font-weight: 100;
}
H3 {
	color: #000066;
	font-family: Arial;
	font-size: 14px;
	line-height:14px;
	font-weight: bold;
	margin-bottom:2px;
}
H3+p {
	margin-top: 0;
}
H4 {
	color: #000066;
	font-family: Arial;
	font-size: 18px;
	line-height: 20px;
	font-weight:100;
	margin-bottom:0px;
} 

H4+p {
	margin-top: 0;
}
H5 {
	color: #000066;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom:2px;
} 
H5+p {
	margin-top: 0;
	margin-bottom:2px
}
H6 {color: #000066; font-family: Arial; font-size: 8px; font-weight: normal; font-style:normal; margin-top:2px; margin-bottom:2px;
}