/*------------------- COMMON -----------------------*/

a:link img {border: none;}
a:link visited img {border: none;}
a img {border-style: none;}

A {
	TEXT-DECORATION: none
}
A:HOVER {
}
form {
	margin: 0px;
}

/*-------------------- MAIN ------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #004545;
	margin: 0px;
	text-align: center;
	background-color: #00708F;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.wrapper {
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.outer {
	width: 780px;
	background-color: #A7DDE7;
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	padding-bottom: 70px;
}
.logo {
	float: left;
	width: 311px;
	background-image: url(images/topbg1.jpg);
	background-repeat: no-repeat;
}
.logo1 {
	float: left;
	width: 311px;
	background-image: url(images/topbg1.jpg);
	background-repeat: no-repeat;
	height: 217px;
}
.link {
	background-image: url(images/topbg2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 217px;
	width: 469px;
	text-align: right;
}
.link ul {
	float: right;
	margin: 0px;
	text-align: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.link li {
	list-style-type: none;
}

.hometext {
	float: left;
	height: 204px;
	width: 460px;
	text-align: center;
	display: inline;
	margin-right: 9px;
	color: #01629A;
	font-size: 14px;
}
.hometext h2 {
	font-size: 21px;
	font-weight: normal;
	margin-top: 10px;
}
.hometext strong {
	color: #CC0000;
	font-weight: normal;
}
.heading {
	float: left;
	width: 744px;
	display: inline;
	margin-left: 15px;
}



.content {
	float: left;
	width: 480px;
	display: inline;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #008080;
	padding-top: 20px;
}
.content b {
	font-size: 11px;
	color: #006699;
}

.content a {
	color: #0066CC;
}
.content a:hover {
	text-decoration: underline;
}

.content h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}

.right {
	float: left;
	width: 250px;
	display: inline;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #008080;
	padding-left: 20px;
	text-align: center;
}
.contact {
	text-align: left;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #006699;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	width: 205px;
	color: #006699;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contact h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}




.footer {
	font-size: 10px;
	color: #92CBCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 40px;
	text-align: center;
	float: left;
	width: 780px;
}
