/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #000;
 background: url(images/body-bg.jpg);
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #fff;
 font-weight: bold;
 font-style: italic;
 width: 401px;
 padding: 8px;
 padding-right: 68px;
 text-align: center;
 background: url(images/h1-bg.jpg) center no-repeat;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #000;
 font-weight: bold;
 font-style: italic;
}
a {
 color: blue;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
table#header {
 margin: 0px;
 padding: 0px;
 width: 778px;
 text-align: left;
 background: #9A804D url(images/header-bg.jpg) bottom left no-repeat;
 border: 3px solid #0F0F67;
 border-bottom: 0px solid #fff;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #fff;
}
#header a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #fff;
 text-decoration: underline;
}
#header a:hover {
 text-decoration: none;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 778px;
 text-align: left;
 border-left: 3px solid #0F0F67;
 border-right: 3px solid #0F0F67;
}
td#left-col {
 margin: 0px;
 padding: 0px;
 padding-bottom: 115px;
 width: 207px;
 background: #3B3C68 url(images/left-col-bottom.jpg) bottom left no-repeat;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #fff;
}
div#leftnav {
 border-bottom: 2px solid #fff;
}
#leftnav a {
 display: block;
 padding: 5px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
 background-color: #3B3C68;
}
#leftnav a:hover {
 background-color: #0F0F67;
}
div#times {
 padding: 5px;
 text-align: left;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 background-color: #fff;
 text-align: left;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 778px;
 background: #fff url(images/footer-bg.jpg) center no-repeat;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #fff;
 border: 3px solid #0F0F67;
 border-top: 0px solid #fff;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #fff;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
