body {
        font-family: Arial, Geneva, Helvetica;
        font-size: 9pt;
	margin: 0;
	text-align: center;
	background-color: #EFEFEF;
	color: #000000;
}

a
{
        color: #0065FF;
}

a:hover
{
        color: #FF2830;
}

#topnav_wrapper {
	width: 100%;
	background-color: #353535;
        color: #EFEFEF;
}
#topnav {
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 10px;
	text-align: left;
}
#topnav a {
        font-weight: bold;
        color: #EFEFEF;
        text-decoration: none;
}
#topnav a:hover {
        text-decoration: underline;
}

#wrapper {
	width: 100%;
	background-color: #EFEFEF;
}

#header {
	background-image: url(/img/logo.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 735px;
	padding-top: 117px;
	text-align: center;
	margin: auto auto;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
}
#header h1 {
	display: none;
	margin: 0;
	padding: 0;
}
#header ul {
	list-style: none;
	padding: 15px;
	margin: 0;
}
#header li
{
	padding: 8px;
	display: inline;
	list-style-type: none;
}

#main_flash_movie {}
#main {
	width: 735px;
	text-align: left;
	margin: auto auto;
	padding: 0;
	padding-bottom: 30px;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	background: #FFFFFF;
}
#main h1 {
	margin: 0;
	padding: 0;
	display: none;
}
#main h2 {
	padding-top: 10px;
	color: #C92027;
	font-size: 14pt;
}
#main h3 {
	margin-top: 0;
	color: #353535;
}
#content_wrapper {
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
#boxout {
	float: right;
	width: 300px;
	padding: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #FFF5ED;
	/*border-left: 1px solid #CACACA;*/
	/*border-bottom: 1px solid #CACACA;*/
}

#footer_wrapper {
	width: 100%;
	text-align: center;
	background-color: #595959;
	border-top: 1px solid #353535;
	clear: both;
}
#footer {
	width: 725px;
	margin: auto auto;
	background-color: #595959;
	color: #EFEFEF;
	text-align: left;
	padding: 5px;
}
#footer a {
        color: #EFEFEF;
        text-decoration: none;
}
#footer a:hover {
        text-decoration: underline;
}
#footer h3 {
	display: none;
	margin: 0;
	padding: 0;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer strong {
}
#sitemap_1 {
	float: left;
}
#sitemap_2 {
	float: left;
	padding-left: 30px;
}
#sitemap_3 {
	float: right;
	text-align: right;
}
#copyright {
	clear: both;
	text-align: center;
	padding-top: 30px;
	font-size: 8pt;
}

ul.nobullet {
	list-style: none;
}

li {
	line-height: 22px;
}


/* CSS from the old site... not sure if they are ALL being used however */
table
{
        width: 650px;
        border: 1px solid black;
        margin: 0;
        padding: 0;
        font-size: 10pt;
        border-collapse: collapse;
}
td
{
	border-bottom: 1px dotted #CACACA;
        padding: 3px;
        margin: 0;
        vertical-align: top;
}
th
{
        font-weight: bold;
        padding: 2px;
        margin: 0;
        border-bottom: 1px solid black;
        text-align: left;
}
table.plain
{
	border: 0;
}
table.plain td
{
	border: 0;
}

table.search_results
{
	padding: 0;
	margin: 0;
	width: 699px;
	margin-bottom: 10px;
}
table.search_results td
{
	font-size: 8pt;
	vertical-align: middle;
}
table.search_results .number
{
	text-align: right;
	padding-right: 12px;
}
table.search_results .center
{
	text-align: center;
}
table.search_results .calendar_day
{
	border-left: 1px solid black;
	height: 27px;
	width: 20px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}
table.search_results .calendar_day_highlight
{
	border-left: 1px solid black;
	height: 27px;
	width: 20px;
	text-align: center;
	background: #FFE5A6;
	font-size: 12pt;
	font-weight: bold;
}
table.search_results .calendar_day_other_month
{
	border-left: 1px solid black;
	height: 27px;
	width: 20px;
	text-align: center;
	font-size: 10pt;
	color: #999999;
}
table.search_results th
{
	background-image: url(/img/th_bg.gif);
	background-repeat: repeat-x;
	color: white;
	font-size: 9pt;
}
table.search_results th a
{
	color: white;
	text-decoration: none;
}
table.search_results th a:hover
{
	color: white;
	text-decoration: underline;
}
.row_normal
{
        background: #FFFFFF;
}
.row_highlight
{
        background: #E5F0FF;
}
table.homepage
{
	border: 1px solid #CACACA;
	margin-top: 10px;
}
table.homepage th
{
	border-left: 1px dotted #CACACA;
}
table.homepage th.subheading
{
	font-weight: normal;
	font-size: 8pt;
	/*color: #555;
	font-style: italic;*/
	font-weight: bold;
	border-bottom: 1px dotted #CACACA;
}
.homepage td
{
	font-size: 8pt;
	vertical-align: middle;
}
.homepage td.number
{
	text-align: right;
	padding-right: 5px;
	width: 45px;
	border-left: 1px dotted #CACACA;
}
table.graph_table
{
	width: 350px;
	border: 0;
	text-align: center;
	margin-left: 7px;
}
table.graph_table td
{
	border: 0;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
}

.tandc
{
	height: 200px;
	width: 550px;
	overflow: auto;
}































