body {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 8px;
	margin-right: 3px;
}
h1 {
	margin-top: 5px;
	margin-bottom: 3px;
	vertical-align: top;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #4E7092;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: bold;
}
h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #4E7092;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 5px;
	font-weight: bold;
}
a {
	color: #8C2911;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #8C2911;
	text-decoration: underline;
	font-weight: bold;
}
.bodyText {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 5px;
	line-height: 16px;
}
.columnText {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 14px;
	margin-bottom: 0px;
}
.columnHead {
	margin-top: 0px;
	margin-bottom: 3px;
	vertical-align: top;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #8C2911;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
}
.yellow {
	background-color: #F79F48;
	border-right: 1px solid #81462E;
}
.yellowBox {
	background-color: #F79F48;
	background-image: url(images/yellowBox.gif);
	background-repeat: no-repeat;
	border-right: 1px solid #81462E;
}
.crateRedBack {
	background-color: #81462E;
	background-image: url(images/crateBack.gif);
	background-repeat: no-repeat;
}
.redNavBox {
	background-color: #81462E;
	padding-bottom: 0px;
}
.footer {
	color: #FFFFFF;
	background-color: #000000;
}
.footerText {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	text-align: center;
	margin-top: 5px;
}
.whiteText {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 30px;
	padding-left: 15px;
	line-height: 25px;
}
.smallText {
	font-size: 8px;
	color: #000000;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
}
.topImage {
	background-image: url(images/headCrates.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.secondaryNav {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 5px;
	line-height: 8px;
}
a.secondaryNav {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.secondaryNav:hover {
	font-size: 11px;
	font-weight: bold;
	color: #F79F48;
	text-decoration: none
}
.secNavHead {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 10px;
}
a.secNavHead {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 15px;
}
a.secNavHead:hover {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F79F48;
	text-decoration: none;
}
li {
	list-style-position: outside;
	list-style-type: square;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.indentText {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 5px;
	line-height: 16px;
}
.sitemapText {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 5px;
	line-height: 16px;
}
body {
	background-color: #999999;
}





#dropnav-container {
	background-color: #4E7092;
	width: 760px;
	/*
	margin-left: 10px;
	*/
}

#dropnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	height: 22px;
}

#dropnav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 22px;
	padding: 0 6px;
	font-weight: normal;
	border-left: 1px solid #000000;
}

#dropnav a.first {
	border-left: none;
	margin-left: 10px;
}

#dropnav a:hover {
	background-color: #25527E;
	color: #FFFFFF;
}

#dropnav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#dropnav li ul {
	position: absolute;
	background-color: #25527E;
	width: 15em;
	left: -999em;
	border-top: 1px solid #003F62;
	border-right: 1px solid #003F62;
	border-left: 1px solid #003F62;
	z-index: 100;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 12px;
}

#dropnav li li {
	display: block;
	width: 15em;
}

#dropnav li ul a {
	border-bottom: 1px solid #000000;
	padding: 6px 10px;
	border-left: none;
	line-height: 12px;
}

#dropnav li ul a:hover {
	background-color: #4E7092;
	color: #FFFFFF;
}

#dropnav li:hover ul {
	left: auto;
}

#dropnav li:hover ul, #dropnav li.sfhover ul {
	left: auto;
}

#dropnav li:hover, #dropnav li.hover {
	position: static; /* to correct ie7 bug */
}