@charset "utf-8";
/* CSS Document */


body {
	margin-left:100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCC;
	background-color: #355D81;	
}

#container {
	width: 975px;
	text-align:left;
}

#box {
	background-image:url(images/bkgrd1.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:975px;
}

#header {
	width: 975px;
	border-bottom-width: 14px;
	border-bottom-style: ridge;
	border-bottom-color: #CCC;
}

#footer {
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
#frontimage {
	width:750px;
}
#topleft {
	width:340px;
	text-align:center;
	border-top-width: 16px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 16px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	
}
#topright {
	width:340px;
	text-align:center;
	border-top-width: 16px;
	border-right-width: 16px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	
}
#bottomleft {
	width:340px; 
	text-align:center;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 16px;
	border-left-width: 16px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	
}
#bottomright {
	width:340px;
	text-align:center;
	border-top-width: 7px;
	border-right-width: 16px;
	border-bottom-width: 16px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	
}
a:link {
	color:#999;
}

a:visited {
	color:#999;
}

a:hover {
	color:#900;
}

table#schedule h3 {
	color:#FFF;
	border:thin solid #900;
	background-color:#900;
	
}

#schedule {
	border:thin solid #999;
}