@charset "utf-8";
/* CSS Document */
#home{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat 
}
table#topNav, table#topNav a, table#info a, table#news a {
	display: block;
	font: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFF;
	text-align: center;
	text-decoration: none
}
table#topNav, table#date{
	height:28px;
	padding-top: 1px;
	border: 2px solid;
  	border-color: #CCC #666 #666 #CCC;
	background-image:url(../images/nav_title.gif);
	background-repeat:repeat-x
}
table#topNav a:hover {
	background-color: #477DC3;
	padding-bottom:1px;
	text-decoration: underline
}
table#date, table#events, table#news, table#facilities{
	text-align: center
}
table#center{
	background-repeat:repeat-y
}
td#newsTitle, td#newsTitle2{
	height:18px;
	background-image:url(../images/newsTitle.jpg);
	background-repeat:no-repeat
}
table#news{
	background-image: url(../images/news_bkgd.jpg);
	background-repeat:repeat-y
	padding: 0
}
table#news a {
	text-align: center;
	font-size: .8em;
	text-decoration: none
}
table#news a:hover {
	text-decoration: underline
}
#relatedLinks a:hover{
	background-color: #477DC3;
	display: block
}
