body {
	margin: 5px;
	padding: 0px;
	border: 0px;
	font-family: Book Antiqua,Palatino Linotype,Palatino,serif;
	font-size: 0.8em;
	background-image: url("./bg.jpg");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color:#c0c0c0;
	font-family:Book Antiqua,Palatino Linotype,Palatino,serif;
}
table.main {
	align:center;
	width:800px;
	padding:0px;
}
tr.top {
	background-image: url("./tablebgtop.jpg");
	background-repeat: repeat-y;
	background-attachment: scroll;
	height:198px;
}
tr.mid {
	background-image: url("./tablebg.jpg");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
tr.bottom {
	background-image: url("./tablebgbot.jpg");
	background-repeat: repeat-y;
	background-attachment: scroll;
	height:22px;
}
td {
  padding-left:7px;
	padding-right:7px;
	text-align:left;
}
#bodydiv {
 position:static;
 margin-top:38px;
 margin-right:auto;
 margin-left:auto;
 margin-bottom:0px;
 text-align:center;
 width:800px;
}

#middlediv {
	background-image: url("./middlebg.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color:#FFFFFF;
	padding-left:12px;
	padding-right:12px;
	padding-top:10px;
	padding-bottom:3px;
}
#caldiv {
	background-image: url("./calendar.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color:#FFFFFF;
	width:214px;
	height:235px;
	padding-top:42px;	
	text-align:center;
}
.header {
  color:#482083;
  font-size:18px;
  font-family:Palatino Linotype,Palatino,Book Antiqua,serif;
  font-weight:bold;
}
a.botlinks {
  color:#423457;
  font-size:11px;
  font-family:Book Antiqua,Palatino Linotype,Palatino,serif;
  text-decoration:none;
  border-bottom:1px dotted #423457;
}
.botcopy {
  color:#423457;
  font-size:11px;
  font-family:Book Antiqua,Palatino Linotype,Palatino,serif;
  padding-top:4px;
}
#header {
 position:static;
 padding-left:3px;
 z-index:2;
}
#bodydiv .menu2 {
 position:absolute;
 top:180px;
 z-index:3;
 width:790px;
 text-align:center;
 padding-left:30px;
 padding-right:30px;
}
/* Blog */
div.blog { /* Wraps each blog entry */
  border-top:1px;
  border-left:0px;
  border-right:0px;
  border-bottom:0px;
  border-style:dotted;
  border-color:#000060;
  padding:2px;
  width:98%;
}
div.blogmore { /* Wraps the link to more blog posts */
  border-top:1px;
  border-left:0px;
  border-right:0px;
  border-bottom:0px;
  border-style:dotted;
  border-color:#000060;
  padding:2px;
  width:98%;
}
div.noblog { /* Wraps the no blogs matching your text found */
  border-top:1px;
  border-left:0px;
  border-right:0px;
  border-bottom:0px;
  border-style:dotted;
  border-color:#000060;
  padding:2px;
  width:98%;
}
span.blogtime { /* Contains the blog time */
  border-top:0px;
  border-left:0px;
  border-right:1px; /* Create the pipe after the time */
  border-bottom:0px;
  border-style:dotted;
  border-color:#000060;
  padding:2px;
}
span.blogtitle { /* Contains the blog title */
  padding:2px;
  font-weight:bold;
}
span.blogperma { /* Contains the perma-link */
  padding:2px;
}
a.blogperma { /* The perma link */
  font-weight:normal;
}
span.blogtext { /* Contains the html text of the blog */
}
/* Podcast */
div.podcast { /* Wraps each podcast entry */
  border-top:1px;
  border-left:0px;
  border-right:0px;
  border-bottom:0px;
  border-style:dotted;
  border-color:#000060;
  padding:2px;
  width:98%;
}
div.podcastmore { /* Wraps the link to more podcast posts */
  border-top:1px;
  border-left:0px;
  border-right:0px;
  border-bottom:0px;
  border-style:dotted;
  border-color:#000060;
  padding:2px;
  width:98%;
}
div.nopodcast { /* Wraps the no podcasts matching your text found */
  border-top:1px;
  border-left:0px;
  border-right:0px;
  border-bottom:0px;
  border-style:dotted;
  border-color:#000060;
  padding:2px;
  margin:0px;
  width:98%;
}
span.podcasttime { /* Contains the podcast time */
  border-top:0px;
  border-left:0px;
  border-right:1px; /* Create the pipe after the time */
  border-bottom:0px;
  border-style:dotted;
  border-color:#000060;
  padding:2px;
}
span.podcasttitle { /* Contains the podcast title */
  padding:2px;
  border-top:0px;
  border-left:0px;
  border-right:1px; /* Create the pipe after the title */
  border-bottom:0px;
  border-style:dotted;
  font-weight:bold;
}
span.podcastauthor { /* Contains the perma-link */
  border-top:0px;
  border-left:0px;
  border-right:1px; /* Create the pipe after the author */
  border-bottom:0px;
  border-style:dotted;
  padding:2px;
}
span.podcastperma { /* Contains the perma-link */
  padding:2px;
}
a.podcastperma { /* The perma link */
  font-weight:normal;
}
span.podcastdown { /* Contains the download link */
  padding:2px;
}
a.podcastdown { /* The download link */
  font-weight:normal;
}
span.podcasttext { /* Contains the html text of the podcast */
}
span.formRequired { /* Required form field text */
  color:#FF0000;
}