 
body  {
	font: 100% Times new "Times New Roman", Times, serif;
	background: #fff;
	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;
}
.twoColFixRt #container {
	width: 900px;  /* 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 */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 446px; /* 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 */
	height: 682px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	background-image: url(images/globe.gif);
	background-repeat: no-repeat;
	margin:0 0 10px 0;
}
.twoColFixRt #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 446px; /* 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 */
	height: 209px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	background-image: url(images/globe_half.gif);
	background-repeat: no-repeat;
	margin:0px;
}
.twoColFixRt #sidebar3 {
	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-color:#CCCCCC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	margin:0 10px 50px 0px;

}
#sidebar3 a{

	
	text-transform:uppercase;
	font-size: 16px;
	color:#000066;
	text-decoration:none;
	font-weight:bold;
}
.twoColFixRt #mainContent {
	margin: 0 0 0 0px; /* 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 0 0 20px;
	
	font-size: 16px;
	
	
} 
#center_content{
	margin:0 0 0 230px;
	width:630px;
	padding: 0 0 0 0;
}
.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;
}
#primary_nav {
	position:relative;
	width:446px;
	height:30px;
	top: 210px;
	background-color:#FFFFFF;
	text-align: center;
	padding:0px;
	margin:0;	
}
#primary_nav2{
	position:relative;
	width:446px;
	height:30px;
	top: 125px;
	background-color:#FFFFFF;
	text-align: center;
	padding:0px;
	margin:0;	
}
#team{
	position:relative;
	top:250px;
	width: 400px;
	background-color:#ffffff;
	padding: 20px 10px;
	
	font-size:12px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	visibility:hidden;
	list-style-type: none;
}
#team a{
	
	font-size:12px;	
	text-decoration:underline;
	
}
#team li{
	margin-bottom:10px;
}
#primary_nav ul{
	height:30px
	}
#primary_nav li{
	list-style-type: none;
	display: inline;
	padding: 0px 7px;
	line-height:30px;
}
#primary_nav a{
	font-family: "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size: 16px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#primary_nav2 ul{
	height:30px
	}
#primary_nav2 li{
	list-style-type: none;
	display: inline;
	padding: 0px 7px;
	line-height:30px;
}
#primary_nav2 a{
	font-family: "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size: 16px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#secondary_nav li{
	list-style-type: none;	
	padding: 5px;
	margin:0 0 0 -30px;
	
}
#secondary_nav a{
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 14px;
	color:#000066;
	text-decoration:none;
	text-transform:none;
}
#divider_bar{
	border-top:3px  solid #000066;
	margin-top: 0px;
	margin-bottom:20px;
	}
#logo{
	padding: 37px 0;
	margin:0px;
	height:152px;
	width: 400px;
	}
#footer {
	background-color: #CCCCCC;
	text-align: center;
	width: 900px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family:arial;
	font-size:14px;
	margin-top: 10px;
}
.est{
font-size:11px;
}
 

[if IE 5]>
 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRt #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRt #sidebar1 { padding-top: 0px; }
.twoColFixRt #mainContent {
	zoom: 1;
	/*height: 700px;*/
	
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]

