body {
	background-color: #66CCFF; 
	background-image: url(menutrunk.gif);
	background-repeat: repeat-y;
	font-size: 12pt; 
	font-family: tempus sans itc, comic sans ms, arial;
	text-align: left;
	scrollbar-base-color: #339999; 
	scrollbar-track-color: #66CCFF;
	scrollbar-face-color: #339999;
	scrollbar-highlight-color: #66CCCC;
	scrollbar-3dlight-color: #99FFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #004433;
	scrollbar-arrow-color: #004433;
	} 

p {
	color: #004433;
	margin-left: 10px;
	}

.center{
	text-align: center;
	}

#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
	z-index: 0;
	background-image: url(/menutrunk.gif);
	}

#menutext {
	position: absolute;
	top: 180px;
	left: 5px;
	width: 96px;
	border: 0px;
	}

#header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 179px;
	border-width: 0px;
	z-index: 2;
	text-align: center;
	background-image: url(/headerleaves.gif);
	padding: 0px;
	}

#page {
	position: absolute;
	top: 180px;
	left: 201px;
	width: 80%;
	height: 70%;
	overflow: auto;
	}

a:link {
	text-decoration: none; 
	color: #CCFF66; 
	font-family: tempus sans itc, comic sans ms, arial;
	}

a:visited {
	text-decoration: overline; 
	color: #CCFF66; 
	font-family: tempus sans itc, comic sans ms, arial;
	}

a:hover {
	text-decoration: none; 
	font-variant: small-caps; 
	color: #CCFF99; 
	font-family: tempus sans itc, comic sans ms, arial;
	}

a:active {
	text-decoration: none; 
	font-variant: small-caps; 
	color: #CCFF99; 
	font-family: tempus sans itc, comic sans ms, arial;
	}

h1 {
	color: CCFF99; 
	font-size: 20pt; 
	font-family: tempus sans itc, comic sans ms, arial; 
	font-style: bold; 
	text-align: center;
	font-variant: small-caps;
	}

h2 {
	color: CCFF66; 
	font-size: 18pt; 
	font-family: tempus sans itc, comic sans ms, arial; 
	font-style: bold; 
	text-align: center;
	}

h3 {
	color: CCFF66; 
	font-size: 14pt; 
	font-family: tempus sans itc, comic sans ms, arial; 
	font-style: bold; 
	text-decoration: underline;
	text-align: left; 
	}

h4 {
	color: CCFF66; 
	font-family: tempus sans itc, comic sans ms, arial; 
	text-align: center;
	}



