.ltbluback {
	background-color: #73C0E6;
}
.whiteback {
	background-color: White;
}
.steelbluback {
	background-color: #2B67A4;
}
body {
	background-color: #b5e0f4;
	margin-top: 0px;
	margin-bottom: 0px;
}

.contentheader {
	background-color: #74A6DC;
	color: Navy;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 1.2em;
}
.content {
	border-left: 1px;
	border-left-color: #74A6DC;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #74A6DC;
	border-right-style: solid;
}
blockquote p {
	color: #003737;
	font-family: "Courier New", Courier, monospace;
}

.banner {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	color: White;
}

.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	font-weight: bold;
	color: Black;
}

.subbanner {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: White;

}
.thead {
	background: #074E79;
 	color: white;
   font-weight: bold;
}

.tbody {
	background: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: Black;
	border-left-style: solid;
	border-left-color: #074E79;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #074E79;
	border-right-width: 2px;
}

.tbody2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #074E79;
	padding: 2px;
	text-align: center;
}

.emphasis {
	background: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #B22222;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #545454;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #2b67a4;
	font-weight: bold;
	font-style: italic;
	line-height: 4px;	
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #2b67a4;
	font-weight: bold;
	font-style: italic;
}

