body {
	margin: 0px;
	background: #FFFFFF;
	text-align: left;
	font-family: "Georgia";
	font-style: normal;
	font-size: 12pt;
	color: #000000;

}

#container {
	width: 760px;
	margin: 2px auto;
	background: #0E6B96;
}

#toplogo {
	padding: 0px;
	text-align: left;
}

#leftcol ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-decoration: none;
	color: #EEEEEE;
}

#leftcol li a,
#leftcol li a:link {
	padding: 10px 8px 5px 6px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-decoration: none;
	font-stretch: narrower;
	line-height: 22px;
	color: #FFFFFF;
	width: 150px;
}

#leftcol li a:hover,
#leftcol li a:active {
	padding: 10px 8px 5px 6px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-decoration: none;
	font-stretch: narrower;
	line-height: 22px;
	color: #000000;
	width: 150px;
}

#leftcol {
	float: left;
	background-color: #0E6B96;
	width: 161px;
}
	
#maincol {
	padding: 6px;
	background: #FFFFFF;
	min-height: 600px;
	margin-left: 161px;
}
	
#footer {
	clear: both;
	background: #106D96;
	font-family: "Georgia";
	font-style: normal;
	font-size: 12pt;
	color: #000000;
}

h1 {
	font-family: "Georgia";
	font-style: normal;
	font-size: 16px;
	padding-bottom: 6px;
	color: #0E6B96;
	font-weight: bold;
	border-bottom: 2px solid #0E6B96;
}

h2 {
	font-family: "Georgia";
	font-style: normal;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-family: "Georgia";
	font-style: normal;
	font-size: 16px;
	padding-bottom: 2px;
	color: #000000;
	font-weight: bold;
	border-bottom: 2px solid #000000;
}

.pagetitle {
	font-family: "Georgia";
	font-style: normal;
	font-size: 16pt;
	padding-bottom: 4px;
	color: #000000;
	font-weight: bold;
}

.indent {
	padding-left: 20px;
}

.fineprint {
	font-family: "Georgia";
	font-style: normal;
	font-size: 10pt;
	color: #000000;
}

.gallery {
	text-align: center;
	vertical-align: baseline;
	padding: 0px;
	margin-bottom: 6px;
	background: #555555;
	border: 2px solid #000000;
}

.btext {
	font-family: "Verdana";
	font-size: 10pt;
	font-style: normal;
	color: #000000;
}
	

a,
a:link,
a:hover,
a:visited,
mailto {
	font-family: "Georgia";
	font-weight: bold;
	font-size: 12px;
	color: #000096;
	text-decoration: underline;
}