body {
	background-color: #D3AFD8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	margin-top: 0px;
	}

p { padding: 10px;}

th {text-align: left;}

a {color: #660099; text-decoration: none; }
a:active {color: #660099; text-decoration: none; }
a:visited {color: #660099; text-decoration: none; }
a:hover {color: #D3AFD8; text-decoration:underline; }

div#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	}

div#banner {
	height: 95px;
	width: 760px;
	}

div#menu {
	width: 760px;
	height: 58px;
	background-image: url(/images/menubg.gif);
	color: #FFFFFF;
	text-align: center;
	}

div#menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 5px;
	}

div#menu a:hover {
	text-decoration: underline;
	}

div#menu p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	}

div#content {
	width: 760px;
	background-color: #A262AB;
	margin: 0px;
		}

div#content table.layout {
	width: 760px;
	}

.leftbar {
	width: 177px;
	vertical-align: top;
	}

.maincontent {
	width: 406px;
	background-color: #FFFFFF;
	vertical-align: top;
	}

.largecontent {
	width: 575px;
	background-color: #FFFFFF;
	vertical-align: top;
	}
	
.rightbar {
	width: 177px;
	vertical-align: top;
	}

#largecontentblock h1, .maincontent h1 {
	color: #666666;
	font-size: 14pt;
	}

#largecontentblock h2, .maincontent h2 {
	color: #666666;
	font-size: 12pt;
	font-weight: bold;
	}

.quote {
	font-style: italic;
	}

div#footer {
	text-align: center;
	}
	
.copyright {
	color: #4C007F;
	text-align: center;
	}

#memoblock, #contentblock, #calendarblock, #eventblock {
	width: 158px; /*146px;*/
	background-color: #FFFFFF;
	border: solid thin #C650D7;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	padding-top: 5px;
	/*padding: 5px;*/
	text-align: center;
	}

#calendarblock table {
	width: 148px;
	margin-left: auto;
	margin-right: auto;
	}
	
#largecontentblock {
	width: 555px;
	background-color: #FFFFFF;
	padding: 10px;
/*	margin-left: auto;
	margin-right: auto;*/
	}

#maincontentblock {
	padding-left: 10px;
	padding-right: 10px;
	}

div.blockheader {
	width: 158px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	background: url(/images/blockheader.gif);
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 28px;
	}
	
#calendarblock td.day {
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	border-spacing: 0;
	}
	
#calendarblock .today { border:1px dotted black; background-color:#d3afd8;}
#eventblock ul{ list-style:none; margin:0px; padding-left:4px; }
#eventblock ul li{ margin:0px; }
#calendarblock span.eventday {
	font-weight: bold;
	text-decoration: underline;
	}
