/* This is the style sheet for all pages */

#floatlayer {
	position:absolute;
	margin-top:-310px;
	margin-left:-475px;
	top:50%;
	left:50%;
	visibility:visible;
	width:950px;
	height:620px;
	z-index:1;
}

#popmenu {
	position:absolute;
	width:110px;
	height:60px;
	z-index:2;
	left: 503px;
	top: 23px;
	visibility: hidden;
}

#subcontent {
	position:absolute;
	width:730px;
	height:410px;
	z-index:2;
	left: 205px;
	top: 140px;
	overflow: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #99CCCC;
	color: #333333;
	background-image: url(../images/water.jpg);
	margin: 0px;
	padding: 0px;
	scrollbar-arrow-color: #669966;
	scrollbar-3dlight-color: #669966;
	scrollbar-darkshadow-color: #669966;
	scrollbar-face-color: #eeeeee;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-track-color: #eeeeee;
}

a:link, a:visited, a:active {  color: #336699; text-decoration: underline}
a:hover {
	color: #6699CC;
}

a:link.light, a:visited.light, a:active.light {  
	color: #999999; text-decoration: underline;
}
a:hover.light {	
	color: #6699CC; 
}

a:link.submenu, a:visited.submenu, a:active.submenu {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	height: 1em;
}
a:hover.submenu {
	background-color: #333333;
}

.copyright {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #999999;
	text-align: center;
}
p {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	text-align: justify;
	line-height: 16px;
}
.imageright {
	float: right; 
	vertical-align: text-top;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 15px;
} 


.warning {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
h1{
	font-size: 14px;
	color: #336666;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-weight: bold;
}

h2{
	font-size: 14px;
	color: #336666;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-weight: bold;
}
.note {
	font-size: 10px;
	color: #666666;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


textarea {
	width: 550px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
li {
	margin-right: 5px;
	padding-right: 5px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hometext {
	padding-right: 120px;
	padding-left: 120px;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 0px;
}
.title {
	margin-top: 15px;
	margin-bottom: 10px;
}
.title_pic {
	margin-top: 15px;
	margin-bottom: 5px;
}

.large {
	font-size: 14px;
	margin-bottom: 10px;
}

.quotes {
	font-style: italic;
	color: #006666;
}
.heading {
	background-color: #FFFFCC;
	padding-right: 25px;
}

