/* CSS Document */

body {
	background-color: #02596C;
	font-family: arial,verdana,sans;
	font-size: 9pt;
	margin: 0px;
}

p, ul, ol, dl, blockquote {
	font-family: arial,verdana,sans;
	font-size: 9pt;
	color: #000000;
}

h1 {
	font-family: arial,verdana,sans;
	font-size: 12pt;
	color: #58AEC8;
}

.lightbluetext {
	color: #58AEC8;
}



.tealtext {
	font-size: 8pt;
	color: #02596C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.smalltext {
	font-size: 8pt;
	color: #000000;
}

.footer {
	font-size: 8pt;
	color: #074984;
}

.lightbluebg {
	background-color: #58AEC8;
}

.nav_bg {
	background-image: url(images/bg_fish.gif);
	background-repeat: no-repeat;
	background-position: 0px 139px;
}

a:link {
	color: #0066CC;
}

a:visited {
	color: #009933;
}

a:hover {
	color: #009933;
}

a.menu:link {
	color: #0066CC;
	font-size: 8pt;
	text-decoration: none;
}

a.menu:visited {
	color: #009933;
	font-size: 8pt;
	text-decoration: none;
}

a.menu:hover {
	color: #009933;
	font-size: 8pt;
	text-decoration: none;
}


a.smalllink:link {
	color: #0066CC;
	font-size: 8pt;
	text-decoration: none;
}

a.smalllink:visited {
	color: #009933;
	font-size: 8pt;
	text-decoration: none;
}

a.smalllink:hover {
	color: #009933;
	font-size: 8pt;
	text-decoration: none;
}
.mediumbluetext {

	color: #378EA8;
}
.img_mrg {
	margin-right: 8px;
}
.red_closed {
	font-weight: bold;
	background-color: #C00;
	color: #FFFFFF;
	padding: 5px;
	width: 250px;
	display: block;
	text-align: center;
	font-size: 16px;
}
.green_open {
	font-weight: bold;
	background-color: #009900;
	color: #FFFFFF;
	padding: 5px;
	width: 250px;
	display: block;
	text-align: center;
	font-size: 16px;
}
.title_bold_black {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
.title_bold_red {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
	color: #C00;
}
.text_underline {
	text-decoration: underline;
}
.text_bold {
	font-weight: bold;
}
#home_content {
	width: 414px;
}
.img_border_right {
	border: 4px solid #000;
	float: left;
	margin-left: 40px;
}
#clear {
	clear: both;
}
.left_column {
	float: left;
}
.img_left_margin_border {
	border: 3px solid #000;
	float: left;
	margin-right: 15px;
}
.content {
	margin-right: 10px;
	padding-top: 5px;
}
