/*------------------- 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: #000033;
	margin: 0px;
	background-image: url(images/pagebg.gif);
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
	background-color: #CAE1F3;
	background-repeat: repeat-y;
	background-position: center top;
}
.wrapper {
	text-align: left;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-x;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	background-color: #5EC8D0;
}
.logo {
	vertical-align: top;
	background-image: url(images/logobg.jpg);
	background-repeat: no-repeat;
	height: 235px;
	width: 578px;
}
.logo p {
	float: right;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline;
}
.link a {
	width: 94px;
	float: left;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000033;
}
.link span {
	width: 94px;
	float: left;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.link b a {
	width: 124px;
	text-align: center;
}
.link b span {
	width: 124px;
	text-align: center;
	color: #FFFFFF;
}
.link a:hover {
	color: #FFFFFF;
}
.header {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: top;
	width: 396px;
	text-align: center;
}
.middle {
	vertical-align: top;
}

.content {
	background-image: url(images/reflection.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	clear: left;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}
.content h1 {
	font-size: 25px;
	color: #A6DCEB;
	margin: 0px;
}

.content h2 {
	font-size: 16px;
	color: #A6DCEB;
	font-weight: normal;
	text-align: center;
	margin: 0px;
}
.content h3 {
	font-size: 18px;
	margin: 0px;
}
.content a {
	color: #000066;
	text-decoration: underline;
}
.content a:hover {
	color: #FFFFFF;
}


.contact {
	height: 161px;
	width: 292px;
	background-image: url(images/contactbg.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 14px;
	color: #006666;
}
.contact h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 15px;
	color: #006699;
}
.contact p {
	padding-left: 100px;
	padding-right: 10px;
	margin: 0px;
}











.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006666;
	background-image: url(images/bottombg.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	background-position: center top;
	vertical-align: top;
}

