@charset "UTF-8";

body  {
	margin: 0; /* This is needed to account for different browser behaviors */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(../Images/background_aftrnoon.gif);
	/*font-size: 14px;*/
}

.novaSpeechTemplate #container {
	width: 786px;
	/*text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 14px;
	margin: 0;
} 
	
.novaSpeechTemplate #header {
	height: 140px;
	margin-left: 7px;
	padding-top: 7px;
	padding-left: 0px;
}

.novaSpeechTemplate #header #headerSlogan {
	color: #008080;  /*4b776a*/
	font-weight:900;
	float:right;
	width:300px;
	text-align: right;
	padding-top: 115px;
	font-size: 18px;	
}

/* Sue: for some reason I can't define the headerLogo  division here */

.novaSpeechTemplate #container #mainContent {
    float: left;
	padding-left: 100px;
}

.novaSpeechTemplate #footer { 
	font-size: 10px;
	text-align: left;
	clear: both;
	padding-left:7px;
}

.headerImageLink {
	text-decoration: none;
}

.pageTitle {
	padding-top: 20px;
	margin-bottom: 10px;
	font-family: Arial, Papyrus, Verdana;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	/*margin-top: 10px;*/
}

h2 {
	font-family: Arial, Papyrus, Verdana;
	font-size: 16px;
	color: #000;
	margin-top: 10px;
}

p {
	font-family: Arial, Papyrus, Verdana;
	font-size:12px;
	color:#000;
	
	/*position: relative;
	left: auto;*/
}

.pageParagraphs {
	padding: 0;
	margin: 0;
	clear: both;
	float: left;
	line-height: 17px;
	font-size: 12px;
}

.pageParagraphs img {
	margin: 10px 10px 10px 10px;
}

.pageParagraphs .imageLeft {
	margin-left: 0px;
	margin-bottom: 2px;
}

a:link {
	color: #00C;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #00C;
	border: 0px; /*** necessary? ***/
}

a:hover {
	text-decoration: underline;
	color: #00C;
}

a:active {
	text-decoration: none;
	color: #00C;
}

ul.navBar {
	cursor: default;
	width: auto;
	margin-top: 0px; /*was 7*/
	margin-bottom: 0px;
	margin-left: 0;
	font-family: Arial, Papyrus, Verdana;
	list-style-type: none;
	float:left;
	padding: 0px;
	padding-left: 7px;
}

ul.navBar li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	cursor: pointer;
	width: 109px;
	float: left;
	/*height: 17px;*/
	border-top-width: 2px; 
	border-right-width: 1px;
	border-bottom-width: 2px; 
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;	
	border-color: #333; /*4b77a*/
	vertical-align: middle;
}


ul.navBar li.leftmost {
	border-left-width: 2px;
	margin: 0;
}
	
ul.navBar li.rightmost {
	border-right-width: 2px;
	margin: 0;
}

ul.navBar a {
	list-style-type: none;
	display: block;
	cursor: pointer;
	background-color: #f2e9a4;
	color: #000;
	text-decoration: none;
	font-family: Arial, Papyrus, Verdana;
	font-size: 13px;
	font-style: normal;
	height: 17px;
}

/* Need to define ul.navBar a:link, a:visited, and a:active so
IE6 behaves properly. */

ul.navBar a:link {
	color: #000;
	text-decoration: none;
}

ul.navBar a:visited {
    color: #000;
	text-decoration: none;
}

ul.navBar a:hover, ul.MenuBarHorizontal a:focus {
	background-color: #FFFFFF;
	font-size: 13px; /* Sue: used by Internet Explorer but not Firefox! */
}

ul.navBar a:active {
    color: #000;
	text-decoration: none;
}

.indexTextAndSpeakerIconContainer {
	width: 275px;
	margin-left: 200px;
	height: 45px;
}
	
	
.indexTextContainer {
	clear:both;
	float: left;
	padding-top: 12px;
	width: 200px;
	text-align: center;
	font-weight: bold;
	font-size: 14px; 
	vertical-align: middle;
	border: none;
}

.indexSpeakerIconContainer {
	width: 56px;
	padding-top: 4px;
	float: right;
	border: 0px;
}

.smallImageBorder {
	border: 2px solid #333;
}


.peopleImageContainer {
	margin-top: 10px;
	padding: 0;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 0;
}

.personImageContainer, .personImageContainerTransparent, .personImageContainerPeoplePage{
	float: left;
	height: 170px;
	width: 110px; 
	text-align: center;
	padding-right:10px; /* SUE: why need 10 on right for image to be centered? */
	padding-top: 5px;
	margin-right: 35px;
	color: #630;
}

.personImageContainer {
	font-weight: bold;
}

.personImageContainer a {
	color: #630;
}

/* Could define:

.personImageContainerTransparent a {
	color: #630;
}

However, IE6 doesn't pay attention to this and displays 
links as blue. To make IE6 behave as desired,
a:linked, a:visited, a:hover, and a:active are
defined separately.
*/

.personImageContainerTransparent a:link {
	color: #630;
}

.personImageContainerTransparent a:visited {
	color: #630;
}

.personImageContainerTransparent a:hover {
	color: #630;
}

.personImageContainerTransparent a:active {
	color: #630;
}

/* Could define:

.personImageContainerPeoplePage a {
	color: #630;
}

However, IE6 doesn't pay attention to this and displays 
links as blue. To make IE6 behave as desired,
a:linked, a:visited, a:hover, and a:active are
defined separately.
*/

.personImageContainerPeoplePage a:link {
	color: #630;
}

.personImageContainerPeoplePage a:visited {
	color: #630;
}

.personImageContainerPeoplePage a:hover {
	color: #630;
}

.personImageContainerPeoplePage a:active {
	color: #630;
}

.personImage {
	border: 2px solid #333;
}

.personImageTransparent {
	border: 2px solid #333; /*Sue: C33? */
	opacity: 0.4;
	filter: alpha(opacity=40);
	text-decoration: none;
}


tr th {
	font-size: 14px;
	text-align: left;
}

th {
	background-color: #666;
	color: #FFF;
}

td {
	vertical-align: top;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	color: #333;
}

/*ul.navBar a:hover, ul.MenuBarHorizontal a:focus*/