﻿@import url(stylesheet.css);

.main_table {
	width: 800px;
	border: 0;
	margin: 0 auto;
	border-spacing: 0;
	padding: 0;
	background-color: white;
}

.mfsea_section {
	padding-left: 4px;
	font-size: 12pt;
	font-weight: bolder;
	color: #00764a;
}

.main_logo_header {
	margin: 0;
	padding: 0 0 10px 0;
	border-spacing: 0;
	border: 0;
	border-bottom: 1px solid #00764a;
	width: 100%;
}

.main_logo_header td {
	vertical-align: bottom;
}

.main_logo_header img {
	margin: 4px;
	border: 0;
}

.main_contact {
	border: 0;
	margin: 0;
	padding-left: 25px;
}

.sponsor {
	width: 190px;
	color: #24825e; 
	font-weight: bold; 
	text-align: right;
	margin-bottom: 10px;
}

.sponsor a {
	color: black;
	text-decoration: none;
}

.sponsor img {
	float: right;
	margin: 0 15px 0 12px;
	border: 0;
}

.strapline {
	background-color: black;
	color: white;
	font-size: 12pt;
	font-weight: bold;
}

.md_quote {
	padding: 4px;
	font-size: 95%;
	font-style: italic;
}

.site_section {
	padding: 6px;
	margin: 20px 10px;
	/*border: 1px solid #000076;
	color: #000076;
	background-color: #b7ddcf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

.site_section:hover {
	/*background-color: #ddd;*/
}

.site_section_2 {
	padding: 6px 6px 12px 6px;
	margin: 20px 10px;
	/*border: 1px solid #000076;
	color: #000;
	background-color: #80bba5;*/
	border-bottom: 1px solid #00764a;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

.site_section_2:hover {
	/*background-color: #ddd;*/
}

.section_title {
	font-size: 14pt;
	/*font-weight: bolder;*/
	color: #00764a;
}
.section_title a {
	font-family: helvetica, sans-serif;
	color: #00764a;
	letter-spacing: -1px;
}

.section_title a strong {
	font-size: 15pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0;
}

.section_link a {
	font-weight: bold;
	text-decoration: none;
	color: #00764a;
}

.section_link a:hover {
	text-decoration: underline;
	/*color: #b30041;*/
}

#logo_links a img {
	border: 1px solid white;
	padding: 4px;
}

#logo_links a img:hover {
	border: 1px solid red;
}
