@charset "utf-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	border-bottom: 0;
	border: 0px;
	background-color: #BFDFDF;
	background-image: url(../images/mainbackground.jpg);
}
.twoColFixLtHdr #container {
	width: 974px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image:url(images/back.gif);
	background-position: center top;
} 
.twoColFixLtHdr #header { 
	background: #BFDFDF; 
	padding: 0 0px 0 0px;  /* 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. */
} 
.twoColFixLtHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #navbar { 
	background: #406785; 
	padding: 0 0px 0 0px;  /* 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. */
	border-left: solid #FFFFFF 5px;
	border-right: solid #FFFFFF 5px;
	height: 32px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 445px; /* 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: #BFDFDF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 475px; /* the left margin on this div element creates the column down the left 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 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #BFDFDF;
	background-image: url(../images/aboutback_media.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 0px;
	padding-right: 25px;
	line-height: 18px;
} 

.twoColFixLtHdr #sidebar2 {
	float: left; 
	width: 577px; 
	background: #BFDFDF;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
}
.twoColFixLtHdr #mainContent2 {
	background-color: #BFDFDF;
	background-image: url(../about/images/aboutback_wide.jpg);
	background-repeat: no-repeat;
	min-height: 395px;
	padding-right: 25px;
	line-height: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 577px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
} 

.twoColFixLtHdr #mainContent3 {
	margin: 0 0 0 425px; /* the left margin on this div element creates the column down the left 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 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #BFDFDF;
	background-image: url(../about/images/aboutback_wide.jpg
	);
	background-repeat: no-repeat;
	min-height: 395px;
	line-height: 18px;
	padding-right: 25px;
} 



.twoColFixLtHdr #leftfloatheader {
 float: left;
 width: 400 px;
 } 
.twoColFixLtHdr #rightfloatheader {
 float: right;
 width: 400 px;
 } 

.twoColFixLtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#4B9B9B; 
} 
.twoColFixLtHdr #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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
	padding: 0 0 0 0px;
}
.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: 0px;
    line-height: 0px;
}
.links { font-family: Times New Roman, Times, serif; font-size: 14px; color: #FFFFFF; text-decoration: none; font-weight: bold; line-height: 25px}
.links:hover {font-family: Times New Roman, Times, serif; font-size: 14px; color: #EEEEEE; text-decoration: none; font-weight: bold; line-height: 25px}

.linkssm { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none; font-weight: bold; line-height: 25px}
.linkssm:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #EEEEEE; text-decoration: none; font-weight: bold; line-height: 25px}

.linksbl{ font-family: Times New Roman, Times, serif; font-size: 14px; color: #406785; text-decoration: none; font-weight: bold}
.linksbl:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #EEEEEE;
	text-decoration: none;
	font-weight: bold
}

.linksbl2{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #406785; text-decoration: none; font-weight: bold}
.linksbl2:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #EEEEEE;
	text-decoration: none;
	font-weight: bold
}

.style7 {
	font-size: 20px;
	color: #406785;
	font-family: "Times New Roman", Times, serif;
}
.style9 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	}
.style10 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
.style12 {
	font-family: "Times New Roman", Times, serif;
	color: #456C88;
	font-size: 14px;
	font-weight: bold;
}
.style13 {
	color: #406785;
	font-weight: bold;
}
.navlist {
	padding:0;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.bodytext2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding: 0 0;
	margin: 0 0;
	text-indent: -24px;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333;
}
.bluesubtitles {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #456C88;
}
.linksbl {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #406785; text-decoration: none; font-weight: bold}

.pressor {
	font-size: 14px;
	color: #406785;
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:normal;
}

