body {
	background-color: #1C3A70;
	margin: 5px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 12px;
}
p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 0em;
	margin-bottom: 0.5em;
	color: #1C3A70;
}
a {
	color: #1C3A70;
}
ul {
	margin-top: 0.5em;
	color: #1C3A70;
}
td {
	color: #1C3A70;
}
input,select{
	color: #1C3A70;
}
.tablewhite {
	background-color: #FFFFFF;
}
.tableyellow {
	background-color: #F7D000;
}
.tabletan {
	background-color: #FFFDB4;
}
h1 {
	font-size: 20px;
	color: #1C3A70;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 18px;
	color: #1C3A70;
	margin: 0px;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 16px;
	color: #1C3A70;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 16px;
	color: #1C3A70;
	margin-bottom: 0.5em;
}
h5 {
	font-size: 15px;
	color: #1C3A70;
	margin-bottom: 0.5em;
}
h6 {
	font-size: 14px;
	color: #1C3A70;
	margin-bottom: 0.5em;
}
.headerspacing {
	margin: 0px;
	line-height: 1.2em;
}
.footer1 {
	font-size: 12px;
	color: #1C3A70;
}
.footer2 {
	font-size: 10px;
	color: #1C3A70;
}
.spacedcell {
	padding: 20px;
	vertical-align: top;
}
.spacedcellsmaller {
	padding: 10px;
}
.tablepaddingtop {
	padding-top: 10px;
}
.tablepaddingbottom {
	padding-bottom: 10px;
}
.tablepaddingleft {
	padding-left: 10px;
}
.tablepaddingright {
	padding-right: 10px;
}
.center {
	text-align: center;
}
.whitelink, .whitelink:link, .whitelink:active, .whitelink:visited {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.footertext {
	color: #FFFFFF;
	font-size: 9px;
}
.imageborder {
	padding: 10px;
}
.make_visible {
}
.make_invisible {
	display: none;
}
.footer_text {
	color: #6B92DA;
}
.devNote {
	border: 3px solid red;
	background-color: red;
}
/* find us */
.majorRegion {
	background-color:#EBF1F1;
	padding: 10px;
}
.majorRegion a, .majorRegion a:visited {
/*	text-decoration: none;*/
}
.majorRegion h3 {
	margin-top: 0px;
	text-transform: uppercase;
}
.minorRegion {
	background-color: white;
	border-bottom: 1px solid #EBF1F1;
	padding: 10px;
}
.minorRegion h4 {
	margin-top: 0px;
	font-weight: normal;
	color: #1C3A70;
	font-size: 16px;
/*	border-bottom: 1px solid #EBF1F1;
	padding-bottom: 5px;*/
}
.minorRegion h5 {
	margin-top: 0px;
	font-weight: normal;
	color: #1C3A70;
	font-size: 13px;
/*	border-bottom: 1px solid #EBF1F1;
	padding-bottom: 5px;*/
}
.minorRegion table {
/*	background-color:#C0C0C0;*/
	margin-bottom: 15px;
	border: 2px dotted #EBF1F1;
	padding: 5px;
}
.backToTop {
	text-align: right;
	font-size: 0.9em;
}