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

body {margin:0; background-color:#0f203c; font-family:"Trebuchet MS", Tahoma; font-size:9pt; }
h1 {font-size:13pt;}
.middlediv { background-image:url(images/bkgrd.gif);text-align:center;}
.topbanner {background-image:url(images/repeatheader.gif); height:199px; text-align:center;}
.main {width:982px; background-color:#fffaef; margin-left:auto; margin-right:auto; text-align:left;}
.buttons {width:100px; height:30px; float:right}
.bottomofpage {color:#FFFFFF; width:1000px; margin-left:auto; margin-right:auto; }
.bottomofpage a {color:#FFFFFF; width:1000px; margin-left:auto; margin-right:auto; }
.nav {background-image:url(images/navbkgrd.gif); background-repeat:repeat-y}
.schedule {background-image:url(images/schedulebkgrd.gif);background-repeat:repeat-y}
.maintxtdiv {margin-right:5pt;}
a {color:#26517E}
a:hover {color:#9F1F19}
.smtxt {font-size:8pt;}
.boldred {color:#520404; font-size:11pt; font-weight:bold}



.anylinkcss{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color: #986532;
width: 100px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #9f1f19;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #0f203c;
color: white;
}
}