﻿body {
	background: #3b9c9c;
	color: #666666;
	font: 10pt Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
a:link, body_alink
{
	color: #3b9c9c;
}
a:visited, body_avisited
{
	color: #3b9c9c;
}
a:hover, a:active, body_ahover
{
	color: #666666;
}
em {
	font-family: "Palatino Linotype";
	font-size: 11pt;
}

.content {
	padding: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
.evenrow {
	font-size: 11px;
	background-color: #fbf0cb;
}
.footer {
	font-size: 9px;
	color: #ffffff;
	background: #3b9c9c;
	padding: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;

}
.footer a:link, .footer_alink, .footer a:visited, .footer_avisited, .footer a:hover, .footer a:active, .footer_ahover {
	color: #f6e6b0;
	text-decoration: underline;
}
.header {
	background: #ffffff url('images/sc_header.png');
	background-position: top center;
	border-bottom: 1px #3b9c9c solid;
}
.heading {
	font-family: Georgia;
	font-size: 20pt;
	font-style: italic;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #3b9c9c;
	border-bottom-style: solid;
	border-bottom-color: #3b9c9c;
	border-bottom-width: 1px;
}
.info {
	border-top: 1px #3b9c9c solid;
	font-size: 11px;
	color: #3b9c9c;
	background: #f6e6b0;
	padding: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.info a:link, .info_alink, .info a:visited, .info_avisited, .info a:hover, .info a:active, .info_ahover {
	color: #3b9c9c;
	text-decoration: underline;
}
.oddrow {
	font-size: 11px;
	background-color: #ffffff;
}
.sbar_links {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-position: outside;
	color: #3b9c9c;
}
.sbar_links a:link, .sbar_links_alink, .sbar_links a:visited, .sbar_links_avisited, .sbar_links a:hover, .sbar_links a:active, .sbar_links_ahover {
	color: #3b9c9c;
	text-decoration: underline;
}
.sbar_linkshead {
	font: italic normal bold 12pt Georgia;
	color: #ffffff;
	text-align: center;
	background: #3b9c9c;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #eece60;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sbar_logo {
	margin-bottom: 25px;
}
.sidebar {
	border-right: 1px #3b9c9c solid;
	background: #f6e6b0 url('images/sbarbkgd.jpg') repeat-x;
}
.smallfont {
	font-size: 11px;
}
.subheading {
	border-bottom: 1px #eece60 solid;
	font: italic 13pt georgia;
	color: #3b9c9c;
	margin-top: 10px;
	margin-bottom: 10px;
}

#container {
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ffffff;
	border-width: 0px 1px;
	min-width: 800px;
}

