/* ----- ISLAND.CSS ----- */
body {
	color: #333333;
	background-color:#313131;
	font: 11px Arial,Verdana,Helvetica,sans-serif;
}
table.body {
	color: #313131;
	background-color: white;
}
td.bodytext {
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 22px;
}
h2.body {
	/* same as div.active2 */
	color: red;
	font: 14px normal Arial,Verdana,Helvetica,sans-serif;
	margin-bottom: -6px; /* lessen space below <h2> and the first <p> */
}
p.body { margin-top: 14px; margin-bottom: 0;}
p.list { margin: 6px 0 0 0; }
p.list a { color: #00b; text-decoration: none; }
p.list a:hover { color: red; }
p.pagetitle {
	/* relocate red text from above image downward and to right to partially overlay the image */
	color: red;
	font: 15px bold Arial,Verdana,Helvetica,sans-serif;
	position: relative;
	top: 17em; /* 260px; */
	left: 50px;
	font-style: italic;
}
/* ----- main site navigation bar ----- */
td.sitenav {
	font-size: 9px;
	color: red;
	background-color:#313131;
/* 	padding: 6px 33px 2px 33px; */
	padding: 6px 45px 2px 45px;
}
tr.sitenav { background-color: #313131; }
a.sitenav {
	/* anything common to sitenav links */
	color: #aaaaaa;
	text-decoration: none;
	font-weight: normal;
}
a.sitenav:hover { color: white; text-decoration: none; }
/* ----- sub nav: the Public Relations pages have a horizonal nav bar along bottom edge of page ----- */
div.subnav {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	color: red;
	font: 11px normal Arial,Verdana,Helvetica,sans-serif;	/* same as a.pagenav */
}
/* ----- page nav: the About Us pages ----- */
td.back { /* padding-right: 75px; the rhs margin is a <td> column */ }
div.inactive3 { padding-top: 6px; }
div.active3 {
	padding-top: 6px;
	color: #ff0000;
	font: 11px normal Arial,Verdana,Helvetica,sans-serif;
}
a.pagenav { 
	/* anything common to sitenav links */
	color: #888888; /* same color as "div.inactive2" */
	font: 11px normal Arial,Verdana,Helvetica,sans-serif;
	text-decoration: none;
}
a.pagenav:hover { color: red; text-decoration: none; }
a.back { 
	/* anything common to sitenav links */
	color: #888888; /* same color as "a.pagenav" */
	font: 10px normal Arial,Verdana,Helvetica,sans-serif;
	text-decoration: none;
}
a.back:hover { color: red; text-decoration: none; }
/* we want "caption" and "nextpage" on the same line */
td.caption {
	color: #444444;
	text-align: left;
	padding-left: 16px;
	padding-right: 24px;
}
td.caption .currentpage {
	/*color: red;*/
}
div.caption {
	float: left;
}
/* span class="nextpage" will float right in a <td> */
div.nextpage {
	float: right;
}

