/* CSS Document */

/* Style Definitions */
body {color:#FFFFFF;
	  background:#000000;
	  font-family:serif;}

a:link, a:visited {color:#FF0000;
				   text-decoration:none;
				   border:1px solid #000000;}
a:active, a:hover {color:#FFFF00;
				   border:1px solid #9932CC;
				   text-decoration:underline;}

div#value {text-align:center;
		   font:20pt bold;
		   color:#9400D3;
		   text-decoration:underline;}

li {list-style:url(http://users.rcn.com/eramsden/dsd/graphics/note.gif) inside;
	margin-left:-45px;
	line-height:200%;}

.smalltext { font-size:.75em; }

tr.date td {font-weight:bold;
			color:#FFFF00;}

tr.event td {height:50px;}

td.head {text-align:center;
		 color:#9400D3;
		 font-size:30px;
		 font-weight:900;
		 font-family:sans-serif;}

table.schedule {border:3px double #4169E1;
				width:100%;}

/* Layout Definitions */
.centered {text-align:center;}

.titleimage {margin-top:15px;
			 margin-left:15px;}

/* Table Layout Definitions */
table.schedule td {width:14.28%;}

table#site {width:791px;
			height:500px;
			margin-left:auto;
			margin-right:auto;
			text-align:left;
			border:3px double blue;}
td#navigation {padding-top:10px;
			   text-align:left;
			   vertical-align:top;
			   width:150px;}
td#dsd {text-align:center;
		padding:0px;}
td {vertical-align:top;}
td#contents {text-align:left;
			 vertical-align:top;
			 width:633px;}