BODY {
	background-color : white;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 10px;
	margin-bottom : 0px;
}

.bluebkg {
	background-color : #E3EAED;
	margin-top : 0px;
	margin-left : -5px;
	padding-left : 10px;
	padding-top : 0;
	border-top : 2px solid #778899;
	border-left : 0;
	border-right : 0;
	border-bottom : 1px solid #778899;
	margin-right : -10px;
	clear : both;
}

.darkbluebkg {
	background-color : #354D6E;
	margin-top : 0px;
	margin-left : -5px;
	padding-left : 10px;
	padding-top : 0;
	border-left : 0;
	border-right : 0;
	border-bottom : 1px solid #778899;
	margin-right : -10px;
	clear : both;
}

.rustbkg {
	background-color : #F1E6E0;
	margin-top : 0px;
	margin-left : 0px;
	padding-left : 5px;
	border : 0;
}

.greenbkg {
	background-color : #efeee3;
	margin-top : 0px;
	margin-left : 0px;
	padding-left : 5px;
	border : 0;
}

.goldbkg {
	background-color : #F8E8B6;
	margin-top : 0px;
	margin-left : 0px;
	padding-left : 5px;
	border : 0;
}


.whitebkg {
	background-color : White;
	margin-top : 0px;
	margin-left : 0px;
	padding-left : 0px;
	border : 0;
}

.footer {
	font-size : 11px;
	font-variant : normal;
	color : #1C5B8E;
	font-weight : normal;
	text-align : center;
	margin-bottom: 5px;
	text-indent : 0px;
	margin-top : 1px;
	line-height : 135%;
}

.greenfooter {
	background-color : #efeee3;
	margin-top : 0px;
	margin-left : -5px;
	padding-left : 10px;
	padding-top : 0;
	border-top : 2px solid #216340;
	border-left : 0;
	border-right : 0;
	border-bottom : 1px solid #216340;
	margin-right : -10px;
	clear : both;
}


H1, H2, H3, H4, H5, P, OL, UL, TABLE {
	font-family : Verdana, sans-serif;
}

H1 {
	font-size : 26px;
	font-weight : 700;
	color : #354D6E;
	line-height : 28px;
}

H2 {
	font-size : 20px;
	font-weight : 650;
	color : #8A3C28;
	line-height : 24px;
}

H3 {
	font-size : 16px;
	font-weight : 700;
	color : #a2711d	;
	font-variant : small-caps;
}

.Menu1 {
	font-size : 12px;
	color : #1C5B8E;
	font-weight : normal;
	padding : 3px 3px 3px 3px;
	width : 135px;
	background-color : White;
}

H4 {
	font-size : 13px;
	font-style: italic;
}

H5 {
	font-style : normal;
	font-size : 10px;
	color : #354d57;
	background-color : transparent;
	text-align : left;
	text-decoration : none;
	line-height : 14px;
}

P {
	font-style : normal;
	font-size : 13px;
	color : #354d57;
	background-color : transparent;
	line-height: 125%;
	text-align : left;
	text-indent : 25px;
	text-decoration : none;
}

.sup {
	font-size : 8px;
	line-height: 16px
}

.no-indent {
	text-indent: 0px
}

.margin {
	margin-bottom : -17px;
}
/* Margin class removes space below paragraph */

OL, UL, TABLE {
	font-size : 13px;
	line-height : 135%;
	color : #354d57;
	border : 0px none;
}

HR {
	color : #b8743e;
	margin-left : 20px;
	margin-right : 20px;
}

.HR2 {
	color : #658fa2;
	margin-left : 100px;
	margin-right : 100px;
}

.HR3 {
	color : #ffe188;
	margin-left : 50px;
	margin-right : 50px;
	clear : both;
}


.bbit {
	font-style : italic;
	font-weight : bold;
	color : Black;
}

A {
	text-decoration : none;
	border: 1px solid #efeee3;
}

.submenustart {
	background-color: #778899;
	border: none;
	text-indent : 15px;
	color : #354d57;
	font-weight : bold;
	margin-top : -17px;
	margin-bottom : -17px;
}

.submenu {
	border: none;
	color : #354d57;
	font-weight : bold;
	text-indent : 0px;
	text-align : left;
}

A:HOVER {
	background-color : #efeee3;
	border : 1px solid #658FA2;
}

A:VISITED {
	color : #1C5B8E;
}

