#outerpagewrapper {
	width:710px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FCFCFC;
	background-image: ;
	background-repeat:repeat-y; 
	background-position: top left;
	position:relative;
	height:100%;
}
	
#pagewrapper {
	width:710px;
	margin-right: auto;
	margin-left:auto;
	border:1px solid #CC9999;
	background-color:#FFFFFF;
	height:100%;
	padding:20px 20px 0px 20px;
	
	}
#page-header {
	margin-bottom:0px;

	}
	

	
#page-header p {
	color:#CC99CC;
	font-size:4em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:.5em;
	}
	
#navdiv {
	border:0px solid #CC9999;
	}
	
	
#left {
float:left;
width:150px;

}

#right {
	float:left;
	width:520px;
	border:0px solid #CCCCCC;
	margin-left:1em;
}

#clearer {
	clear:both;
	}
	
#footer-logo {
	text-align:right;
	margin-top:30px;
	clear: both;
}	

html {
	}

body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color: #f2f2f2;
	color:#333333;
	background-image:  ;
	
	}
	

	
h1,h2,h3,h4,h5,h6 {
	margin-bottom:.2em;
	}
	
h1 {
}
h2 {
}
h3{
}
h4{
}


h5{
}

h5.sectionhd {
	color:#CBBC9F;
	font-size:.8em;
	}
	

	
h6{
}
p {
	font-size:.7em;
	margin-top:.2em;
	margin-bottom:.8em;
	}
	

#navdiv  {
	display:block;
	background-color:#FCFCFC;
	padding:.3em;
	text-decoration:none;
	margin-bottom:.2em;
	border:1px solid #CC9999;
	color:#000099;
	}

a {
	text-decoration:none;
	color:#000099;
	}
	
a:hover{
	color:#CC99CC;
	}
	
a:visited{
	text-decoration:none;
	}
	
#agenda td {
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-size:.7em;
	padding:5px 5px 20px 5px;
	}
	
#agenda td.time {
	text-align:right;
	font-size:.7em;
	background-color:#f2f2f2;
	}
#agenda td.day {
	background-color:#A6D3A6;
	font-weight:bold;
	font-size:.7em;
	padding:5px 5px 5px 5px;
	color:#377237;
	}
	
#agenda .titleevt {
	font-weight:bold;
	}