<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
	Portions of the code contained in this document
	are taken from 
*/

/* ------- Global Layout --------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td
{ 
/* Using a zeroing selector removes the browser default values, which can vary greatly from browser to browser. */ 
    margin: 0; 
    padding: 0; 
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

html {
	max-height:100.1%; /* fixes the display height in Mozilla and Firefox */
	height: 100%;
}

/* hide from IE mac \*/
/*html {*/
/* 
if a page is shorter than viewport, it jumps around as Firefox removes scroll bars and 
then adds it again for longer pages 
*/
/*    min-height: 100%;
    margin-bottom: 1px;
}*/
/* end hiding from IE5 mac */

body {
	text-align: center;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%; /* prevents some scaling bugs at smaller sizes in Internet Explorer */
	color: #000;
	height: 100%;
	background-color: #FFFFFF;
}

a {
	voice-family: "\"}\""; 
  	voice-family:inherit;
}
#pageContainer {
/*
	It's only purpose is to center the page.  Because IE5/Win handles the box model 
	incorrectly, the 'header' and 'footer' also have set widths of 770px but with no 
	padding/margins. The 'content' area has padding set, but it has 'contentContainer' 
	to set it's width (it wasn't inheriting the 'pageContainer' width in IE5/Win). 
*/
	width:975px;
	padding: 0;
	height: 100%;
	margin:0 auto 0 auto;
}

a .forScreenReaders:active, .forScreenReaders:focus {
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	
	/* This controls the appearance of the link and can 
	only be seen when the users tabs on the page */
	
	background-color: #285149;
	color: #FFFFFF;
	top: 5px;
	left: 5px;
	padding: 5px;
	border: 2px solid #C5B373;
	font-weight: bold;
} 

.clearFloat
{
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0px;
}

#description
{
	float: right;
	width: 150px;
	margin: 10px 0px 0px 25px;
	padding: 0px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 1;
}

#description h3
{
	width: 300px;
	font-size: 120%;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

#description p
{
	color: #C5C5C5;
	width: 230px;
	font-size: 70%;
	margin: 7px 0px 0px 0px;
}

#description p.readmoreButton
{
	margin: 15px 0px 0px 0px;
	padding:2px 8px 3px 0px;
}

#description a
{
	text-decoration:none;
	background-color: transparent;
	background-image:url(../images/orange-feature-button.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 30px;
	padding:2px 8px 3px 8px;
	margin: 15px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 95%;
}

#description a:hover
{
	text-decoration: underline;
}



/* ------------------------------------------------------------- */
</pre></body></html>