body {
	background: #E6EDF4;
	line-height: 120%;
	color:#202020;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:95%;
}
/* Headings h1, h2, h3 - font type, font size, bold font colour */
h1 {
	text-align: center;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #202020;
	background-color: white;
}
h2 {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #202020;
	background-color: white;
}
h3 {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #202020;
	background-color: white;
}
a:link {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 95%;
	color: #202020;
	background: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 95%;
	color: #666666;
	background: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 95%;
	color: #202020;
	border-top : 1px dotted;
	border-bottom: 1px dotted;
	background-color: #FFEEEE;
}
a:active {
	font-family:Arial, Tahoma, Helvetica, sans-serif;;
	font-size: 95%;
	color: #8C9183;
	background: #FFFFFF;
	text-decoration: none;
}
/* Mast head - logo */
#masthead {
	background: url('../images/carnahan-dolphin-logo.jpg') no-repeat center;
	height: 152px;
	margin: 0px 20px;
}
a:hover {
	text-decoration: none;
	border: 0px;
}
#masthead .img {
	text-decoration: none;
	border: 0px;
	align: right;
}
#masthead .imgright {
	float: right;
	border-width: 0;
	text-decoration: none;
}
}
#menu .nl {
	padding: 0px;
	margin: 0px;
	line-height: 150%;
}
#maincontent {
	margin: 0 auto;
	width: 98%;
}
/* Content Area - white background */
#content {
	line-height: 120%;
	border-width: 1px;
	border-style: solid;
	border-color: #3971A8;
	padding: 20px;
	margin: 1px;
	background-color: #FFFFFF;
	color: #202020;
	vertical-align: top;
	align: center;
	width: 75%;
}
#content img {
	text-align: center;
	margin: 0px auto;
}
#content a:link {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 95%;
	color: #0D527A;
	background: #FFFFFF;
	text-decoration: underline;
}
#content a:visited {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 95%;
	color: #7A4E34;
	background: #FFFFFF;
	text-decoration: underline;
}
#content a:hover {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 95%;
	color: #7A4E34;
	border-top : 1px dotted;
	border-bottom: 1px dotted;
	background-color: #E6EEEE;
}
#content a:active {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 95%;
	color: #7A4E34;
	background: #FFFFFF;
	text-decoration: none;
}
/* Menu area */
#menu {
	border-width: 3px;
	border-style: solid;
	border-color: #3971A8;
	margin: 1px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	width: 175px;
	font-size: 95%;
	vertical-align: top;
	text-align: center;
}
#menu p {
	padding: 5px 0 0px 0px;
}
#menu a:link {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 95%;
	color: #202020;
	background: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 95%;
	color: #202020;
	background: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 95%;
	color: #202020;
	background: #FFFFFF;
	border-top : 1px dotted;
	border-bottom: 1px dotted;
}
#menu a:active {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 95%;
	color: #202020;
	background: #FFFFFF;
	text-decoration: none;
}
.centeralign {
	border-width: 0px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0px 5px 0px 1px;
	text-align: left;
}
#menu li {
	padding: 2px 0px 3px 1px;
	text-align: left;
	list-style: none;
}
/* Copyright under footer */
#copyright {
	text-align: center;
	color: #202020;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 90%;
}
#copyright a:link {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 90%;
	color: #202020;
	background: none;
	text-decoration: none;
}
#copyright a:visited {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 90%;
	color: #202020;
	background: none;
	text-decoration: none;
}
#copyright a:hover {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 90%;
	color: #202020;
	background: none;
	border-top : 1px dotted;
	border-bottom: 1px dotted;
}
#copyright a:active {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 90%;
	color: #202020;
	background: none;
	text-decoration: none;
}
div.hr {
	height: 5px;
	background: url('../images/wp-divider.jpg') repeat scroll center;
}
div.hr hr {
	display: none;
}
table.triple {
	table-align: center;
	border-width: 0px;
	padding: 2px;
	border-style: solid;
	border-spacing: 1px;
	border-color: #0D527A;
	border-collapse: separate;
	background-color: white;
}
table.triple th {
	align: center;
	border-width: 2px;
	padding: 2px;
	border-style: solid;
	border-color: #0D527A;
	background-color: white;
	-moz-border-radius: ;
}
table.triple td {
	text-align: center;
	font-weight: bold;
	border-width: 2px;
	padding: 10px;
	border-style: solid;
	border-color: #0D527A;
	background-color: white;
	-moz-border-radius: ;
}
table.schedule {
	table-align: center;
	font-size: 12px;
	border-width: 2px;
	border-spacing: ;
	border-style: solid;
	border-color: #0d527a;
	border-collapse: collapse;
	background-color: white;
}
table.schedule th {
	font-weight: bold, italic;
	text-align: center;
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: #0d527a;
	background-color: white;
	-moz-border-radius: ;
}
table.schedule td {
	text-align: center;
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: #0d527a;
	background-color: white;
	-moz-border-radius: ;
}
table.double {
	table-align: float center;
	table-width; 80%;
	border-width: 2px;
	cell-padding: 8px;
	border-style: solid;
	border-spacing: 2px;
	border-color: #0D527A;
	border-collapse: separate;
	background-color: white;
}