body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#000000;
	margin:0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(images/dropshadow.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
h1{
	color:#002059;
	font-size:18px;
	margin:0px 0px 20px 0px;
}
h2{
	color:#002059;
	font-size:16px;
	margin:0px 0px 0px 0px;
}
h3{
	color:#008B96;
	font-size:14px;
	margin:0px 0px 0px 0px;
}
h4{
	color:#002059;
	font-size:10px;
	text-align:center;
	margin:10px 0px 10px 0px;
}
p {
	margin:0px 0px 10px 0px;
}
#container {
	width: 800px;
	height:600px;
	position:relative;
	left: 50%;
	margin: 0px 0px 0px -400px;
}
#topBar{
	width: 800px;
	height:auto;
	background: #ffffff url(images/header_caron_bermuda.jpg) no-repeat left top;
	margin:0px 0px 0px 0px;
	position: relative;
}
#leftColumn{
	width: 150px;
	height:auto;
	/*background: #d7d7d7d7;*/
	margin:0px 0px 0px 0px;
	padding-top:80px;
	position: relative;
	background-image: url(images/palmetto.gif);
	background-repeat: no-repeat;
	float:left;
}
#centerColumn{
	width: 280px;
	height:auto;
	margin:0px 0px 0px 200px;
	position: relative;
	left: -40px;
}

#centerColumnFull{
	width: 580px;
	height:auto;
	margin:0px 0px 0px 200px;
	position: relative;
	left: -40px;
}

#rightColumn{
	width: 255px;
	height:auto;
	padding:10px 10px 10px 10px;
	position: absolute;
	left:500px;
	top:190px;
	border:thin solid #ff924d;
	float:right;
}

.individualContact {
	width: auto;
	height: 120px;
	position: relative;
	margin: 0px 0px 15px 0px;
}

#bottomUtility{
	width: 800px;
	height:40px;
	text-align:center;
	position:relative;
}
.serif {
	font-family:"Times New Roman", Times, serif;
}

.contact{
	color:#008B96;
	font-size:11px;
	line-height:12px;
}
.contact a {
	color:#008B96;
	text-decoration:underline;
}

.contact a:visited {
	color:#008B96;
}

.contact a:hover {
	color:#008B96;
	text-decoration:none;
}

.utility {
	margin: 0px;
	font-size: 9px;
	line-height: 14px;
	color: #000000;
}
a {
	color:#00b5cb;
	text-decoration:underline;
}

a:visited {
	color:#00b5cb;
}

a:hover {
	color:#00b5cb;
	text-decoration:none;
}
