﻿/*----------------*/
body 
		{}
		
/*----------------*/
div.Content
{
	width: 900px;
	height: 433px;
}
#MainWindow
{
background:url('../MasterPictures/flashbg.jpg');
	width: 676px;
	height: 325px;
	float: left;
}
div.small {
padding-left:35px;
padding-top:60px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:260px;
font-weight:lighter;
color:#2f5368;
}
#MainWindow h1{
font-family:Arial, Helvetica, sans-serif;
font-size:30px;
font-weight:100;
color:#FFFFFF;
padding-left:40px;
margin:0px;
}
div.BucketList
{
	width: 212px;
	height: 325px;
	margin-left: 6px;
	margin-right: 6px;
	float:left;
}
div.BucketTop
{
	background-position: left top;
	width: 212px;
	height: 105px;
	background-image: url('../MasterPictures/BucketTop.jpg');
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 5px;
}
div.BucketMid
{
	background-position: left top;
	width: 212px;
	height: 105px;
	background-image: url('../MasterPictures/BucketMid.jpg');
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 5px;
}
div.BucketLow
{
	background-position: left top;
	width: 212px;
	height: 105px;
	background-image: url('../MasterPictures/BucketLow.jpg');
	background-repeat: no-repeat;
	float: left;
}
div.BucketMain
{
	padding: 0px;
	margin: 0px;
	width: 212px;
	height: 80px;
	float: left;
}
p.Link
{
	float:left;
	color: #44aedf;
	font-family: Arial;
	font-size: 11px;
	line-height: 12px;
	width: 130px;
	margin: 0px 0px 0px 52px;
}
p.Blue
{
	float:left;
	margin: 11px 0px 0px 52px;
	color: #003b63;
	font-family: Arial;
	font-size: 12px;
	line-height: 12px;
	width: 130px;
	font-weight: bold;
}
p.BucketOpening
{
	float:left;
	margin: 5px 0px 0px 52px;
	color: #7c7c7c;
	font-family: Arial;
	font-size: 11px;
	line-height: 12px;
	width: 130px;
}

ul.ContentList
{
	padding: 0px;
	float: left;
	width: 130px;
	margin: 5px 0px 0px 52px;
	list-style-type: disc;
	color: #7c7c7c;
	font-family: Arial;
	font-size: 11px;
	line-height: 12px;
	list-style-position: inside;
	text-align: left;
}


div.BottomArea
{
	width: 900px;
	height: 108px;
	float: left;
}	   
      		
		
