/* Land of Water Stylesheet */

body, td, tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	background-color:#684F79;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:white;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FBA74D;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FBA74D;
}
img {
	border:0;
}
a:link {
	text-decoration:underline;
	font-weight:bold;
	color:white;
}
a:visited {
	text-decoration:underline;
	font-weight:bold;
	color:white;
}
a:hover {
	text-decoration:none;
	color:#FBA74D;
}
a:active {
	color:#FBA74D;
	text-decoration:none;
}
a2:link {
	text-decoration:underline;
	font-weight:bold;
	color:#9B82AC;
}
a2:visited {
	text-decoration:underline;
	font-weight:bold;
	color:#9B82AC;
}
a2:hover {
	text-decoration:none;
	color:#9B82AC;
}
a2:active {
	color:#9B82AC;
	text-decoration:none;
}
.banner_menucontainer {
	height: 325px;
	width: 640px;
	background-image:url(images/BodyBG.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
.banner {
	height: 290px;
	width: 640px;
}
.menu {
	width:640px;
	height:35px;
	float:left;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:white;
	vertical-align:middle;
	background-image:url(images/MenuBG.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.content {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:white;
	width:640px;
	background-image:url(images/BodyBG.jpg);
	background-repeat:repeat-y;
	
	margin-left:20px;
	margin-right:20px;
}
.footer {
	width: 640px;
	height: 30px;
	color:#9B82AC;
	font-weight:bold;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	background-image:url(images/FooterBG.jpg);
	background-repeat:no-repeat;
}
#CompStar {
	position:absolute;
	left:20px;
	top:36px;
	width:218px;
	height:220px;
	z-index:1;
	border:none;
	border-width:0px;
}
#InfoStar {
	position:absolute;
	left:77%;
	top:37px;
	width:218px;
	height:220px;
	z-index:1;
	border:none;
	border-width:0px;
}
