@charset "UTF-8";
body {
	font: 100%  Arial, Verdana, Helvetica, sans-serif;
	background-image:url(../images/page_bg.jpg);
	background-repeat : repeat-x;
	background-position: bottom;
	background-color: #ffffff;
	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;
}
img, div, a, input { behavior: url(css/iepngfix.php) }

h1 { color:#336633; font-size:22px; margin: 0; padding: 5px 0;}
h2 {color:#666600; font-size:16px;}
h3 {color:#555555; font-size: 14px;}

hr { margin :0; padding : 0;}

a { text-decoration: none ; color:#666633; font-weight:bold;}

p { color:#222222; font-size:13px;}

#portimg {margin :3px;float:left;}
.oneColFixCtrHdr #container {
	width: 870px;  /* 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. */
}
.oneColFixCtrHdr #header {
background-image:url(../images/header_bg.jpg);
height : 160px;

}
.clearer {clear:both;}

#navbar{
position:relative;
top: 110px;
font-size : 18px;
margin : 0 0px;
padding : 0 0 0 15px;
}

#header a {color:#005500;}
#header a:hover {color:#0066CC;}

#header ul li {
display:inline;
margin : 0 0 0 0;
padding : 3px 15px;
border-right : 1px solid #ccc;
line-height: 40px;

}

.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
background-image:url(../images/body_bg.png);
background-repeat:repeat-y;
padding : 0 25px;
}

#mainarea {background-image:url(../images/maincont_bg.jpg);
width : 773px;
height : 259px;
padding : 10px 25px;
}

#mainarea p { text-indent: 25px;}

/* Left side bar */
.leftbar { float:left;}
.left_top {
background-image:url(../images/left_top.jpg);
height:21px;
width:231px;
}

#left_bar{
background-image:url(../images/lef_mid.jpg);
background-repeat:repeat-y;
padding : 0 20px;
width:191px;

}

.left_bot {background-image:url(../images/left_bot.jpg);
width:231px;
height :21px;

}

/* mid content */
.mid_container {}
.mid_top {
background-image:url(../images/mid_top.jpg);
height:21px;
width:589px;
margin : 0 0 0 231px;
}

#mid_cont{
background-image:url(../images/mid_mid.jpg);
width:549px;
background-repeat:repeat-y;
padding : 0 20px;
margin : 0 0 0 231px;
}

#mid_cont ul{
	font-size:12px;
	margin : 10px 20px 0 20px;
}

#mid_cont ul li { font-weight : bold; color: #000; margin : 5px 0 0 0;}
.mid_bot{background-image:url(../images/mid_bot.jpg);
height:21px;
width:589px;
margin : 0 0 0 231px;
}

#bucket {
background-image:url(../images/bucket_bg.jpg);
float : left;
width :273px;
height:238px;
}

.bucket_title {
margin : 15px 0px 0 30px;
}

.oneColFixCtrHdr #footer {
	background-image:url(../images/footer.png);
	height: 46px;
	margin : 0 0 60px 0;
}
.oneColFixCtrHdr #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: 15px 0px 0 90px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color :#cccccc;
}
#footer p a {color:#ffffff;}

