
.maindiv {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 800px;
}

BODY {
	background-color: black;
	background-repeat: no-repeat;
	font-family : Arial, Helvetica, sans-serif;
	color :white;
	font-size: 18px;
}

.indent {
	position: relative;
	left: 40px;	
}

.menu{
	position: absolute;
	top: 0px;
	left: 420px;

}

.archsrch{
	position: absolute;
	top: 680px;
	left: 40px;
	width: 350px;
	background-color: #666666;
	color: black;
	padding: 10px;
}

.archsrch2{
	position: absolute;
	--top: 250px;
	left: 40px;
	width: 350px;
	background-color: #666666;
	color: black;
	padding: 10px;
}

.links{
	position: absolute;
	top: 290px;
	left: 465px;
	width: 260px;
	background-color: #6666CC;
	color: black;
	padding: 10px;
}

.podcast{
	position: absolute;
	top: 925px;
	left: 40px;
	width: 685px;
	background-color: #669966;
	color: black;
	padding: 10px;
}

.homefooter{
	position: absolute;
	top: 1150px;
}


BODY a:link {
	color: yellow;
}

BODY a:visited {
	color: yellow;
}

BODY a:hover {
	color: red;
}

A.cat {
	font-size: 32px;
}

TABLE.schedule {
	position: relative;
	left: 40px;
	width: 720px;
}

TR {
	vertical-align: top;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	color: white;
	font-size: 18px;
	height: 30px;
}

TD.head {
	font-weight: bold;
	text-decoration: underline;
}

.formcode{
	font-family : Courier;
	color : red;
	font-size: 18px;
	text-align: center;
	width: 680;
}

.formxtrashort {
	font-family : Arial, Helvetica, sans-serif;
	color: black;
	font-size: 18px;
	width: 50px;
}

.formshort {
	font-family : Arial, Helvetica, sans-serif;
	color: black;
	font-size: 18px;
	width: 100px;
}

.formmedium {
	font-family : Arial, Helvetica, sans-serif;
	color: black;
	font-size: 18px;
	width: 250px;
}

.formlong {
	font-family : Arial, Helvetica, sans-serif;
	color: black;
	font-size: 18px;
	width: 470px;
}


.formnote {
	--font-family : Times;
	color: gray;
	--font-size: 12px;
	font-style: italic;
}

.redtxt {
	color: red;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; font-weight: bold; 
	color: #339933; 
}

.style4 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.style5 {
	color: #0000CC;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}