@charset "UTF-8";
/* CSS Document */

body {
	background-color: #1fb6c1;
	background-image: url(/images/BG_F1.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color: #000;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	min-height:500px;
	background-image:url(/images/BG_F21.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#homeNav {
position: absolute;
top: 0px;
left: 0px;
width: 505px;
height: 94px;
z-index: 2;
}

#contentArea {
position: relative;
top: 125px;
left: 50%;
margin-left: -460px;
width: 920px;
}

.leftNav {
vertical-align:top;
}

.mainContent {
background-color:#FFFFFF;
padding: 20px 10px 10px 10px;
vertical-align:top;
}

.footer {
background-color:#006699;
color: #fff;
font-size: 10px;
padding: 6px;
}

#gallery {
vertical-align:top;
}

#gallery img {
margin: 18px;
}

#rightSideImages {
position: relative;
float: right;
width: 192px;
margin-left: 12px;
}

.rightSideImg {
float: right;
padding-left: 12px;
}

#homeImages {
position: relative;
float: right;
width: 325px;
}

p {
margin: 0px 0px 18px 0px;
}

h1 {
font-size:30px;
line-height:30px;
font-weight: bold;
margin: 0px 0px 18px 0px;
}

h2 {
font-size:21px;
font-weight: bold;
margin: 0px 0px 6px 0px;
}

a:link {
	color: #006666;
	text-decoration: none;
}

a:hover {
	color: #006666;
	text-decoration: underline;
}

a:visited {
	color: #006666;
	text-decoration: none;
}


.redText {
	color: #990000;
}
