@CHARSET "ISO-8859-1";
body {
	font: 12px Arial;
	color: black;
	text-align: center;
	background: url(../img/waveback.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #87d7f0;	
}

body .clear {
	clear: both;
}

body img {
	border: none;
}

#container {
	position: relative;
	width: 1024px;
	min-height: 744px;
	margin: 0 auto;
	text-align: center;
}

#page {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%; 
	z-index: 0;
}

#page_top {
	position: relative;
	background-color: #009cbb;
	height: 152px;
	width: 790px;
	margin: 0 auto;
	border-bottom: 1px solid #9fcddc;
	text-align: left;
	padding-top: 33px;
	padding-left: 45px;
}

#page_top_left {
	float: left;
	width: 600px;
}

#page_top_left_left {
	float: left;
	width: 306px;
	height: 73px;
}

#page_top_left_right {
	float: left;
	background-image: url(../img/decoration.png);
	background-repeat: no-repeat;
	height: 58px;
	width: 250px;
}

#nav {
	padding-top: 25px;
	color: white;
	font: 11px Arial;
}

#page_top .nav .selected {
	font-weight: bold;
	text-decoration: underline;
}

#page_top .nav a {
	text-decoration: none;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}

#page_top .nav a:hover {
	color: red;
}
#page_top .subnav a {
	text-decoration: none;
	color: white;
	padding-left: 5px;
	padding-right: 5px;	
	font-weight:bold;
	font-size:12px;
}

#page_top .subnav a:hover {
	color: red;
	font-weight:bold
}
#secondary_nav {
	padding-left: 40px;
	padding-top: 10px;
	color: white;
	font: 11px Arial;
}

#page_top_right {
	float: left;
}

#page_bottom {
	position: relative;
	
	background-repeat: no-repeat;
	background-color: #0163a4;
	border-top: 3px solid white;
	width: 835px;
	margin: 0 auto;
	text-align: left;
	color: white;
	font: 11px Arial;
}

#page_bottom h1 {
	font: 16px Arial;
	font-weight: bold;
}
#page_bottom a {
color:white;
text-decoration:underline;
}
#page_bottom a:hover {
color:blue;
}
#page_bottom_body {
	padding-left: 25px;
	padding-top: 25px;
	width: 790px;
}

#page_footer {
	background-image: url(../img/footerwave.jpg);
	background-repeat: no-repeat;
	width: 835px;
	height: 43px;
	margin: 0 auto;
	padding-top: 100px;
	color: #000e77;
	font: 11px Arial;
	text-align: center;
}
b.mand {color:red}

.fl {float:left;
margin-right:5px}
.fr {float:right;
margin-left:5px}

a.services {
font-size:18px
}

#creospace a {
color:#0DB4C1;
font-size:9px;
}