
/*	
	======================================================================

	content.css

	======================================================================
	Sustainable By Design PHP Library Component
	Version 2007.11.06
	Copyright 2007, 2005, 2004 Sustainable By Design
	======================================================================
*/


/* ----------------------------------------------------
   DOCUMENT
   ---------------------------------------------------- */

body, td, th, p, li {

	font-family: Garamond, Times, "Times New Roman", serif;
	font-size: 12pt;
	line-height: 16pt;
	color: #FFF;
}

body {

	margin: 0px;
	padding: 0px;
	background-image:  none;
	background-color: #000;
}

body, html {

	height: 100%;
	text-align: center; 
}

/* ----------------------------------------------------
   BODY TEXT BASICS
   ---------------------------------------------------- */

.title {

	font-size: 18pt;
	line-height: normal;
	font-weight: normal;
}

.header {

	font-size: 14pt;
	font-weight: bold;
}

.subheader {

	font-size: 14pt;
	font-style: italic;
}

.indented2em {

	padding-left: 2em;
}

.tinyNote {

	font-size: 10pt;
}

.tinyItalicNote {

	font-size: 10pt;
	font-style: italic;
}

.bioImage {

	float: right;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}


/* ----------------------------------------------------
   NAV MENUS
   ---------------------------------------------------- */

.subNav {

	font-family: Garamond, Times, "Times New Roman", serif;
	font-size: 10pt;
	line-height: 20pt;
	font-weight: normal;
	color: #FFF;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.subNavHeader {

	font-size: 12pt;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
}

a.subNavLink:link, a.subNavLink:visited { 

	font-size: 10pt;
	color: #FFF; 
	text-decoration: none;
}

a.subNavLink:hover {

	font-size: 10pt;
	color: #FFF; 
	text-decoration: none;
}

a.subNavLink:active {

	font-size: 10pt;
	color: #FFF; 
	text-decoration: none;
}

.subNavCellActive {

	background-color: #666;
}

.subNavCellCurrent {

	background-color: #505050;
}

.subNavCellPassive {

	background-color: #333;
}


/* ----------------------------------------------------
   LINKS
   ---------------------------------------------------- */

a:link, a:visited { 

	color: #FFF; 
	font-style: normal;
	text-decoration: underline;
}

a:hover {

	color: #AAA; 
	font-style: normal;
	text-decoration: underline;
}

a:active {

	color: #FFF; 
	font-style: normal;
	text-decoration: underline;
}

a.navLink {

	text-decoration: none;
}

/* ----------------------------------------------------
   MISC
   ---------------------------------------------------- */

.photoTable {

	text-align: center;
}

.boardMemberBox {

	color: #FFF;
	font-size: 10pt;
	line-height: 11pt;
	background-color: #444;
	margin: 0;
	padding: 5px;
}