﻿body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	margin-left: auto;
	margin-right: auto;
	top: 0;
	left: 0;
	width: 950px;
}
#header {
	position: relative;
	padding-top: 30px;
	height: 170px;
	vertical-align: middle;
	color: #244d79;
	font-size: xx-large;
	text-align: center;
	border: 2px #006699 solid;
}
#textArea {
	width: 710px;
	vertical-align: top;
	padding-left: 20px; 
	padding-right: 20px; 
}
#footer {
	font-size: x-small;
	color: white;
	text-align: center;
	width: 950px;
	height: 30px;
	line-height: 27px;
	vertical-align: middle;
	background: #006699;
}

.mainTable {
	background-image: url('images/menuBar.jpg');
	border: 2px #006699 solid;
	background-repeat: repeat;
	width: 950px;
	color: #006699;
}
.centerBreak {
	border-right: 1px #006699 solid;
	vertical-align: top;
}
#textArea h1 {
	color: white;
}
#textArea h2 {
	color: #cec1a7;
}
#textArea h3 {
	color: #cec1a7;
}
#textArea h4 {
	font-weight: bold;
	color: #93DCFF;
	margin-bottom: 12px;
}
/*   gold color was #ffcc00   */
/*   beige:  light: #ebe6dc;  mid: #e2d6c0;  dark:  #cec1a7;  extra dark:  #ae9a6f;  */ 

.goldArrow {
	color: #AE9A6F;
	font-weight: 600;
}
#textArea p {
	color: #93DCFF;
	text-align: left;
	text-indent: 0px;
}
#textArea hr {
	width: 90%;
}
#textArea ul, li {
	color: #93DCFF;
	list-style: square;
	line-height: 125%;
}
#textArea a, a:visited {
	color: #AE9A6F;
	font-style: italic;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
	color: #93DCFF;
	padding-right: 5px;
}
#about a {
	font-size: small;
}
#committees {
	color: #93DCFF;
	text-align: center;
	line-height: 150%;
}
.numbers {
	list-style: decimal;
}
.single {
	margin-top: 0px;
	margin-bottom: 0px;
}
#textArea blockquote {
	color: #93DCFF;
	text-align: left;
}
.certs {
	color: #93DCFF;
	border-collapse: collapse;
}
.certs td {
	vertical-align: middle;
	text-align: left;
	padding-left: 3px;
}
.certs tr {
	border: thin white solid;
	height: 25px;	
}