@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: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	background-color: #06F;
	margin: 0px,0px,0px,0px;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

a:link {
	color: #000;
 	text-decoration: underline;
}		

a:visited {
	color: #666;
	text-decoration: none;
	}

a:active {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: red;
 	text-decoration: none;	
}	

.twoColFixRtHdr #container {
	width: 780px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background-color: #3CF;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding-top: 0;
	padding-bottom: 0;
	height: 142px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px; /* 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: #fff url(images/sub_header.jpg) no-repeat 0 0;
	margin-top: 10px:;
	margin-right: 26px;
	padding-left: 5px;
	height: 150px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0CF url(images/footer.jpg) no-repeat 0 0;
	border-top: solid #000 1px;
	text-align: center;
	font-size: 10px;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #container #mainContent p {
	padding-bottom: 8px;
}
#mainContent .ls {
	background-image: url(images/ls.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 500px;
	padding-bottom: 22px;
}

#mainContent .as {
	background-image: url(images/as.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 500px;
	padding-bottom: 22px;
}

#mainContent .iaq {
	background-image: url(images/iaq.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 500px;
	padding-bottom: 22px;
}

#mainContent .ip {
	background-image: url(images/ip.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 500px;
	padding-bottom: 22px;	
}

#mainContent .pms {
	background-image: url(images/pms.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 500px;
	padding-bottom: 22px;
}

#mainContent .ts {
	background-image: url(images/ts.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 500px;
	padding-bottom: 22px;
}


#mainContent .lbp {
	background-image: url(images/lbp.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 500px;
	padding-bottom: 22px;
}

#mainContent .hud {
	background-image: url(images/hud.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 65px;
	width: 500px;
	padding-bottom: 22px;
}

#mainContent .cra {
	background-image: url(images/cra.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 500px;
	padding-bottom: 22px;
}

#mainContent .ts {
	background-image: url(images/ts.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 500px;
	padding-bottom: 22px;
}

#mainContent .h2o {
	background-image: url(images/h2o.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 500px;
	padding-bottom: 22px;
}

#mainContent .pr-pp {
	background-image: url(images/pr-pp.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 26px;
	width: 500px;
	padding-bottom: 16px;
}

#mainContent .ren {
	background-image: url(images/ren.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 26px;
	width: 500px;
	padding-bottom: 16px;
}

#mainContent .haz {
	background-image: url(images/haz.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 52px;
	width: 500px;
	padding-bottom: 16px;
}

#mainContent .cn {
	background-image: url(images/cn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 500px;
	padding-bottom: 22px;	
}

#mainContent .na {
	background-image: url(images/na.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 500px;
	padding-bottom: 22px;	
}

.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;
}
#header_link {
	height: 22px;
	width: 780px;
	margin: 0;
	background: #000 url(images/link_base_bg.jpg) repeat-x scroll 0 0;
}
#header h1 {
	height: 120px;
	width: 780px;
	margin: 0;
	background: transparent url(images/main_header.jpg) repeat-x scroll 0 0;
}

#header span {
	display: none;
}

#sidebar1 ul {
	font-size: 10px;
	line-height: 1.5em;
	padding: 6px;
	list-style: none;
	
}
#sidebar1 .contact {
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	width: 150px;
	margin-top: -4px;
}

#container span {
	display: none;
}
#mainContent .indent {
	padding-right: 26px;
	padding-left: 26px;
}
.red {
	color: #F00;
}
.center {
	text-align: center;
}

