@charset "utf-8";

html {min-height: 100%; margin-bottom: 1px;}

a {color:#00a7a7;}

body  {
	font: 100% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../i/header_bg.gif); background-repeat:repeat-x;
	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;
}

#bgcolor {
background-image:url(../i/header_bg.gif);
background-repeat:repeat-x;
}

#container { 
	background-color:#FFF;
	width: 802px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background-image:url(../i/header_bg.gif); background-repeat:repeat-x;
	background-color:#FFFFFF;
	height: 30px;
	padding: 0;  /* 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. */
} 
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#wrheader { 
	height: 108px;
	padding: 0;  /* 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. */
	background-image:url(../i/wr_banner.gif);
	background-repeat:no-repeat;
} 

#navigation {height:30px;}
#navigation ul{width: 800px; float: left; padding:0; margin:0; list-style-type: none;}
#navigation li {display: inline;}
#navigation li a{display: block; float: left; height:23px; padding: 7px 15px 0 11px; text-align: left; font-size: 12px; font-weight: bold; color: #FFF; text-decoration: none; margin:0; text-align:center;}
#navigation li a:hover{text-decoration: underline;}


#sidebar1 {
	background-image:url(../i/sidebar_header.gif); background-repeat:repeat-x;
	min-height:300px;
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* 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: #7fb4d8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 10px 10px;
	color:#006ab2;
}

#sidebar1 h2 {font-size:11px; color:#FFF; margin:0 0 12px 0; padding:4px 0 0 0;}
#sidebar1 h3 {font-size:14px; padding:0; margin:0;}
#sidebar1 p {font-size:12px; padding:0; margin:0;}
#sidebar1 ul{float: left; padding:0; margin:0; list-style-type: none;}
#sidebar1 li a{display: block; padding: 3px 0 3px 0; margin:0; height:25px; color:#006ab2; text-align: left; font-size: 11px; font-weight: bold; text-decoration: none;}
#sidebar1 li a:hover{text-decoration: underline;}

#sidebar1 input {font-size:11px; padding:2px 0; margin:2px 0;}


#mainContent { 
	background-image:url(../i/content_header.gif); background-repeat:repeat-x;
	min-height:300px;
	width: 600px;
	margin: 0 0 0 160px; /* 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 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent h1 {font-size:16px; color:#006ab2; margin:0;}
#mainContent h2 {font-size:11px; color:#FFF; margin:0 0 12px 0; padding:4px 0 0 0;}
#mainContent h3 {font-size:14px; color:#006ab2; margin:0;}
#mainContent p {font-size:13px; margin:0 0 15px 0; line-height:16px;}
#mainContent strong {color:#006ab2;}

#mainContent ul {list-style:circle; font-size:13px; margin:0 0 15px 0;}
#mainContent li {margin:0 0 15px 0;}

#mainContent fieldset {font-size:12px; padding:12px; background-color:#E6F9FF;}
#mainContent fieldset p {font-size:11px; font-weight:normal;}
#mainContent fieldset input {font-size:11px;}
#mainContent fieldset textarea {font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif;}

.tformwide {width:300px;}
.tformsmall {width:100px;}

#foot_logo {
padding-top:89px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
background-image:url(../i/ppp_logo.gif); background-repeat:no-repeat;
width: 800px;
height: 112px;
}

#foot_logo_bg {background-image:url(../i/ppp_logo_bg.gif); background-repeat:no-repeat;}

#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0;
	height:112px;
	background-image:url(../i/footer_bg.gif); background-repeat:repeat-x;
	text-align:left;
} 
#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: 4px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color:#FFF;
}

#footer a {text-decoration:none;}

.footerlink {color:#FFF;}

.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;
}

.bannerad {
padding:10px 0 15px 0;
margin:0;}

.tblheader {font-size:12px; font-weight:bold; padding:2px; color:#FFF; background-color:#00A7A7;}
.timetbl {font-size:12px; padding:5px;}
.timetbl td{border-bottom:solid #00a7a7 1px;}