a:link { 
	color: #996600;
}
a:visited { 
	color: #CC9900;
}
a:hover { 
	color: #663300; 
	text-decoration: none
}
a:active { 
	color: #996600;
}
a {
	color : #996600;
	text-decoration : none;
}

p.callout {
	font-size : 10px;
}

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

p.fine-print {
	font-size : 7px;
}

p.small-window {
	font-size : 11px;
}

span.copyright {
	font-size : 8px;
}

span.inactive {
	color : #CC9900;
}

span.underline {
	text-decoration : underline;
}

#id {
	position:absolute; z-index:1;
}

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

ul.bar {
	margin:0;
	background-color:#faf5e5;
	list-style-image:url(images/square.jpg);
}
ul.bar2 {
	margin:0;
	list-style-image:url(images/square.jpg);
}
ul.bar3 {
	list-style-type: none;
}

.ds9 {color: rgb(0%,0%,0%); font-size: 15px; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: none; letter-spacing: 0; vertical-align: baseline; }
.ds10 {line-height: 18px; }

div {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
}
.subhead {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #cc6666; text-decoration: none}
.subhead_black {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #000000; text-decoration: none}

h1 {
font-size: 18px;
color: #000;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
} 

h2 {
font-size: 14px;
color: #000;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
} 

body  {
	font: Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* 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: 0;  /* 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: 10px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 235px 15px; /* using padding instead of margin will allow you to keep the element away from the edges of the 	div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 0; /* padding keeps the content of the div away from the edges */
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 235px;
	width: 735px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.thrColFixHdr #footer {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* 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:0;
    font-size: 1px;
    line-height: 0px;
}
.btnstyle { /* button style */
	font: Arial, Helvetica, sans-serif;
	color: #CC9900;
}

