body {
	margin-top: 0px;
	background-color: #184655;
}

P {
	FONT-SIZE: 13px;
	COLOR: Black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding-left: 8px;
	text-align:left;
	line-height: 15px;
}

.news {
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 18px;
	padding-left: 15px;
	padding-right: 10px;
}
.left {
	FONT-SIZE: 16px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 19px;
	padding-left: 20px;
	padding-right: 10px;
}

.button_heading {
	FONT-SIZE: 24px;
	COLOR: #FA9A33;
	FONT-FAMILY: "Times New Roman", Times, serif;
	padding: 15px 5px 5px 20px;
	line-height: 24px;
}

H1 {
	FONT-SIZE: 24px;
	COLOR: #81B1CD;
	FONT-FAMILY: "Times New Roman", Times, serif;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fdba31;
	padding-left: 8px;
}
H2 {
	FONT-SIZE: 18px;
	COLOR: #FA9833;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-style : italic;
	padding-top: 0px;
}

H3 {
	FONT-SIZE: 20px;
	COLOR: #184655;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-left: 5px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #184655;
	padding-bottom: 5px;
}

H4 {
	FONT-SIZE: 7px;
	COLOR: #F1C330;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style : italic;
}

H5 {
	FONT-SIZE: 9px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 30px;
}

H6 {
	FONT-SIZE: 16px;
	COLOR: #81B1CD;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding-left: 8px;
	text-align:left;
	line-height:8pt;

}

OL {
	FONT-SIZE: 10px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

UL {
	FONT-SIZE: 14px;
	COLOR: #164756;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	list-style-type: square;
	line-height: 16px;
}

.navigation:link, .navigation:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #81b1cd;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 50px;
	background-position: center center;
	float: left;
	background-image: url(images/button.gif);
	width: 145px;
	margin-left: 10px;
	background-repeat: no-repeat;
	font-weight: bold;
}

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #81b1cd;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 50px;
	background-position: center center;
	float: left;
	background-image: url(images/button_up.gif);
	width: 145px;
	margin-left: 10px;
	background-repeat: no-repeat;
	font-weight: bold;
}

.sub_navigation:link, .sub_navigation:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 150px;
	padding: 6px;
	line-height: 16px;
	margin-top: 12px;
	margin-bottom: 6px;
	margin-left: 20px;
	border: 1px double #FDBA31;
}

.sub_navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 150px;
	padding: 6px;
	line-height: 16px;
	margin-top: 12px;
	margin-bottom: 6px;
	margin-left: 20px;
	border: 1px double #FDBA31;
	background-color: #76A2BC;
}

.footer {
	FONT-SIZE: 10px;
	COLOR: #CCCCCC;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 30px;
}

A:link {
	COLOR: #527589;
	TEXT-DECORATION: underline;
}

A:visited {
	COLOR: #0000FF;
	TEXT-DECORATION: underline;
}

A:active {
	COLOR: #527589;
	TEXT-DECORATION: underline;
}

A:hover {
	COLOR: #333333;
	TEXT-DECORATION: underline;
}

