@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #083e60;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #c2e1e6;
}
.oneColFixCtrHdr #container {
	width: 736px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.menu {
	width: 156px;
	background-color: #7bcad1;
	height: 484px;
	background-image: url(background3.jpg);
	background-repeat: no-repeat;
}
.bottom {
	background-color: #0E496C;
	height: 25px;
	width: 736px;
	background-image: url(bottom1.gif);
	background-repeat: no-repeat;
}
.content {
	background-color: #3F96C3;
	float: right;
	height: auto;
	width: 580px;
}
.contain {
	height: auto;
	width: auto;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #76B7CB;
}
.contain2 {
	background-color: #3F96C3;
	height: auto;
	width: auto;
	margin-top: 0px;
	padding-top: 0px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9dbdc8;
	padding-left: 51px;
	padding-top: 5px;
	text-decoration: none;
}
.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #9dbdc8;
}
.footer a:hover {
	color: #9dbdc8;
	text-decoration: none;
}
.footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #55A9D5;
	padding-top: 5px;
}
.footer3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.footer3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #083e60;
}
.footer3 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.menublock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 25px;
	width: 100%;
	color: #0C4C71;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.menublock a {
	color: #0C4C71;
	width: 100%;
	display: block;
	height: 18px;
	padding-top: 7px;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.menublock a:hover {
	color: #FFFFFF;
	background-color: #3F96C3;
	width: 100%;
	display: block;
	height: 18px;
	padding-top: 7px;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.menublock2 {
	font-size: 11px;
	color: #FFFFFF;
	width: 100%;
	display: block;
	height: 18px;
	padding-top: 7px;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7BCAD1;
}
.topnews {
	background-color: #C2E1E6;
	height: 100px;
	width: 736px;
	background-image: url(topnews.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 14px;
}
.xspace {
	background-color: #7bcad1;
	height: 110px;
	background-image: url(xline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	vertical-align: middle;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 35px;
}
.xspace2 {
	height: 70px;
	margin-top: 0px;
	vertical-align: middle;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 35px;
}
.xspace3 {
	background-color: #7bcad1;
	margin-top: 0px;
	padding-right: 0px;
}
.xspace4 {
	height: 45px;
	margin-top: 0px;
	vertical-align: middle;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 35px;
	background-image: url(xline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.xspace5 {
	height: 30px;
	margin-top: 0px;
	vertical-align: middle;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 29px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.xspace6 {
	height: 30px;
	margin-top: 0px;
	vertical-align: middle;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 35px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.topcontain {
	width: auto;
	background-color: #7bcad1;
	height: 110px;
	background-image: url(xline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	vertical-align: middle;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.middlecontain {
	width: 510px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	margin-top: 20px;
}
.middlecontain a{
	width: 510px;
	color: #083e60;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	margin-top: 20px;
	text-decoration: underline;
}
.middlecontain a:hover{
	width: 510px;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	margin-top: 20px;
	text-decoration: underline;
}
.middlecontain6 {
	width: 510px;
	background-color: #3F96C3;
	color: #CEF3FF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	padding-left: 0px;
	list-style-type: square;
	margin-left: 0px;
}
.middlecontain2 {
	width: 245px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	margin-top: 20px;
}
.middlecontain3 {
	width: 265px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 20px;
}
.middlecontain4 {
	width: 210px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 5px;
}
.middlecontain4 a{
	width: 210px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 5px;
	text-decoration: none;
	color: #083e60;
}
.middlecontain4 a:hover{
	width: 210px;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 5px;
	text-decoration: underline;
}
.middlecontain5 {
	width: 295px;
	color: #CEF3FF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 20px;
}
.middlecontain8 {
	width: 510px;
	color: #CEF3FF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;	
}
.middlecontain9 {
	width: 200px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	margin-top: 20px;
}
.middlecontain9 a{
	color: #083e60;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	margin-top: 20px;
	text-decoration: none;
}
.middlecontain9 a:hover{
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	margin-top: 20px;
	text-decoration: underline;
}
.topbanner {
	height: 220px;
	width: 736px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 10px;
	margin-top: 11px;
}
.news {
	color: #CEF3FF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal
	
}
.style1 {
	color: #FFFFFF;
	font-size: 22px;
}
.style4 {
	font-size: 18px;
}
.pays {
	margin-left: 3px;
}
.style5 {
	font-size: 18px;
}
.btn1 a{
	background-image: url(btn1_off.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 150px;
	display: block;
	padding: 0px;
	margin-bottom: 10px;
}
.btn1 a:hover{
	background-image: url(btn1_on.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 150px;
	display: block;
	padding-top: 0px;
}
.btn1s {
	background-image: url(btn1_on.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 150px;
	display: block;
	padding: 0px;
	margin-bottom: 10px;
}
.btn2 a{
	background-image: url(btn2_off.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 150px;
	display: block;
	padding-top: 0px;
	margin-bottom: 10px;
}
.btn2 a:hover{
	background-image: url(btn2_on.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 150px;
	display: block;
	padding-top: 0px;
}
.btn2s {
	background-image: url(btn2_on.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 150px;
	display: block;
	padding: 0px;
	margin-bottom: 10px;
}
.btn3 a{
	background-image: url(btn3_off.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 150px;
	display: block;
	padding-top: 0px;
	margin-bottom: 10px;
}
.btn3 a:hover{
	background-image: url(btn3_on.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 150px;
	display: block;
	padding-top: 0px;
}
.btn3s {
	background-image: url(btn3_on.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 150px;
	display: block;
	padding: 0px;
	margin-bottom: 10px;
}
.style6 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}
