@charset "utf-8";
/* CSS Document */

/* --------------- */

* {
margin:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#body {
width: 900px;
height: 700px;
font-size: 0.75em;
}

/* --------------- */

#header {
margin-bottom: 50px;
padding-top:5px;
}

#title {
float: left;
margin: 2px;
padding-right: 20px;
}

#address {
float:right;
text-align: right;

font-weight: bold;
color: #000066;
position:relative;
top:-58px;
}

/* --------------- */

#main {
}

#nav {
width: 200px;
float: left;
background-color:#d3ebff;
}

#nav ul {
list-style:none;
font-weight:bold;

padding-top:20px;
padding-bottom:22px;

}

#nav ul li{
padding:5px;
color:#000066;
}

#nav ul li a:link{
text-decoration:none;
color:#000066;
}

#nav ul li a:visited{
text-decoration:none;
color:#000066;
}

#nav ul li a:active{
text-decoration:none;
color:#000066;
}

#nav ul li a:hover{
text-decoration:none;
color:#000066;
background-image:url(../images/mainmenu_arrow.gif);
background-repeat:no-repeat;
background-position: 0%;
}

/* --------------- */

#index_main_content {
height: 100%;
float: left;
width: 50%;
padding-bottom: 15px;
padding-left: 15px;
}

.index_main_body {
border-right: solid 5px #0174E3;
padding-left:: 5px;
}

li {
padding: 3px;
}

.subpage_main_body {
border-right: solid 5px #0174E3;
padding-left:: 5px;
width: 569px;
}

.index_main_header {
padding-left: 5px;
padding-top:5px;
font-size: 24px;	
font-weight: bold;
color:#000066;
height: 20px;
background-image:url(../images/main_corner.gif);
background-repeat:no-repeat;
background-position: top right;
}

.subpage_section_header {
padding-left: 5px;
padding-top:5px;
font-size: 24px;	
font-weight: bold;
color:#000066;
height: 20px;
width: 569px;
background-image:url(../images/subpage_section_header.gif);
background-repeat:no-repeat;
background-position: top right;
}


#index_main_content p{
padding-right:5px;
}

h2 {
	color:#000066; 
}

#events {
height: 400px;
float: right;
text-align:right;
width: 160px;
}

.eventdate {
text-align: right;
}

.eventname {
font-weight:bold;
}

.eventinfo  {
font-style:italic;
}

.subheading {
font-size:1.25em;
float:left;
color: #0174E3;
}

td {
padding: 5px;
}

.even {
background-color:#D3EBFF;
}

img {
border:none;
}

/* --------------- */

#footer {
margin-top: 100px;
border-top: solid 2px #0174E3;
width: 900px;
font-size: 0.75em;
height: 25px;
padding: 5px;
float:left;
text-align: right;
}

#footer ul {
list-style:none;
}

#footer ul li {
padding: 0;
}

/* --------------- */

#box-table-a
{
	font-size: 11px;
	margin: 45px;
	width: 515px;
	text-align: left;
}

#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
	width: 500px;
	}

#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}

.day { font-style: italic;
}
