﻿* {
  margin: 0;
  padding: 0;
}

body
{
	color: #414141;
    background-color: #fff;
	font-family: Georgia, Roman, Times New Roman, serif;
    font-size: 13px;
	line-height: 18px;
	margin: 0px;
    padding: 0px;
}

img
{
	border: none;
}

h1
{
	color: #0e5882;
	font-family: Century Gothic, Trebuchet MS, Sans-Serif;
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h2
{
	color: #2d2c25;
	font-family: Century Gothic, Trebuchet MS, Sans-Serif;
	font-size: 18px;
	margin: 0 0 4px 0;
	font-weight: normal;
}

h3
{
	color: #2d2c25;
	font-family: Century Gothic, Trebuchet MS, Sans-Serif;
	font-size: 14px;
	margin: 0 0 4px 0;
	font-weight: normal;
}

h4
{	
	color: #105481;
	font-size: 14px;
	margin: 0;
	font-weight: normal;
}

p
{
	margin: 0 0 18px 0;
}

hr
{
	border: none;
	border-bottom: solid 1px #d7cdc7;
	height: 1px;
}

ul, ol
{ 
	margin: 0px 0px 18px 30px;
}

table th, table td
{
	vertical-align: top;
}

.smallhr
{
	width: 80%;
}

a
{
	color: #0e5882;
}

a:hover
{
	color: #7c7e7e;
}

.floatleft
{
    float: left;
    margin: 0 10px 10px 0;
}

.floatright
{
    float: right;
    margin: 0 0 10px 10px;
}

.center
{
	text-align: center;
	display: block;
	position: relative;
	margin: 0px auto;
}

.emphasis
{
	color: #0e5882;
	font-weight: bold;
}

a.backarrow
{
	background-image: url(images/backarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #0e5882;
	font-family: Century Gothic, Trebuchet MS, Sans-Serif;
	text-decoration: none;
	padding-left: 10px;
	margin-bottom: 10px;
}

.arrow
{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #0e5882;
	font-family: Century Gothic, Trebuchet MS, Sans-Serif;
	text-decoration: none;
	padding-right: 10px;
	margin-bottom: 10px;
}

.smallcolumnlink
{
	display: block;
	background-image: url(images/scroll_right.gif);
	background-repeat: no-repeat;
	background-position: 270px center;
	font-family: Century Gothic, Trebuchet MS, Sans-Serif;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	border: solid 1px #ebebeb;
	background-color: #fbfafa;
	padding: 10px 30px 10px 10px;
	margin-bottom: 20px;
	width: 255px;
}

.boardmembers
{
}

	.boardmembers td
	{
		vertical-align: top;
		padding: 0px 20px 20px 0px;
	}
	
	.boardmembers td img
	{
		border: solid 1px #ebebeb;
		padding: 3px;
		background-color: #fff;
		display: block;
	}

	.boardmembers a
	{
		text-decoration: none;
	}
	
	.boardmembers .membertitle
	{
		color: #0e5882;
		font-weight: bold;
		font-size: 11px;
		display: block;
	}
	
.century
{
	font-family: Century Gothic, Trebuchet MS, Sans-Serif;
}

.tablepadding th, .tablepadding td, .tablepadding
{
	padding: 5px;
}

.socan
{
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	display: block;
	position: relative;
	margin: 50px auto 0px auto;
}

.contenttable
{
    width: 100%;
    border: 1px solid #0E5882;
}

.contenttable th, .contenttable td
{
    padding: 5px;
    text-align: center;
}

.contenttable .header th
{
    color: #fff;
    background: #0E5882;
}

.contenttable th
{
    background: #E6E6E6;
}
