* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 1em;
	margin-top: 15px;
	}
	
p, li {
	font-size: .85em;
	line-height: 1.5em;
	margin: 1em 0;
	}
ul {
	color: #ccc;
	}
li {
	margin-left: 1.5em;
	}
li span {
	color: #454545;
	}
	
h2 {
	font-size: 1em;
	color: #069;
	margin: .75em 0;
	}
h2 span {
	font-size: .85em;
	color: gray;
	}
	
h3 {
	font-size: .85em;
	color: gray;/*83D6F2*/
	margin: .75em 0;
	}
	
a:link, a:visited {
	color: #2786A5;
	}	
a:hover, a:active {
	color: #05A9DF;
	}	
	
/* containers */
#mainContainer {
	width: 740px;
	margin: 0 auto;
	}

#headerBox {
	background: #275381 url(../images/topBarRight.gif) 100% 0 no-repeat;
	}
#navigation {
	background: white url(../images/menuRepeatOff.jpg) repeat-x;
	height: 36px;
	clear: both;
	}
#navigation ul, #textNav ul {
	margin: 3px 0 0 0;
	padding: 0;
	display: table;
	float: right;
	}
#navigation ul li, #textNav ul li {
	margin: 0;
	padding: .32em 0;
	list-style-type: none;
	display: block;
	float: left;
	font-size: .9em;
	color: #006699;
	text-transform: uppercase;
	}
#headerImageBox {
	height: 221px;
	}
#headerImageBox img {
	float: left;
	}
	
#contentBox {
	background: url(../images/textRepeat.jpg) 0 100% no-repeat;
	min-height: 200px;
	padding-bottom: 20px;
	display: block;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
#footerBox {
	background: url(../images/phoneBack.jpg) 10px 0 no-repeat;
	font-size: .75em;
	}
#footerBox p {
	color: #999999;
	font-weight: bold;
	line-height: 1.25em;
	}
	
#contactInfo {
	width: 50%;
	float: left;
	display: block;
	}
#contactInfo p {
	margin-top: 0;
	display: block;
	float: left;
	}
#textNav {
	width: 50%;
	float: left;
	display: block;
	text-align: right;
	}
/*end containers */
#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
	padding: 10px;
	height: 36px;
	padding-bottom: 9px;
	border-left: 1px solid #E0E0E0;
	color: #006699;
	text-decoration: none;
	}
#navigation a:hover, #navigation a:active {
	background: url(../images/menuRepeatOn.jpg) 0 0 repeat-x;
	}
	
#contentBox h1 {
	background: url(../images/headerBack.jpg) no-repeat;
	color: #006699;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.65em;
	padding: .15em 1em 1em 2em;
	margin-left: 10px;
	}
#contentBox p, #contentBox h2, #contentBox ul, #contentBox h3 {
	padding-left: 15px;
	padding-right: 15px;
	}

#mainContent {
	width: 485px;
	float: left;
	}
#sideContent {
	width: 250px;
	border-left: 1px dotted #454545;
	float: left;
	}

#textNav ul {
	float: none;
	}	
#textNav ul li {
	list-style-type: none;
	display: block;
	float: left;
	font-size: .9em;
	color: #006699;
	text-transform: uppercase;
	}
#textNav a:link, #textNav a:visited, #textNav a:hover, #textNav a:active {
	color: #2786A5;
	text-decoration: none;
	padding: .5em;
	}
#textNav a:hover, #textNav a:active {
	color: #275381;
	}
	
.address {
	width: 197px;
	text-align: center;
	padding-top: .2em;
	}
	
#contactInfo p.call {
	font-size: 2em;
	color: #069;
	font-weight: normal;
	font-family: 'Times New Roman',Times,serif;
	float: left;
	padding: .2em 0;
	}
.call {
	font-size: 2em;
	color: #069;
	font-weight: normal;
	font-family: 'Times New Roman',Times,serif;
	margin: 0;
	}
	
#textNav ul {
	float: right;
	border-bottom: 1px solid #DEDEDE;
	}
	
.memberTable {
	border: 1px solid gray;
	margin: 0 15px 30px 15px;
	background: white url(../images/menuRepeatOn.jpg) repeat-x;
	width: 90%;
	}
.memberTable td {
	padding: 2px 8px;
	border-bottom: 1px solid #ccc;
	}
#contentBox .memberTable p {
	margin: 0;
	padding: 0;
	}
.headerRow p {
	font-weight: bold;
	}
.headerRow td {
	border-bottom: 2px solid gray;
	}
