@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: #2d2d2d;
	background-color: #FFFFFF;
	background-image: none;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#backgroundArt {
	width: 100%;
	height: 1420px;
	background-image:none;
	
	}
	
.noprint {
		
		display: none;
		
}
.twoColFixRtHdr #container {
	width: 906px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/shadow-brdr.png);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #header {
	height: 556px;	
} 
.twoColFixRtHdr #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 */
}

#top {
	height: 196px;
	width: 906px;
	float: left;
	}
#splash {
	height: 327px;
	margin-left: 5px;
	width: 897px;
	float: left;
	
	
	}
#menu {
	height: 33px;
	margin-left: 5px;
	width: 897px;
	float: left;
	}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	margin-right: 4px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 280px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	height: 200px;
	width: 906px;
	position: relative;
	color: #000000;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixRtHdr #footer a {
	
	color: #000000;
	}
.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;
}

h1 {
	color: #004170;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;	
}

.subheadLarge {
	font-size: 20px;
	color: #fb6f00;
	
}

h2 {
	color: #fb6f00;
	font-weight: normal;
	font-size: 18px;
	
}

.subheadSmall {
	font-size: 16px;
	color: #004170;
	
}

#heading {
	height: 70px;
	width: 846px;
	padding: 0px 30px;
	margin-bottom: 15px;
	
}

#bigTab {
	background-image: url(images/big-tab-bg.jpg);
	margin-left: -15px;
	width: 573px;
	background-repeat: no-repeat;
	padding: 15px 0px 0px 15px;
	
	}
#rightTab {
	background-image: url(images/right-tab-bg.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	padding: 15px 0px 0px 15px;
	
	
	}
.footerBlue {
	font-weight: bold;
	color: #7f95b0;
}
.footerHeading {
	font-size: 18px;
	color: #000;
	line-height: 22px;
}
.footerOrange {
	font-style: italic;
	color: #fb6f00;
}

.copyright {font-size: 9px}
.oneColFixCtrHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	height: 200px;
	width: 906px;
	position: relative;
	color: #000000;
	margin: 0 auto;
	text-align: left;
} 
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer a {
	
	color: #000000;
	}
	
	#footerText {
	position:absolute;
	width:496px;
	height:115px;
	z-index:1;
	left: 34px;
	top: 30px;
	color: #000000;
}
.footerHeading {
	
	color: #000000;
	
}
.black { color:  #000000;
	
}


