body{
	background-color: white; 
	background-image:url('images/wave.PNG');
	background-repeat:repeat-x;
	font-family: sans-serif;
}

div#menuPane {
	background-color: #CC99FF;
	color: white; 
	border-style: solid;
        border-width: 2px;	
        border-color: black;	
	position: absolute;
	left: 25px;
	top: 25px;
	width: 14%;
	font-variant:small-caps;
	padding: 5px;
} 

div#menuPane a:link { color: #003333; text-decoration: none; }
div#menuPane a:visited { color: #663366; text-decoration: none;} 
div#menuPane a:hover { color: white; }

div#header {
	position: absolute;
	left: 20%;
	top: 30px;
	width: auto;
	margin: 8px;
	margin-bottom: 20px;
	padding-left: 18px;
	padding-right: 18px;
}
div#header h1{ 
	color: #000000;
	letter-spacing: 10px;
	font-weight: bolder;
	font-variant: small-caps;
}


div#content {
	position: absolute;
	left: 20%;
	top: 140px;
	width: auto;
	padding: 2px 
	margin-top: 25px;
}

div#content h2{ 
	font-variant: small-caps;
	color: #663366; 
	letter-spacing: 3px;
}

div#content h3{ 
	font-variant: small-caps;
	color: #003333;
       	letter-spacing: 3px; 
}

a.content:link { 
	color: #003333; 
	font-weight: bolder;
}

a.content:visited { 
	color: #663366; 
}

a.content:hover { color: #FF0066; }

a.pdf:link {	
	color: #003333; 
	font-weight: bolder;
	font-variant: small-caps;
}
a.pdf:visited {	
	color: #663366; 
	font-weight: bolder;
	font-variant: small-caps;
}
a.pdf:hover {	
	color: #CC0000; 
	font-weight: bolder;
	font-variant: small-caps;
}