body {
	background-color: #B9D8CD;
	margin: 0;
}

p, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 15px;
}

a, a:link, a:visited {
	color: #C2510F;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #999;
}

a.hot, a:link.hot, a:visited.hot {
	text-decoration: none;
	font-weight: bold;
}

.whitecell {
	background-color: #FFF;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 20px;
	color: #006F7A;
}

h1.red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 20px;
	color: #C2510F;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #3e848f;
}

h2.dark {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #006F7A;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #3e848f;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 4px;
	color: #3e848f;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 2px;
	color: #3e848f;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 3px;
	color: #999;
}

h6 a:link {
	color: #999;
}

.videotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3e848f;
	padding: 0 0 2px 0;
}

.videotext a {
	color: #C2510F;
	}
	
.videotext a:hover {
	color: #999;
	}
	
.red a {
	color: #C2510F;
}
	
.news {
	padding: 15px 5px 5px 15px;
}

.anote {
	font-size: 10px;
	color: #000;
	font-weight: normal;
}

.copywrite {
	font-size: 10px;
	color: #74B29B;
	font-weight: normal;
}

.utility {
	color: #006F7A;
	text-align: center;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #74B29B;
}

.utilitytext {
	font-size: 10px;
	color: #006F7A;
	font-weight: normal;
}

a.utilitytext, a.utilitytext:link, a.utilitytext:visited {
	color: #006F7A;
	text-decoration: none;
	font-weight: normal;
}

a.utilitytext:hover {
	color: #006F7A;
	text-decoration: underline;
	font-weight: normal;
}
	
strong, b {
	font-weight: bold;
}

.content {
	padding: 30px 15px 15px 15px;
}

.subnav {
	padding: 3px 15px 3px 10px;
	background-color: #006F7A;
	font-size: 11px;
	color: #FFF;
}

.subnavtext {
	font-size: 11px;
	color: #FFF;
}

a.subnavtext, a.subnavtext:link, a.subnavtext:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

a.subnavtext:hover {
	color: #FFF;
	text-decoration: underline;
}

.sidebar {
	padding: 5px 10px 5px 10px;
	background-color: #74B29B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFF;
}

.sidebarcopy {
	padding: 5px 15px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #74B29B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #74B29B;
}

.photoleft {
	background-position: left top;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.alignright {
	margin: 0 0 5px 10px;
	display: inline;
	}

img.alignleft {
	margin: 5px 10px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
	
a img, :link img, :visited img { border: none; }
/* End Images */