@charset "utf-8";
/* CSS Document */


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	margin: 0 5%;
}
.navigation  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #1155B8;
	line-height: 60px;
	text-decoration: none;
	display: inline;
	padding: 0 20px 0 15px;
}
.navigation:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	text-decoration: none;
	display: inline;
	padding: 0 20px 0 15px;
}
.navigationServices  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #1155B8;
	line-height: 14px;
	text-decoration: none;
	display:block;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #999999;
}
.navigationServices:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
	text-decoration: none;
	display:block;
	padding: 10px 0 10px 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5%;
	margin-right: 5%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5%;
	margin-right: 5%;
}
h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	text-decoration:underline;
	color: #0066CC;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5%;
	margin-right: 5%;
}
li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 5%;
	margin-right: 5%;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
