* {margin: 0px; padding: 0px;}
body {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	margin: 20px 50px;
	text-align: center;
}
h1 {
	color: #000000;
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
}
h2 {
	font-size: 20px;
	color: #404040;
	font-weight: normal;
	margin: 12px 0 0 0;
}
h3 {
	font-size: 11px;
	color: #000000;
	margin: 12px 0 -12px 0;
}
.indent {
	margin: 0px 0px 12px 40px;
}
.captions {
	font-size: 9px;
	padding: 5px 0;
	color: #808080;
	font-style: italic;
	font-weight: bold;
}
p {
	margin: 12px 0 0 0;
}
h3 {
	font-size: 20px;
}
h4 {
	font-weight: bold;
	margin: 12px 0 -12px 0;
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
.subHead {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	font-style: italic;
	margin: 24px 0 0 0;
}
.content {
	text-align: left;
	padding: 12px 12px 50px;
}
select {
	width: 100%;
	margin: 0 0 24px 0;
	border: none;
	background: #000;
	height: 20px;
	color: #FFF;
	font: 12px "Courier New", Courier, monospace;
}
option {
	margin: 0px;
	padding: 0 10px;
}
#contact {
font: normal 11px  ;
font-size: 13px;
	text-align: right;
	margin: 0 auto 24px auto;
	float: right;
}
img {
	border: none;
}
#logo {
	float: left;
	margin: 30px 0 0 0;
}
#top {
	overflow: auto;
}
a:link {
	text-decoration: none;
	color: #339999;
}
a:hover {
	text-decoration: underline;
}

.imgHolder {
	float: left;
	margin: 0 12px 0 0;
}
.imgContainer {
	float: left;
	width: 100%;
	padding: 0 0 12px 0;
}
.heading {
	padding: 5px;
	background-color: #000;
	text-align: left;
	float: left;
	color: #CCC;
	clear: right;
	margin: 0 0 1px 0;
	font-weight: bold;
}
