
body, ul {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

ul {
	padding-left: 10px;
	}


	
li {
	padding: 2px 0;
	}

/* begin Content styles */

td#content {
	padding: 25px;
	line-height: 130%;
/*	font-size: 11px;
*/
	}

td#content p {
	margin: 0 0 15px 0;
	}

td#content .subLink {
	margin-top: -10px;
	margin-left: 15px;
	font-weight: bold;
	}

#content_header { /* adjusts space between the Content Header and the first paragraph */
/*	margin-bottom: -10px;
*/
	margin-bottom: 10px;
	}

td#content h1 {
	color: #243166;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 0.5em 0; padding: 0; border: 0;
	}

td#content h2, h2 {
	color: #243166;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 5px;
	/* margin-bottom: -5px; closer to the first paragraph - dangerous workaround */
	padding: 0;
	border: 0;
	}

td#content h2.firsth2 { /* use this when the h2 is the first paragraph after the content_header to reduce the space between */
	margin-top: 0px;
	}

 /* sublinks are links within the content */
.subLink a:link{
	text-decoration: underline;
	color: #0000ff;
	}
.subLink a:visited {
	text-decoration: underline;
	color: #0000ff;
	}
.subLink  a:hover{
	text-decoration: underline;
	color: #0000ff;
	}



a:link{
	text-decoration: underline;
	color: #0000ff;
	}
a:visited {
	text-decoration: underline;
	color: #0000ff;
	}
a:hover{
	text-decoration: underline;
	color: #0000ff;
	}





		
.subHeader { /* styles sub-headings within the content */
	/* OWilcock 2006Aug3: use h2 instead */
	color: #0000ff;
	font-weight: bold;
	margin: 20px 0 10px 0;
	}
/* end content styles */


/* begin header & footer nav styles */
div#heaver_nav, div#footer_nav {
	margin: 0;
	padding: 0;
	}

div#header_nav a:link, div#footer_nav a:link {
	color: #fff;
	text-decoration: none;
	}

div#header_nav a:visited, div#footer_nav a:visited {	
	color: #fff;
	text-decoration: none;
	}

div#header_nav a:hover, div#footer_nav a:hover {	
	color: #fff;
	text-decoration: underline;
	}

/* end header & footer nav styles */




/* begin subnav styles */
div#ln, div#rn {
	max-width: 195px;
	}

div#ln ul, div#rn ul {
	list-style-type: none;
	}

div#ln a:link {
	color:#000;
	text-decoration: none;
	}

div#ln a:visited {
	color:#000;
	text-decoration: none;
	}

div#ln a:hover, #current{ /* hover state for both subnav's */
	color: #00000ff;
	text-decoration: underline;
	}
/* end subnav styles */


/* begin left nav styles */
td#leftNav {
	background-color: #ffffff;
	width: 197px;
	}

div#ln {
	padding: 5px 0 10px 40px;
	background-color:white; /* 2011Jan3 OWil background-color:#F6F5F3;  */
	}

div#ln table {
	max-width: 155px;
	}

div#ln tr {
	vertical-align: top;
	}

/* end left nav styles */


/* Right Nav styles */
td#rightNav {
	background-color: #ffffff;
	padding-top-bogus:15px;
}

div#rn {
	padding-bogus: 5px 0 10px 5px;
	margin-top: 0px;
	}

div#rn tr {
	vertical-align: top;
	}

div#rn a:link
{
	text-decoration: underline;
}
div#rn a:hover
{
	text-decoration: underline;
}
div#rn a:visited
{
	text-decoration: underline;
}
	
/* end Right Nav Styles */

div#rn_home {
	margin: 0 10px;
	vertical-align: top;
	}

div#rn_home p {
	text-indent: -10px;
	}

