@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4891dc;
	text-align: center;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	color: #F36E21;
}
table {
	border-collapse: collapse;
}

th {
	font-weight: bold;
	text-align: center;
}

td, th {
  border: 1px dotted #F36E21;
  padding: .4em;
}
th{
	color: #F36E21;
	font-weight: bold;
	text-align: left;
}
p, li, td {
	line-height: 18px;
}
ul {
	list-style: square;
}
li {
	padding: 2px;
}
a:link {
	color: #F36E21;
	text-decoration: none;
}
a:visited {
	color: #F36E21;
	text-decoration: none;
}
a:active {
	color: #F36E21;
	text-decoration: none;
}
a:hover {
	color: #F36E21;
	text-decoration: underline;
}
#PageContainer{
	width: 900px;
	margin: 0 auto;
}

#Main {
	margin: 30px auto 0 auto;
	width: 900px;
	background-color:#FFFFFF;
	border: 4px solid black;
	text-align: left;
}
#Left {
	float: left;
	width: 328px;
	text-align: center;
	padding: 15px;
}
#Left a:link, #Left a:visited, #Left a:active, #Left a:hover {
	color: #4891dc;
}
#Right {
	float: right;
	width: 520px;
}
#Footer {
	color:#FFFFFF;
	margin: 10px 0px 0px 10px;
	font-size: 10px;
}
#Footer a:link, #Footer a:visited, #Footer a:active, #Footer a:hover {
	color: #FFFFFF;
}
.Right-Content {
	padding: 15px;
}
.Clear {
	clear: both;
}
.Callout {
	background-color: #F36E21;
	color: #FFFFFF;
	padding: 15px;
	font-size: 18px;
}
.Callout a:link, .Callout a:visited, .Callout a:active, .Callout a:hover {
	color: #FFFFFF;
}
.OfficerName {
	font-size: 14px;
	font-weight: bold;
	color: #4891dc;
}
.Message {
	background-color: #FFFF99;
	border: 1px solid #000000;
	font-size: 11px;
	padding: 3px;
}
.Message h1 {
	font-size: 14px;
	margin: 0;
}
.Message p {
	line-height: normal;
	margin: 0;
}
.Image-Bordered {
	border: 1px solid black;
}
.Image-Caption {
	font-size: 10px;
}