body {
	background-color : White;
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	scrollbar-arrow-color : #000000;
	scrollbar-base-color : Aqua;
	scrollbar-face-color : Aqua ;
	scrollbar-track-color : #FF9966;
	scrollbar-highlight-color : #FFFFFF;
}
a {
	color: #000000;
	text-decoration : none;
	font-weight : bold;
}
a:link {
}
h1 {
	font-size: 24px;
	text-align : center;
}
h4 {
	padding-top: 10px;
}
li {
padding-bottom : 10px;
}
img {
	border: none;
}
img.loc {
	margin-left: 8px;
	margin-right: 8px;
}
input, select, textarea {
	border: 3px solid #66FFCC;
	background-color : #FFFFFF;
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
th {
	text-align : center;
	font-size : smaller;
	padding: 5px;
}
.header	{ padding : 0px;
	  width : 400px;
	  margin-left: 240px;
	  padding-top: 50px;
	  z-index : 10;
 }
.menu { position : absolute;
	  top : 290px;
	  left : 30px;
	  padding : 10px; 
	  margin-bottom: 20px;
	  width : 160px;
	  background-color : transparent;
	  border : 4px #FF9966 solid;
	  z-index : 7;
	   }
.menu-in {
	background-color : White;
	position : relative;
	top : 20px;
	margin-left: 10px;
	padding-top: 18px;
	padding-bottom: 18px;
	width: 120px;
	line-height : 150%;
	border : none;
	z-index : 0;
}
.menu a {display : block;}
.right{ position : absolute;
	  top : 150px;
	  right : 20px;
	  width : auto;
	  height: auto;
	  background-color : #FF99CC;
	  border : 4px Aqua solid;
	  z-index : 6;
	  margin: 0px;
	  padding: 0px; }
.main {	
		position : absolute;
		top : 250px;
		right : 100px;
		width : 65%;
		background-color : transparent;
		border : 4px #9999CC solid;
		z-index : 1;
		padding : 60px;
		left : 185px;
		line-height : 120%; 
		text-align : justify;}
.logo {
	position: absolute;
	top: 30px;
	left: 20px;
	border : 4px #66FFCC solid;
	z-index: 6;
}
.sub {
	font-size: smaller;
}
.copy {
	font-size: 11px;
	line-height: 16px;
	letter-spacing : 1px;
	margin-top: 50px;
	margin-bottom: -40px; 
	width: auto;
	text-align: center;
	}