html {
    overflow-y:scroll;
    }

#outline {
	width: 600px;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width: 600px;
	height: 480px;
	margin: 0 0;
	padding: 0 0;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}


#sitebody {
	width: 600px;
	margin: 0 0;
	padding: 0 0;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

.menubar {
	width: 600px;
	margin: 0 0;
	padding: 0 0;
	text-align: left;
}

.contents {
	width: 550px;
	margin: 20 25 0 25;
	padding: 0;
	text-align: left;
	clear:both;
}



.contents dl.wklist dt {
	clear: left;
	float: left;
	margin: 0 0 0 0;
	width: 100px;
	font-family: Georgia, Constantia, Hoefler Text, serif;
	font-size: 24px;
	font-weight: bold;
	color: #ff0099;
}


.contents dl.wklist dd.time {
	margin: 0 0 10 110;
	padding: 7 0 0 0;
	font-family: Georgia, Constantia, Hoefler Text, serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #999999;

}

.contents dl.wklist dd.title {
	margin: 0 0 0 0;
	font-family: Baskerville, Palatino, "Palatino Linotype", "Times New Roman", serif;
	font-variant: small-caps;
	font-size: 18px;
	font-weight: bold;
	color: #ff0099;
	display: block;
	background-color: #999999;
	width: 100%;
	clear:both;
}

.contents dl.wklist dd.place {
	margin: 0 0 0 0;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	display: block;
	width: 100%;
	border-bottom: 1px dotted #999999;
	clear:both;
}

.contents dl.wklist dd.subst {
	margin: 0 0 30 0;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	display: block;
	width: 100%;
	border-bottom: 1px dotted #ff0099;
	clear:both;
}


#footer	{
	width: 600px;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
}

font.copyright{
	background-color: #ff0099;
	color: #ffffff;
   	text-decoration:none;
}


img{
    boader:0;
vertical-align: text-bottom;
}

font.cap { 
	background-color: #ff0099;
	color: #ffffff;
   	text-decoration:none;
	font-weight: bold;
	font-style: italic;
}


a{
    color:#ff0099;
    font-style:normal;
    text-decoration:underline;
}

a:visited {
    color:#ff0099;
    text-decoration:underline;
}
a:hover {
    color:#ff0099;
    font-style:normal;
    text-decoration:none;
}

a.blocklink { 
	display: block;
	background-color: #ff0099;
	width: 100%;
	color: #ffffff;
   	text-decoration:none;
}

a.blocklink:visited { 
	display: block;
	background-color: #ff0099;
	width: 100%;
	color: #ffffff;
   	text-decoration:none;
}

a.blocklink:hover {
	background-color: #999999;
	color: #ffffff;
   	text-decoration:none;
}

a.event{
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#999999;
	text-decoration:none;
}

a.event:visited {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#999999;
	text-decoration:none;
}
a.event:hover {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#999999;
	text-decoration:underline;
}



