body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:100%;
    line-height:1.4em;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	min-width: 550px;         /* 2 x LC width + RC width */
	}
.for_print {
	display: none;
	}
/******* 2 column layout adapted from http://www.alistapart.com/articles/multicolumnlayouts ******/
#container{
	background-color:#fff;
	overflow:hidden;
	margin:0 100px 0 0;
	padding-left: 200px; /* The width of the rail */
}
* html #container{
	height:1%; /* So IE plays nice */
}
#content{
	background-color:#fff;
	width:100%;
	border-left: 200px solid #fff; /* The width and color of the rail */
	margin-left: -200px; /* Hat tip to Ryan Brill */
	float: right;
	padding-bottom: 50px;
}
#main_nav {
	background-color:#fff;
	width:200px;
	float:left;
	margin-left:-200px;
	display:inline; /* So IE plays nice */
	text-align: center;
}
/** end 2 column layout **/
#main_nav p {
	margin: 0;
	padding: 0;
	}
#main_nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#main_nav ul li {
	display: block;
	border-bottom: 6px solid #fff;
	margin-bottom: 0px;
	font-size : 100%; 
	line-height: 115%;
	}
#main_nav ul li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 6%;
    font-size:0.75em;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}
#main_nav ul li a:hover {
	background-color: #f00;
	color: #fff;
	}
#main_nav ul ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#main_nav ul ul li {
	display: block;
	border-color: #fff;
	border-bottom: 6px solid #fff;
	margin-bottom: 0px;
	font-size : 100%; 
	line-height: 115%;
	}
#main_nav ul ul li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
    font-size:0.75em;
	color: #009;
	background-color: #6f9;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}
#main_nav ul ul li a.alternating {
	background-color: #ff6;
	}
#main_nav ul ul li a:hover {
	background-color: #f00;
	color: #fff;
	}

/***  ***/

a:link { 
	color: #00f;
	text-decoration: underline;
	}
a:visited {
	color: #333;
	text-decoration: underline;
	}
a:hover {
	color: #fff;
	text-decoration: none;
	background: #f00;
	}
a:active {
	color: #000;
	text-decoration: underline;
	}
a.plainlink:link,
a.plainlink:visited,
a.plainlink:active {
	color: #000;
	text-decoration : none;
	background-color : #FFFFFF;
	}
h2 a:link,
h2 a:visited,
h2 a:active {
	color: #f00;
	text-decoration : none;
	background-color : #FFFFFF;
	}
a.plainlink:hover,
h2 a:hover {
	color: #f00;
	text-decoration : underline;
	}
td.small {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	}
td.small-spread {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size:0.65em;
	letter-spacing : 2px;
	}
p {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size:0.75em;
	color : #000;
	margin: .5em 50px .7em 50px;
	}
.size11px {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 6px;
	}
hr {
	margin: 2em 0;
	}
#content table,
#content ul,
#content h1, 
#content h2, 
#content h3, 
#content h4, 
#content h5,
#content hr {
	margin-left: 30px;
	}
h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.3em;
	color: #ff0000;
	font-weight: bold;
	margin: 30px 0 20px 30px;
	}
h2 {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 1em;
	letter-spacing : 2px;
	color : #ff0000;
	font-weight : normal;
	margin-top: 24px;
	margin-bottom: 8px;
	}
h3 {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: .875em;
	color : #0000ff;
	letter-spacing : 1px;
	font-weight : normal;
	margin-top: 4px;
	margin-bottom: 2px;
	}
h4 {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size:0.75em;
	color : #ffffff;
	font-weight : bold;
	margin-top: 4px;
	margin-bottom: 2px;
	}
.image_set img {
	float:left;
	margin: 0 0 20px 30px;
	}
li {
    font-size:0.75em;
	line-height: 110%; 
	margin-bottom: 12px;
	list-style-type: square;
	}
td.spacerline {
	background-color : #999999;
	}
a.tight:link {
    font-size:0.75em;
	line-height: .9em;
	}
a.tight:hover {
    font-size:0.75em;
	line-height: .9em;
	}
a.tight:visited {
    font-size:0.75em;
	line-height: .9em;
	}
a.tight:active {
    font-size:0.75em;
	line-height: .9em;
	}
.tight {
    font-size:0.75em;
	line-height: .9em;
	}
.tightsmall {
    font-size:0.5em;
	line-height: 0.7em;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	}
.caption {
    font-size:0.5em;
	line-height: 0.7em;
    margin-top: 2px;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    }