﻿html
{
    height: 100%;
    border-bottom: solid 1px transparent;
}
body 
{
    background-image:url(images/bg_herring.gif);
    background-attachment:fixed;
    margin:0px;
    border:0px;
    height:100%;
}
td
{
    vertical-align:top;
}
a
{
    text-decoration:none;
    color:#2F7195;
}
a.hover
{
	text-decoration:underline;
	color: #CCFF00;
}

img{border:0px;}
p
{
    font-family:verdana;
    font-size:12px;
	line-height:19px;
    margin-bottom:2px;
    margin-top:10px;
}
.tb
{
    font-family:verdana;
    font-size:12px;
	line-height:13px;
    margin:0;
    margin-top:2px;
    padding:1px;
    border:solid 1px #2F7195;
}
div.field
{
    margin-bottom:2px;
    margin-top:8px;
}
label
{
    font-family:verdana;
    font-size:12px;
	line-height:13px;
}
signoff
{
    font-family:verdana;
	font-size:10px;
	line-height:11px;
}
ul
{
}
li
{
    list-style-type:square;
    font-family:verdana;
    font-size:12px;
	line-height:19px;
    margin-bottom:6px;
    margin-top:0px;
}
/* custom styles */
#main_frame
{
    margin: 0 auto;
    width: 780px;
    background-color:White;
}
#cphHeader_frame
{
    padding-bottom:4px;
    height:87px;
}
#cphSubHeader_frame
{
    padding-bottom:4px;
}
#SubHeader
{
    background-color:#DEDEDE;
    padding:2px;
    padding-right:5px;
    text-align:right;
    font-family:Arial;
    font-weight:bold;
    font-size:15px;
    color:#3B4D61;
    text-transform:uppercase;
}
#topnav_frame
{
    background-image:url(images/header_bg.jpg);
    background-repeat:repeat-x;
    height:30px;
    background-color:White;
    width:100%;
}
#topnav_frame td
{
    vertical-align:middle;
    font-family:Arial;
    font-size:11px;
    padding-bottom:13px;
    padding-top:5px;
    padding-left:5px;
    line-height:12px;
    font-weight:bold;
}
#topnav_frame a
{
   padding-left:10px;
   padding-right:10px;
   color:#394E60;
   text-decoration:none;
}
#topnav_frame a:hover
{
   color:#FFFFFF;
   background-color:#394E60;
}

#cphFooter_frame
{
    background-color:#BFC9B9;
    border-top:solid 2px #FFFFFF;
}
#cphCenter_frame
{
   
    height:300px;
    background-color:#BFC9B9;
    border-bottom:solid 2px #BFC9B9;
    padding:10px;
}
#cphLeft_frame
{
    width:200px;
    background-color:#FFFFFF;
    border-bottom:solid 2px #BFC9B9;
    background-image:url(images/bg_road_left.jpg);
    background-repeat:no-repeat;
}
#cphLeft_frame td
{
    font-family:verdana;
    font-size:11px;
    line-height:15px;
    font-weight:bold;
}
#cphLeft_frame #addnew
{
    font-family:verdana;
    font-size:11px;
    line-height:15px;
    font-weight:bold;
    text-align:center;
}
#cphRight_frame
{
    width:175px;
    background-color:#FFFFFF;
    border-bottom:solid 2px #BFC9B9;
    background-image:url(images/bg_road_right.jpg);
    background-repeat:no-repeat;
}
#footer_table
{
    width:100%;
    height:100%;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#597786;
}
#footer_table td
{
    padding:7px;
}
#footer_table a
{
   color:#597786;
   text-decoration:none;
}
#footer_table a:hover
{
   color:#597786;
   text-decoration:underline;
}
#leftnav_frame
{
    width:200px;
}
#leftnav_frame td
{
    color:#394E60;
    font-family:verdana;
    font-size:12px;
    line-height:13px;
    font-weight:bold;
    vertical-align:middle;
    background-image:url(images/leftnav_off.jpg);
    background-repeat:repeat-x;
    height:25px;
    padding-left:25px;
    padding-right:6px;
}
#leftnav_frame td.over
{
    color:#394E60;
    background-image:url(images/leftnav_over.jpg);
    background-repeat:repeat-x;
    cursor:pointer;
}
#leftnav_frame td.selected
{
    color:#FFFFFF;
    background-image:url(images/leftnav_on.jpg);
    background-repeat:repeat-x;
}
#centerframe
{
    width:100%;
}
p.title
{
    font-weight:bold;
    color:#597786;
}
.event
{
    margin-bottom:2px;
    margin-top:10px;
}
.event-title
{
    font-weight:bold;
    color:#597786;
    font-family:verdana;
    font-size:12px;
	line-height:19px;
}
.event-date
{
    font-weight:bold;
    color:#000;
    text-align:left;
    font-family:verdana;
    font-size:11px;
	line-height:19px;
}
.event-description
{
    font-weight:normal;
    color:#000;
    font-family:verdana;
    font-size:11px;
	line-height:19px;
}
.event-link
{
    font-weight:bold;
    color:#597786;
    font-family:verdana;
    font-size:11px;
	line-height:14px;
}