@charset "utf-8";
/* CSS Document */

body { margin:0; padding:0; position:absolute; height:100%; background-color:#bad983; width:100%; } 
div.full { position:absolute; top: 175px; left:18%; width:800px; height:100%; background-color:99b36c; padding: 0px;} 
div.normal { position:absolute; top:175px; left:18%; width:800px; height:auto; background-color:white; padding: 0px;} 



/*fonts*/
body { font: 10pt/16pt arial;}

p {font: 11pt/16pt arial;}
h1 {font: 16pt/20pt arial;letter-spacing: 1px; color:#0b3e3f; text-transform: uppercase; font-weight: bold;}
h2 {font: 14pt/18pt arial;color:#d4761b; font-weight: bold; }
h3 {font: 12pt/16pt arial; color:#d4761b; }

.descrip {font: 11pt/16pt arial;}
.header {font: 14pt/18pt arial; color:#d4761b; font-weight:bold ;}

a:link {color:#99b36c;}
a:visited {color:#99b36c;}
a:hover, a:active {color:#ae6116;}

a.banner img {border: none;}

/*footer fonts */

.credits2 { position: absolute; bottom: 10px; left: 10px;  color: #0b3e3f;}
.credits { position: absolute; bottom: 10px; right: 10px; color: #0b3e3f;}
a.credits:link { color: #0b3e3f; text-decoration: none;}
a.credits:hover, a.credits:active {color: #ae6116; text-decoration: none;}
a.credits:visited {color:#0b3e3f; text-decoration: none;}


a.footer:link { color: #000000; text-decoration: none;}
a.footer:hover, a.footer:active {
	color: #ae6116;
	} 
a.footer:visited {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	}
.footer {  font: arial; font-size: small; color: #000000;}

a.htmllink { color: #0b3e3f; }
a.htmllink:hover, a.htmllink:active { color: #ae6116; }
.htmllink { font: 11pt/16pt arial; }


/* side nav fonts */

a.side:link {
	font-weight: strong;
	text-decoration: none;
	color: #360;
	}

a.side:visited {
	font-weight: normal;
	text-decoration: none;
	color: #360;
	}

a.side:hover, a.side:active {
	color: #ae6116;
	} 

.side {
	font-size: 12px;
	font-weight:normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/*Postioning*/

#bannerimg {
	left: 18%;
	background-color: #FFFFFF;
	width: 800px;
	position:absolute;
}

#sidenav {
top:25px;
background-color:#FFFFFF;
width: 150px;
position:absolute;
padding: 10px;
text-align: Left;
min-height: 800px;
}

#footer {
position: relative;
background-color: #99b36c;
height: 40px;
width: 800px;
padding-top: 5px;
text-align: center; 
}

#credits {
	font:x-small Arial;
	position: relative;
	background-color:#bad983;
	height: 25px;
	width: 800px;
	padding: 0px;
}

#jennyimg {
 float: right;
 padding: 10px;
}

/* Content */
#Content {
	top: 30px;
	left: 175px;
	width: 600px;
	position: relative;
		min-height: 800px;
	
}

#Content-Calendar {
}

#Content-Events {
}

#Content-About {
}

