html, body{
	margin:				0px;
	background-image:	url(./resources/background.png);
	color:				#FFFFFF;
	
	font-family:		verdana;
	font-size:			12px;
	text-align:			center;
}

div#header-wrapper{
	width:				1045px;
	height:				165px;
	
	background-image: 	url(./resources/header.jpg);
	text-align:			center;
	position:			relative;
	margin:				auto;
}

div#header-left{
	float:				left;
	width:				384px;
	height:				130px;
	background-image:		url(./resources/Skip-Bins-Animated.gif);
	
	margin:				5px 0px 0px 30px;
}
div#header-left:hover{
	cursor:				pointer;
}

div#header-right-container{
	float:				right;
	margin:				15px 0px 0px 50px;
}

div#header-right-top{
	width:				506px;
	height:				50px;
	
	margin:				15px 0px 0px 50px;
	
	text-align: 			right;
	color:				#006892;
	
}
div#header-right-bottom{
	width:				506px;
	height:				50px;
	
	margin:				10px 0px 0px 50px;
	
}

table#menu-wrapper{
	width:				506px;
	height:				50px;
	
}

#menuitem{
	color:				#FFFFFF;
	font-family:		verdana;
	font-size:			14px;
	font-weight:		bold;
}

td#menuitem, td#menuitem-right{
	width:				100px;
	height:				50px;
	text-align:			center;
}
td#menuitem-left{
	width:				80px;
	height:				50px;
	text-align:			center;
	
	font-family:		verdana;
	font-size:			14px;
	font-weight:		bold;
	
}

td#menuitem:hover{
	background-image:	url(./resources/menu_hover.jpg);
	cursor:				pointer;
}
td#menuitem-left:hover{
	background-image:	url(./resources/menu_hover_left.jpg);
	cursor:				pointer;
}
td#menuitem-right:hover{
	background-image:	url(./resources/menu_hover.jpg);
	cursor:				pointer;
}

div#content-wrapper{
	width:				1045px;
	
	position: relative;
	margin: auto;
	
	text-align: center;
	background-image:	url(./resources/table-tb.gif);
}

div#content-heading{
	width:				1045px;
	height:				50px;
	background-image:	url(./resources/content-bg-top.jpg);
	

	position: relative;
	margin: auto;
}

div#content{
	width:				986px;
	min-height:			350px;
	background:			#FFFFFF url(./resources/content-bg.jpg) repeat-x;
	
	text-align: left;
	color:				#006892;
	
	
	position: relative;
	margin: auto;
	
	padding: 16px;
}

div#floater{
	margin-top: -40px;
}

div#content-footer{
	width:				985px;
	height:				80px;
	background-image:			url(./resources/footer.gif);
	position: relative;
	margin: auto;
	
	padding:			30px;
	
	color:				#FFFFFF;
	text-align:			left;
}

div.binsizebutton{
	width:	104px;
	height:	37px;
	background-image: url(/images/bins/button.png);
	padding-top: 10px;
	text-align: center;
	
	display: inline-block;
	
	font-size: 17px;
	color:	#FFFFFF;
	font-weight: bold;
}

div.binsizebutton:hover{
	background-image: url(/images/bins/button-hover.png);
}

a,a:active,a:visited{
        color: #999999;
	text-decoration: none;
	font-weight: normal;
}

a:hover{
	color:				#006892;
  	text-decoration: none;
	font-weight: normal;
}
div.footer-regions td{
	text-align:	left;
}

div.footer-regions a,div.footer-regions a:active,div.footer-regions a:visited,div.footer-regions a:hover{
	color:				#FFFFFF;
}
a#footer-links,a#footer-links:active,a#footer-links:visited,a#footer-links:hover{
	color:				#FFFFFF;
}


.RegionTD{
	font-size: small;
	padding-top: 25px;
	padding-left: 20px;
	line-height: 1.4;
	vertical-align: top;
}

.RegionTD a{
	color: #006892;
	font-size: small;
}
.RegionTD a:hover{
	color: #003560;
	font-size: small;
}

