body {
	background-image: url(../images/bg.jpg);
	margin: 0px;
	padding: 0px;
	background-color: #F3E2D2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	text-align: center;

}
#main {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;

}
#main #topBanner {
	background-image: url(../images/topBanner.jpg);
	height: 90px;
	width: 955px;
}

#main #subBanner {
	background-image: url(../images/subBanner.jpg);
	height: 68px;
	width: 955px;
	position: relative;
}
#main #subBanner #topRightNav {
	text-align: right;
	width: 500px;
	position: absolute;
	right: 10px;
	top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DF1D1B;
	font-size: 16px;
}
#main #subBanner #topRightNav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main #subBanner #topRightNav a:link, #main #subBanner #topRightNav a:active, #main #subBanner #topRightNav a:visited {
	color: #DF1D1B;
	text-decoration: none;
	margin-left: 15px;
}
#main #subBanner #topRightNav a:hover {
	color: #000000;
	text-decoration: underline;
}


#main #leftNav {
	background-image: url(../images/leftNavBG.jpg);
	height: 625px;
	width: 193px;
	background-repeat: no-repeat;
}
#leftNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftNav ul li {
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

#leftNav ul li a:link, #leftNav ul li a:active, #leftNav ul li a:visited {
	background-image: url(../images/leftNavLinkBG.jpg);
	display: block;
	height: 34px;
	width: 193px;
	line-height: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#leftNav ul li a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}



#main #homeTop {
	width: 741px;
	text-align: left;
}

#main #wrapper {
	width: 741px;
	text-align: left;
}

h1.home {
	background-image: url(../images/pageHeadingHome.jpg);
	height: 37px;
	width: 741px;
	text-indent: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
	margin: 0px;
}

#main #homeBottom {
	margin-top: 10px;
	background-color: #F2E3D0;
	text-align: left;
	width: 741px;
}
#main #homeBottom h2 {
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/bucketBoxBGTop.jpg);
	background-repeat: no-repeat;
	background-color: #F2E3D0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-style: none;
}
#main #mainContent {
	width: 741px;
	background-image: url(../images/mainBGBottom.gif);
	background-position: bottom;
	text-align: left;
}
table.bucketBox {
	width: 721px;
	margin-left: 10px;
}

div.bucket {
	background-image: url(../images/bucketBody.jpg);
	width: 192px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 2px;
	height: 150px;
	margin-bottom: 25px;
	text-align: left;
}
div.bucket h3 a:link, div.bucket h3 a:active, div.bucket h3 a:visited {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	height: 35px;
	width: 192px;
	text-indent: 10px;
	line-height: 30px;
	text-decoration: none;
	display: block;
	background-image: url(../images/bucketHead.jpg);
}
div.bucket h3 a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

div.bucket h3 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	background-image: url(../images/bucketHead.jpg);
	height: 35px;
	width: 192px;
	text-indent: 10px;
	line-height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.contactHome:link, a.contactHome:active, a.contactHome:visited {
	background-image: url(../images/homeContactBG.jpg);
	height: 31px;
	width: 300px;
	display: block;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 31px;
}
a.contactHome:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#main #footer {
	clear: both;
	text-align: center;
	float: right;
	width: 741px;
	font-size: 12px;
	margin-bottom: 15px;
	position: relative;
}
#main #footer p {
	margin: 0px;
}

#main #footer a:link, #main #footer a:active, #main #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#main #footer a:hover {
	color: #9A0201;
	text-decoration: underline;
}
#main #footer #copyright {
	position: absolute;
	right: 0px;
}
#main #subBanner #topNav {
	text-align: right;
	position: absolute;
	right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	bottom: 11px;
	font-size: 14px;
}
#main #subBanner #topNav a:link, #main #subBanner #topNav a:active, #main #subBanner #topNav a:visited {
	color: #000000;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}
#main #subBanner #topNav a:hover {
	color: #DF1D1B;
	text-decoration: underline;
}
#main #topBanner #topTag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FFFFFF;
	float: right;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	padding-right: 20px;
}
h1 {

	background-image: url(../images/pageHeading.jpg);
	height: 42px;
	width: 741px;
	text-indent: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	margin: 0px;
}
h2 {
	color: #000000;
	font-size: 22px;
	border-bottom-width: 3px;
	border-bottom-style: groove;
	border-bottom-color: #960407;
	margin-top: 30px;
}
h3 {
	color: #990100;
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
h5 {
	margin-left: 10px;
}



#main #mainContentBottomCap {
	float: right;
	width: 741px;
	background-image: url(../images/mainBGBottom.gif);
	background-repeat: no-repeat;
	height: 15px;
}
p {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	font-size: 14px;
}
table {
	font-size: 14px;
}

a:link, a:active, a:visited {
	color: #930500;
}
a:hover {
	color: #EB5812;
}

#main #rightFloater {
	width: 741px;
	float: right;
}
table.innerBuckets {
	margin-top: 30px;
	margin-bottom: 30px;
}
table.innerBuckets td {
	text-align: center;
	vertical-align: top;
}
table.innerBuckets h2 {
	color: #990100;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 20px;
}
table.innerBuckets h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.innerBuckets h3 a:link, table.innerBuckets h3 a:active, table.innerBuckets h3 a:visited {

	color: #9B0200;
}
table.innerBuckets h3 a:hover {
	color: #E57102;
}
table.innerBuckets a:link img, table.innerBuckets a:active img, table.innerBuckets a:visited img {
	border: 1px solid #9A0201;
}
table.innerBuckets a:hover img {
	border-top-color: #EC660F;
	border-right-color: #EC660F;
	border-bottom-color: #EC660F;
	border-left-color: #EC660F;
}
table.innerBuckets td img {
	border: 1px solid #000000;
	
}
table.contact td {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.phones td {

	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.catreq {
	color: #970100;
	font-weight: bold;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 10px;
	background-color: #CCCCCC;
}
table.catreq td {
	padding: 5px;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

ul.downloadspage, ul.downloadspage li {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.downloadspage {
	width:450px;
	margin:0 auto;
	_text-align:left;
}

ul.downloadspage li {
	float:left;
	width:200px;
	padding:0 0 0 0;
	margin:0 20px 20px 0;
	text-align:center;	
}

ul.threecol li {
	float:left;
	width:30%;
	font-size:12px;
	list-style-type:none;
	padding:0 0 3px 0;
}