@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(graphics/ocean_clouds_optimized.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #274c5c;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #274c5c;
}
img {
	border-width: 0;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
#wrap { 
	position:relative; 
	width:830px; 
	margin: 15px auto; 
}
#header {
	height:100px;
	width: 800px;
}
#logoDiv {
	position:absolute;
	left:80px;
	top:5px;
	height: 91px;
	width: 192px;
}
#headlineDiv {
	position:absolute;
	left:314px;
	top:40px;
	height: 22px;
	width: 393px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: right;
	color: #274c5c;
}
#message_div {
	position:absolute;
	left:32px;
	top:42px;
	width:740px;
	height:19px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#mainDiv {
	position:absolute;
	top: 100px;
	width:800px;
	height:453px;
}
#top_frame {
	height: 32px;
	width: 800px;
	background: url(graphics/top_frame.gif) top left;
}
#between_frame {
	height: 248px;
	width: 800px;
	background: url(graphics/between_frame.gif) repeat-y top left;
}
#bottom_frame {
	height: 170px;
	width: 800px;
	background: url(graphics/bottom_frame.gif) top left;
	vertical-align: bottom;
}
#bigPic {
	position:absolute;
	left:32px;
	top:66px;
	width:415px;
	height:360px;
}
#contentDiv {
	position:absolute;
	left:33px;
	top:40px;
	width:622px;
	height:auto;
	z-index:1;
	color: #333333;
}
#button1 {
	position:absolute;
	left:471px;
	top:67px;
	height: 75px;
	width: 300px;
}
#button2 {
	position:absolute;
	left:471px;
	top:162px;
	height: 75px;
	width: 300px;
}
#button3 {
	position:absolute;
	left:471px;
	top:255px;
	height: 75px;
	width: 300px;
}
#button4 {
	position:absolute;
	left:471px;
	top:350px;
	height: 75px;
	width: 300px;
}
#topLinks {
	position:absolute;
	width:742px;
	height:22px;
	left: 32px;
	top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	border-bottom: 1px white solid;
}
#footerDiv {
	position:absolute;
	left:5px;
	top:557px;
	width:780px;
	height:36px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #274c5c;
}
#sidePic {
	position:absolute;
	left:683px;
	top:46px;
	width:90px;
	height:630px;
	z-index:1;
}
#scheduleTable {
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table a {
	color: #274C5C;
}
td.belly {
	background-color: #CC6600;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.belly a {
	color: #FFFFFF;
}
#emailTable {
	background-color: none;
	text-align: left;
}
td.email {
	background-color: none;
}
.homeLink {
	font-weight: bold;
}.imgFloat {
	float: right;
	padding-left: 5px;
}
.imgFloatLeft {
	float: left;
	padding: 5;
	padding-right: 10px;
}
