@charset "utf-8";
/* CSS Document */

/*	Doing the blue triangles that appear to the left of the links on
	the "About Us" page.
*/
#containerIncludingShadow #mainContent #mainContentLeft a {
	background: url(../../all_pages/page_graphics/nav_link_blue.png) no-repeat;
}
#containerIncludingShadow #mainContent #mainContentLeft a:hover {
	background: url(../../all_pages/page_graphics/nav_link_hover.png) no-repeat;
}
#containerIncludingShadow #mainContent #mainContentLeft a:visited {
	color: black;
}

.floatRight {
	float: right;
	
	width: 160px;
	
	padding-right: 8px;
}
.floatRight table {
	float: none;
}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1em;
}

.insertImage
{
	border: thin solid #0099CC;
}

.imageTable {
	margin: 3px;
	background: lightblue;
}

#mainContentBanner {

	min-height: 180px;
	min-width: 900px;
}

#governanceMembers {
	font-size: 0.9em;
	text-align: center;
}
#governanceMembers {
	border: 1px solid black;
}
#governanceMembers td {
	border: 1px solid #DDD;
	padding-left: 1em;
	padding-right: 1em;
}

#FAQs .FAQ .question.jsEnabled
{
	cursor: pointer;
	padding: 2px;
}
#FAQs .FAQ .question.jsEnabled:hover
{
	border: 2px groove gray;
	padding: 0px;
}