body  {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;
	background-color: #847f80;
	background-image: url(img/back_new.png);
	background-repeat:repeat-x;
	margin: 0 auto; /*needed for site to float over background*/
	padding:10px 0px 0px 0px;
	width:912px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height:1.4em;}
	
	
	img.header { /*clouds*/
	border-top: 48px solid #000;
	padding:0px;
	margin:0px;
	}


	.red {color:#F00;
	font-weight:bold;}
	
/*header graphic*/

#header {
position:relative;
}

.toplayer {
	height:240;
	left:475px;
	position:absolute;
	top:-10px;
	width:527;
	z-index:999999;
}


		
.twoColFixRtHdr #container { 
	width: 914px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /*  auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /*  overrides text-align: center on the body element. */
} 

 
 h1 {
	margin: 0; 
	padding: 0; 
	font-size: 1.3em;
	margin: 30px 0px -7px 0px;
}


 h2 {
	margin-bottom: -7px; 
	padding: 0; 
	font-size: 1.1em;
}


 h3 {color:#666;
padding:0px;
font-size: 1em;
margin-left:70px;}

#sidebar1 p{
	color:#666;
	font-size:1em;
	margin-left:70px;}
	
	
#sidebar1 img{
	border: 1px solid #000;
	}
	
#sidebar1 img.logos_noline{
	border:none;
	}
	

#sidebar1 h2{
	margin-left:70px;}
	
	#sidebar1 ul{
		margin-left:70px;
			color:#666;}
	
	/*TABLE*/
	.odd {background-color:#fff;}
	.even {background-color:#a1c1e2;}
	table {border:1px solid #000;}
	td {padding:7px 6px;border:1px solid #000;}
	


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 380px; /* 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-right: 35px;
	margin-top:60px;
	background-image:url(img/logo_line.png);
	background-repeat:no-repeat;
	line-height:1.4em;
}



img.logos{
	padding:0px;
	margin:0px;
	border:none;}

.twoColFixRtHdr #sidebar1_bullets {
	float: right; /* since this element is floated, a width must be given */
	width: 380px; /* 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-right: 35px;
	margin-top:48px;
	background-repeat:no-repeat;
	line-height:1.4em;
	margin-left:50px;
}



.twoColFixRtHdr #mainContent { 
	margin: 60px 440px 0 50px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

img.mainContent {
	border:1px solid #000;
	float:right;
	margin:7px 0px 7px 7px;}
	

.twoColFixRtHdr #mainContentFull { 
	margin: 60px 50px 0 50px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.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;
}


/*- Menu Tabs 6--------------------------- */

#navigation {
      float:left;
      width:100%;
      background:#ffff;
      font-size:100%;
      line-height:normal;
	   background:url(img/nav_right.png) repeat;
	   z-index:2;

      }
    #navigation ul {
	  margin:0;
	  padding:0px 0px 0 40px;
	  list-style:none;

      }
    #navigation li {
      display:inline;
      margin:0;
      padding:0;
	  font: bold 12px/1.5em Verdana;
	
      }
    #navigation a {
      float:left;
      background:url(img/nav_right.png) no-repeat left top;
	
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #navigation a span {
      float:left;
      display:block;
      background:url(img/nav_right.png)) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navigation a span {float:none;}
    /* End IE5-Mac hack */
    #navigation a:hover span {
      color:#FFF;
      }
    #navigation a:hover {
      background-position:0% -42px;
      }
    #navigation a:hover span {
      background-position:100% -42px;
      }
	


.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
		border-top:1px solid #666;
} 
.twoColFixRtHdr #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
\
}


.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;
}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
