/* CSS Document */
html, body, form {
margin: 0;
padding: 0;
}

sup {
font-size:xx-small; 
vertical-align:top;

}

body {
font: .8em Arial, Helvetica, sans-serif;

}

a {
color: #2e57c0;
}

body {
background: #ffffff url(/images/bg.jpg) top left repeat-x;

}

#container {
margin-left: auto;
margin-right: auto;
width: 866px;
background-color: white;
height: 100%;
margin-top: 3px;
}

.showbox {
background-color: #eeeeee;  padding: 4px; padding-right: 0px;border: 1px #cccccc solid;
height: 108px;
overflow: hidden;
margin-bottom: 6px;
}


#maincontent {
margin: 10px 6px 0 5px;
}

#header {
background: #0a178f url(/images/header_bg.jpg) top left repeat-x;
margin: 3px;
height: 62px;
padding: 3px;
}

#menu {
background: #ffe4ac url(/images/menu_bg.gif) top left repeat-x;
text-align: center;
margin: 2px;
border: 1px #f5a240 solid;
padding: 0;
}

#menu_choices {
display: block;
margin: 0;
padding: 7px;
color: #2e57c0;
font: bold 1em Helvetica, Arial, sans-serif;
}
#menu_choices li {
display: inline;
margin: 0px 0px;
line-height: 1em;
padding: 2px 10px;
list-style: none;
}

#menu_choices li a {
text-decoration: none;
color: #2e57c0;
}

#menu_choices .first {
background-image: none !important;
}

p {
margin-bottom: 1.2em;
margin-top: 1.2em;
line-height: 1.5;
}

th {
font-weight: bold;
}

h2 {
font: bold 1.2em "Times New Roman", Times, serif;
line-height: 1.2;
margin-top: 0em;
margin-bottom: 0em;
color: #2e57c0;
}

h3 {
font: bold 1em "Helvetica", arial, sans-serif;
line-height: 1.2;
margin-top: .5em;
margin-bottom: 0em;
color: #002b9a;
}

h1 {
font: bold 1.2em Arial, Helvetica, sans-serif;
line-height: 1.4;
margin-top: .5em;
margin-bottom: 1.2em;
color: #fa670a;
}


h2 a {
color: #2e57c0;
}


#toparea {
float: right;
text-align: center;
margin-top: 20px;
padding-left: 250px;
color: #999999;
font: 1.2em Arial, Helvetica, sans-serif;
}

/* Home Page Styles */


.right {
float: right;
}

.showbox div {
padding-left: 110px;
margin-left: 12px;
margin-top: 6px;
background-position: top left;
background-repeat: no-repeat;
height: 102px;
}

.showbox h2, .bluebox h2 {
margin-top: 0;
padding-top: 0;
}
.showbox p {
padding-bottom: 0;
margin-bottom: 0;
}

.bluebox {
padding: 6px;
border: 1px #2e57c0 solid;
background-color: #f4f7fc;
}

.graybox {
border: 1px #999999 solid;
padding: 6px;
background-color: #e6e6e7;
}
.graybox p, .bluebox p {
margin: 0;
padding: 0;
}

.bluebox .bord {
border: 1px #666666 solid;
}

.copyr {
color: #666666;
}

.notop {
margin-top: 0;
}

.shorttop {
margin-top: .2em;
}

.small {
font-size: .8em;
}

.thumb_box {
background-color: #ffffff;
margin: 0;
padding: 3px;
border: 1px #999999 solid;
}

.calendar td {
width: 14%;
color: black;
border: 1px black solid;
height: 110px;
padding: 4px;
line-height: 17px;
font-size: 10px; 
font-family: arial;
text-align: left;
}
.date {
text-align: right;
font: bold 16px arial;
}
.calendar {
border-collapse: collapse;
}
.calendar th {
border: 1px black solid;
background-color: #f9e389; 
color: black;
font-weight: bold;
}

.biglist th {
font-weight: bold;
padding: 3px 5px;
color: black;
background: #ffb743 url(/images/menu_bg.gif) 0px -5px repeat-x;
text-align: left;
}


.biglist td {
padding: 6px 10px 6px 10px;
}

.biglist .alt {
background-color: #FFF8DD;
}
.biglist {
border: 1px black solid;
border-collapse: collapse; 
background-color: white;

}