@charset "utf-8";


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1 {
	color: #043288;
	font-size: 35px;
	margin-top: 0px;
	text-shadow: 2px 2px 2px #999;
}
h2 {
	color: #043288;
	font-size: 20px;
}
.div1 {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height: 120px;
}
.div1Title {
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 40px;
	color: #043288;
}
.div1Contact {
	float:right;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #043288;
	border-bottom-color: #043288;
	border-left-color: #043288;
	margin-right: 50px;
	font-size: 22px;
	padding: 10px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #C1E0FF;
}
.div2 {
	display:none;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color: #043288;
	height: 40px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.div3 {
	display:none;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height: 140px;
}
.div4 {
	display:none;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color: #043288;
	height: 40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C1E0FF;
}
.div4 ul {
	list-style:none;
	margin-top:0px;
	padding-top:8px;
	text-align:right;
}
.div4 li {
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	margin-right:40px;
	font-size: 16px;
	font-weight: bold;
}
.div4 li a:link, .div4 li a:visited, .div4 li a:active {
	color:#FFF;
	text-decoration: none;
}
.div4 li a:hover {
	color:#C1E0FF;
}
.div5 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #F5F5F5;
	padding-bottom: 30px;
	padding-top: 30px;
}
.div5LeftTop {
	width:240px; 
	height:25px; 
	background-color:#107B52;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#069'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#069)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #000,  #069); /* for firefox 3.6+ */
}
.div5LeftBottom {
	width:240px; 
	height:25px; 
	background-color:#107B52;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#069', endColorstr='#000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#069), to(#000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #069,  #000); /* for firefox 3.6+ */
}
.div5Left {
	display:none;
	width: 250px;
	float: left;
	margin-left: 10px;
}
.div5Left ul {
	width: 240px;
	list-style: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
.div5Left ul li {
	width: 240px;
	text-decoration: none;
	margin: 0px;
	padding-right: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #069;
	padding-left: 0px;
	height: 25px;
}
.div5Left ul li a, .div5Left ul li a:link, .div5Left ul li a:active, .div5Left ul li a:visited {
	display: block;
	width:220px;
	height: 25px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.div5Left ul li a:hover {
	background-color:#069;
	color: #fff;
}
.div5LeftNavBorder {
	border-top:solid; 
	border-top-width:2px; 
	border-top-color:#043288;
}
.div5Right {
	margin-left: 0px;
	margin-right: 0px;
}
.div5RightFront {
	margin-left: 0px;
	margin-right: 0px;
	width:100%;
}
.div5RightIntros {
	font-size:18px;
	color:#666;
}
.div5RightForm {
	width:360px;
	margin-left:auto;
	margin-right:auto;
	background-color: #C1E0FF;
	height: 450px;
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C1E0FF', endColorstr='#003366'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#C1E0FF), to(#003366)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #C1E0FF,  #003366); /* for firefox 3.6+ */
}
.div5RightGallery {
	float:left;
	width: 350px;
	height: 270px;
	text-align: center;
}
.div6 {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.div7 {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color: #043288;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C1E0FF;
}
.div7 a:link, .div7 a:hover, .div7 a:active, .div7 a:visited {
	color:#FFF;
}
.div8 {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color: #043288;
	height: 40px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.dontPrint {
	display:none;
}