html, body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	
}
em {
	font-weight: normal;
	font-size: 0.8em;
}


#container {
	background: #FFF;
	width: 756px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666;
}

#container table {
	padding: 0px;
}

#header {
	text-align: left;
	border: 1px solid #95A9CC;
}
#keyLine {
	text-align: right;
	width: 750px;
	border-bottom: 3px double #999;
	font-size: 0.6em;
	font-weight: bold;
}

#mainContent {
	vertical-align: top;
	width: 456px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	font-size: .9em;
}
#mainContent h1 {
	margin-bottom: 6px;
	font-size: 1.3em;
	text-transform: capitalize;
}
#mainContent h2 {
	background: #95A9CC;
	font-size: 1em;
	padding: 2px;
}
#mainContent h3 {
	font-size: .8em;
	margin-bottom: 2px;
	background: #95a9cc;
	margin-right: 25px;
	padding: 2px;
}

#mainContent h3 a:link, #mainContent h3 a:visited	{
	color:#000;
}

#mainContent h3 a:hover, #mainContent h3 a:active	{
	color:#9D767E;
}


#mainContent ul {
	margin-top: 2px;
	margin-bottom: 2px;
}
#mainContent li {
	font-size: .9em;
	font-weight: bold;
	margin-left: -2px;
}
#mainContent li a:link, #mainContent li a:visited	{
	color: #333;
	text-decoration: none;
}
#mainContent li a:hover, #mainContent li a:active	{
	color: #333;
	text-decoration: underline;
}

/* used primarily for the FAQ page */
.answer {
	margin-left: 20px;
	margin-bottom: 10px;
}
.answer a:link, .answer a:visited	{
	color:#333;
	text-decoration: none;
	font-size: 0.8em;
	text-transform: capitalize;
	font-style: oblique;
}
.answer a:hover, .answer a:active	{
	color:#333;
	text-decoration: underline;
	font-size: 0.8em;
	text-transform: capitalize;
	font-style: oblique;
}
.answer em {
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	margin-top: 3px;
	margin-bottom: 3px;
}
#mainContent ol {
	margin-top: 2px;
	margin-left: 6px;
	margin-bottom: 2px;
}
#mainContent ol li {
	font-weight: normal;
	margin-top: 3px;
	list-style: inside;
}

#leftNav, #rightNav {
	font-size: 0.8em;
	text-align: left;
	width: 150px;
	vertical-align:text-top;
}
#leftNav h2, #rightNav h2 {
	background: #CCC repeat-x;
	margin: 2px 5px 5px 3px;
	padding: 2px;
	font: bold .9em Arial, Helvetica, sans-serif;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#leftNav a:link, #rightNav a:link, #leftNav a:visited, #rightNav a:visited {
	text-decoration: none;
	color: #333;
}
#leftNav a:hover, #rightNav a:hover, #leftNav a:active, #rightNav a:active {
	text-decoration: underline;
	color: #333;
}
#leftNav ul, #rightNav ul {
	margin-top: 1px;
	margin-bottom: 1px;
}
#leftNav li, #rightNav li {
	font-size: .75em;
	margin-left: -20px;
	list-style: none;
}

#footer {
	font-size: 0.6em;
	text-align: center;
	background: #95A9CC;
	color: #FFF;
	padding: 4px 3px;
}

/* the following is for the table on the staff page & forms */
#staffTable {
	font-size: .8em;
	margin-right: auto;
	margin-left: auto;
	width: 460px;
}
#headerTR {
	font-weight: bold;
	text-align: center;
}
.alignRight {
	text-align: right;
	width: 256px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.alignLeft {
	text-align: left;
}

.TRbg {
	color: #FFF;
	background: #a4b2d2;
}




/* the news class is created for the homepage news */
.news {
	background: #A4B6D2;
	border: 1px solid #999;
	padding-left: 3px;
}
#mainContent .news h3 {
	font-size: 1em;
	text-decoration: underline;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	background: #6B89B6;
}
.news ul {
	margin-top: 2px;
}
.news li {
	font-size: .8em;
	list-style: url(/graphics/news_b.gif) outside;
}




/* the following is for staff quotes that appear on the bottom right column */
.quote {
	font-size: .7em;
	font-style: oblique;
}
.quoteName	{
	font-size: .7em;
}


/* class created for centering content */
.center {
	text-align: center;
}

/* class created for photos on page */
#mainContent .left {
	text-align: center;
	float: left;
	margin-left: 1px;
}
/* clear any floats */
.clear {
	clear: both;
}
