/**

The Bill Wheeler JR Style Sheet was written
by Dennis Wheeler (DennisJWheeler@Gmail.com).
**/

html {
}

body {
	color: #FFFFFF;
	font-family: "Verdana", sans-serif;
	/** "Bradley Hand ITC", "Comic Sans MS" Will wants these, but they don't truly look as good.**/
	font-size: 11px;
}

* html #Container {
	width: expression(800 + "px");
	height: expression(600 + "px");
}

#Container {
	margin: auto;
	background: url(images/Beach.jpg) no-repeat;
	width: 800px;
	height: 600px;
	position: relative;
}

#HeaderMain {
	position: absolute;
	top: 40px;
	right: 40px;
	text-align:center;
}

* html #Footer {
	width: expression( document.body.clientWidth > 349 ? "350px" : "auto" );
	height: expression( this.scrollHeight > 49 ? "50px" : "auto" ); /* sets max-height for IE */;
}

#FooterOutline {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: absolute;
	top: 620px;
	left: 195px;
	padding: 5px;
	background-image:url(images/blue30.png);
	height: 110px;
	width: 410px;

}

#FooterOutline2 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px;
	background-image:url(images/blue30.png);
	height: 90px;
	width: 390px;
}

#FooterOutline3 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px;
	background-image:url(images/blue30.png);
	height: 70px;
	width: 370px;
}

#Footer {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px;
	text-align:center;
	background-image:url(images/blue30.png);
	height: 50px;
	width: 350px;
}


* html #Main {
	width: expression( document.body.clientWidth > 599 ? "600px" : "auto" );
	height: expression( this.scrollHeight > 349 ? "350px" : "auto" ); /* sets max-height for IE */;
}

#Main {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	position: absolute;
	left: 40px;
	bottom: 40px;
	text-align:left;
	max-height: 350px;
	max-width: 600px;
	overflow: auto;
	background-image:url(images/blue50.png);
}

#Logout {
	position: absolute;
	left: 35px;
	top: 35px;
}

#Menu {
	position: absolute;
	max-width: 300px;
	max-height: 600px;
	right: 40px;
	bottom: 40px;
	text-align: center;
}

.noBorder {
	border: 0px;
}

#Main h2 {
	text-align: center;
}

ul.newsList {
	list-style-type: disc;
	text-align: left;
	padding-right: 20px;
	padding-left: 30px;
}

ul.newsList li, ul.MailingList li {
padding-top: 5px;
}

ul.MailingList {
	list-style-type: none;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}

table {
	padding-left: 10px;
	padding-right: 10px;
}

td {
	font-size: 11px;
}

ul.noObjectList {
	list-style-type: none;
	text-align:left;
}

a.text {
	font-family: "Verdana", sans-serif;
	font-size: 13px;
	
}

a.text:link {
	color:#ffffff;
}

a.text:visited {
	color:#ffffff;
}

hr.WhiteLine {
	width: 66%;
	color: #ffffff;
	height: 2px;
	background-color: #ffffff
}

ul.menuList {
	list-style: none;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

li {
	margin-left: 0px;
	margin-right: 0px;
}

.noshow {
	display: none;
	position: absolute;
	right: 10000px;
}

.nodisc {
	list-style-type: none;
}
