a:link { 
	color: #993300;
}
a:visited { 
	color: #CC6600;
}
a:hover { 
	color: #333333;	
	text-decoration: underline;
}
a:focus { 
	color: #993300;
}
a {
	color : #993300;
	text-decoration : none;
	font-weight: bold;
}

p.directions {
	font-size : 11px;
}

td {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	height: 5px;
}

div {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
}
span.copyright {
	font-size: 10px;
}

body  {
	font: Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #000000;
}
.thrColFixHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */

} 
.thrColFixHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 0px;
} 
.thrColFixHdr #mainContent {
	margin: 0px auto;
	width: 940px;
	padding: 0px;
} 
.thrColFixHdr #footer {
	padding: 0px;
} 
.thrColFixHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt #box{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}

#dropshadow1{
	float:left;
	background: url(images/shadowAlpha2.png) repeat bottom left !important;
	background: url(images/shadow2.gif) repeat bottom left;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	width: 100%;
	padding: 0px;
}
#dropshadow1 .innerbox{
	bottom: 0px;
	right: 0px;
	border: 0px solid #999999;
	padding:0px;
	margin: 0px 0px 0px 0px;
}
#dropshadow1 .innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}