/* CSS Document */
body
{
    margin      : 0;
	padding     : 0;
	text-align  : justified;
	background  : #666 url(/images/bg.gif) repeat-x left top;
	color       : #38230E;
	font-family : "Lucida Grande", Verdana, sans-serif;
	font-size   : small;
}

#page
{
    width: 900px;
    margin: 0 auto;
    padding: 0;
}

.logo
{
    font-size: 200%;
}

.header
{
    height           : 95px;
    background-color : #006699;
    border-top       : 8px solid #6699CC;
    text-align       : left;
}

.navigation
{
    width            : 184px;
    padding-left     : 6px;
    padding-right    : 6px;
    background-image : url (/images/nav_side.jpg);
}

.navigationbtm
{
    width             : 184px;
    background-image  : url(/images/nav_btm.jpg);
    background-repeat : no-repeat;
    height            : 8px;
    margin-top        : -5px;
}

.hr{
    width:485px;
    height:8px;
    background-image:url(/images/hr.gif);
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    background-repeat: no-repeat;
}

.content_body
{
    background-image  : url(/images/bg1.jpg);
    background-repeat : repeat-x;
    background-color  : #F6F1DE;
}

.content_interior
{
    width        : 860px;
    margin-left  : auto;
    margin-right : auto;
}

.header_interior
{
    margin-left  : auto;
    margin-right : auto;
    width        : 860px;
    margin-top   : 25px;
}

.title
{
    color       : #FFFFFF;
    font-size   : 25px;
    margin      : 0px;
    padding-top : 3px;
}

.left_column
{
    width      : 200px;
    float      : left;
    margin-top : 25px;
    clear      : both;
}

#localmenu li
{
    list-style-type : none;
}


.right_column
{
    width         : 645px;
    float         : right;
    margin-top    : 25px;
    margin-bottom : 25px;
    border-left   : solid 1px #E0D0B1;
    padding-left  : 10px;
}

a:link, a:visited {
	color: #268CCD;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}


h2 {
	margin: 0;
	color: #006699;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-left:25px;
	background-image:url(/images/h2.gif);
	background-repeat:no-repeat;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #000;
	text-decoration: none;
}
	
h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #006699;
	margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #000;
}
	
h4 {
	margin: 0;
	color: #006699;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

h3 {
	margin: 4px 0 8px 0;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h5 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.portlet
{
    -moz-border-radius:7px;
    font-size:0.9em;
    margin: 0;
    padding: 3px;
    margin-bottom:15px;
    background-color:#6699CC;
}

.portlet-header
{
    color: white;
    font-size:1.2em;
    font-weight:bold;
    line-height:1;
    padding:5px 5px 6px;
    margin: 0;
    text-align:center;
}

.portlet-content
{
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    background-color : #F6F1DE;
    padding:5px 5px 10px 5px;
    text-align : left;
    font-size  : 10px;
}

.portlet ul, .portlet ol
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:square;
    margin: 0 0 0 10px;
    padding: 0;
}

.portlet li
{
    list-style-type : none;
    padding: 2px 0 2px 0px;
}

.portlet li a
{
    background      : url(/images/arrow.gif) no-repeat 2px center;
    font-weight     : bold;
    color           : #006699;
    display         : block;
    padding         : 3px 0;
    padding-left    : 15px;
    text-decoration : none;
    border-bottom   : 1px solid #B5B5B5;
    list-style-type : none;
    list-style      : none;
}

* html .portlet li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
}

.portlet li a:visited, .portlet li a:active
{
    color : #00014e;
}

.portlet li a:hover
{
    color : black;
}

.portlet div.form
{
    margin: 0;
    width: 100%;
}

.portlet div.errorMessage
{
    color: red;
}

.portlet div.form p.hint
{
    color: gray;
    font-size: 90%;
    margin: 0 0 0 70px;
}

.portlet div.form div.action
{
    margin-left: 70px;
    padding: 0.25em 0;
}

.portlet div.form div.simple,
.portlet div.form div.complex
{
    padding: 0.25em 0;
}

.portlet div.form div.simple label,
.portlet div.form div.complex span
{
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    text-align: right;
    width: 60px;
}

.portlet div.form label.error,
.portlet div.form span.error
{
    color: #C00;
}

.portlet div.form input.error,
.portlet div.form textarea.error
{
    background: #FEE;
    border-color: #C00;
}

.portlet div.form div.simple div,
.portlet div.form div.complex div
{
    margin-left: 70px;
}

.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width:180px;
list-style:none;
}

.markermenu li a{
background:url(/images/arrow.gif) no-repeat 2px center;
font-weight:bold;
color: #006699;
display: block;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
list-style-type: none;
list-style:none;
}

* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
color: black;
}

.footer{
background-color:#EFE6CE;
padding-top:25px;
padding-bottom:25px;}

.footer-inner{
width:760px;
margin-left:auto;
margin-right:auto;}

.footer-div{
width:275px;
float:left;
margin-right:20px;
margin-left:20px;
}

*html .footer-div
{
width:275px;
float:left;
margin-right:15px;
margin-left:15px;
}

li.txt
{
	margin-left     : -20px;
	list-style-type : square;
	color           : #000000;
}

tr.boardheader
{
    background-color : #006699;
}

tr.boardheader td
{
    text-align : center;
    font-weight : 600;
    color       : white;
}

#mtgminutes td
{
    border : 1;
    text-align : center;
    padding : 4px;
}

dt
{
    margin-left  : 20px;
    margin-right : 10px;
    margin-top   : 20px;
    font-weight  : 600;
}

table#fieldtable
{
   width : 100%;
   font-size : 9px;
}

.tabletitle
{
   font-size : 14px;
   color     : #006699;
}

table.schedule
{
   table-layout : fixed;
   width        : 100%;
}

table.schedule td
{
   border : 1;
   text-align : center;
   font-size  : 10px;
}

