@charset "utf-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #bdd1b4;
	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;
}
.twoColFixRtHdr #container {
	width: 984px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #bdd1b4;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header {
	height: 214px;
} 
.twoColFixRtHdr #header h1 {
	margin-left: -9999px;
}

#contentContainer {
	height:250px;
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	height: 250px;
}

#menu {
	display: inline;
}

#menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}


#menu li {
	margin:0px;
	list-style:none;
}

#menu a {
	display:block;
	width:150px;
	padding:0px 0px 2px 20px;
	font: bold 14px/1 sans-serif;
	color:#FFF;
	text-decoration: none;
	background-image: url(images/rollovers.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
		}
#menu a:hover {
	background-position: -185px 0;
	color: #89778F;
		}
		

.centered {
	position: relative;
	top: 15px;
	text-align: center;
	width: 120px;
}



.twoColFixRtHdr #mainContent {
	margin: 0 240px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContent h2{
	display:inline;
	margin-left:-9999px;
	font-size: 1px;
}


.twoColFixRtHdr #mainContent p{
	font-family: Verdana, Geneva, sans-serif;
	color: #89778f;
	padding-left: 250px;
	font-size: 14px;
	text-align: justify;
}

.twoColFixRtHdr #footer {
	height: 280px;
} 

.twoColFixRtHdr #footer h2{
	display:inline;
	margin-left:-9999px;
	font-size: 1px;
}
.twoColFixRtHdr #footer p {
	font-family: Verdana, Geneva, sans-serif;
	color: #89778f;
	font-size: 14px;
	text-align: justify;
}

.twoColFixRtHdr #footer a{
	color:#666;
} 

.twoColFixRtHdr #footer #se_left {
	display:inline;
	float:left;
	position: relative;
	top: 90px;
	margin-left: 110px;
}

.twoColFixRtHdr #footer #se_right {
	display:inline;
	float:left;
	margin-left: 20px;
	top: 90px;
	position: relative;
	width: 610px;
}


.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;
}
 
</style>[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 */

<![endif]

