body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(images/template/background4.jpg) center repeat-y;
	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;
}
a {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #ff0000;
}
h1, h2, h3, h4, h5 {
	color: #444444;
	margin: 10px 0 4px 0;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 11pt;
}
h5 {
	font-size: 10pt;
}

#container {
	width: 900px;  /* 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: 1px solid #cc0000; */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0;
	margin: 0;
	border-bottom: #CC0000 solid thin;
}
#mainContent {
	padding: 0 20px 12px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0;
}
#footer {
	margin: 12px auto;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 900px;
	border-top: #CC0000 solid thin;
}
#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 */
	text-align: center;
}
.imgFloatRight {
	float: right;
	margin: 0 0 12px 12px;
}
.clearBoth {
	clear: both;
}
li {
	margin-bottom: 5px;
}
.smalltext {
	font-size:11px;
}

#audio {
	 float: right;
}
.footnote {
	font: 90% "Times New Roman", Times, serif;
	border-top: #000000 solid 1px;
	padding-top: 8px;
	margin-top: 8px;
}
ul.arrowlist {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
	margin-bottom: 8px;
}
ul.arrowlist li {
	background: url(images/misc/arrowBullet.gif) no-repeat top left ;  
	display: block;
	padding: 2px 0;
	padding-left: 19px; 
}
.glossaryTerm {
	color: #036;
}
.glossarySub {
	color: #444;
}