@import url(public-20230927.css);
/* Global Styles */

body {
	margin: 20px;
	background: url(../images/new-page-background.jpg);
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#000000;
}

td {
	vertical-align: top;
}

p, td, li {
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#000000;
}

.bodyText {
	line-height: 20px;
}

a:link    { color: #1355a1; font-weight: bold; text-decoration: none;}
a:visited { color: #153A7A; font-weight: bold; text-decoration: none;}
a:hover   { color: #e69917; font-weight: bold; text-decoration: none;}
a:active  { color: #e69917; font-weight: bold; text-decoration: none;}
	
h1 {
	color: #05457c;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
h2 {
	color: #3d89cd;
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

h4 {
	color: #0000a0;
	font-size: 11pt;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

/* Class Styles */

#main {
	width: 970px;
	margin: 0 auto;
	background: url(../images/new-background-header.jpg) repeat-y;
}

#header {
	width: 970px;
	height: 190px;
	text-align: left;
}

#logo {
	float: left;
	width: 200px;
	height: 190px;
	padding: 0; 
	margin: 0 0 0 5px;
}

a.btnMoreInfo {
	padding: 10px;
	background-color: #05457c;
	color: #ffffff;
	text-transform: uppercase;
}

a.btnMoreInfo:hover {
	background-color: #79a912;
	color: #000000;
}

.calendarText {
	font:11px arial;
	line-height:14px;
	color:#000000;
}

.caption {
	font-size: 12px;
	font-weight: bold;
}

.caption2 {
	font-size: 11px;
}

.captionImageCenter {
	text-align: center;
	margin: 10px;
}

.captionImageLeft {
	float: left;
	margin: 10px;
}

.captionImageRight {
	float: right;
	margin: 10px;
}

.imageleft {
	margin: 5px 10px 0 0;
	float: left;
}

.imageright {
	margin: 5px 0 0 10px;
	float: right;
}

.error {
	font-size: 15px;
	color: #9b0004;
	font-weight: bold;
}

.sold {
	color: #9b0004;
	text-decoration: line-through;
}

.formLabelLeft {
	color: #00529C;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}

.formLabelLeftRequired {
	color: #9b0004;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}

.formLabelRight {
	color: #00529C;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
}

.formLabelRightRequired {
	color: #9b0004;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
}

.formInstruct {
	font-size: 8pt;
	font-style: italic;
}

.labelRight {
	color: #0000a0;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

.linkSmall {
	font-size: 8pt;
}

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
}

.navRow {
	background-color: #00529C;
}

.number {
	text-align: right;
}

a.navText, .navText, a.navText:active, a.navText:link, a.navText:visited {
	font-size:11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #ffffff;
	font-weight: bold;
	letter-spacing:.1em;
	text-transform: uppercase;
	text-decoration:none;
	vertical-align: middle;
}

a.navText:hover {
	color: #FBE966;
	text-decoration:underline;
}

.sidebarText {
	font:12px georgia;
	color: #00529C;
	line-height:18px;
	padding:20px 5px 20px 5px;
}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
}

.tableHeader {
	background-color: #00529C;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.tableHeader a {
	color: #ffffff;
}

.row1 {
	background-color: #cccccc;
}

.row1Header {
	background-color: #fbe966;
	vertical-align: top;
	font-weight: bold;
}

.row2 {
	background-color: #aaaaaa;
}

.row2Header {
	background-color: #f9db06;
	vertical-align: top;
	font-weight: bold;
}