﻿body
{
    font-family: Helvetica;
    font-size: 15px;
    color: #ad7c36;
    padding: 0;
    margin: 0;
    background-color: #f2f0e2;
}

a
{
    color: #726d11;
    text-decoration: underline;
}

a:visited
{
    color: #726d11;
    text-decoration: underline;
}

a:hover
{
    color: #ad7c36;
    text-decoration: underline;
}

h1, h2, h3
{
    color: #686300;
    border-bottom: 1px solid #cdc99c;
    font-weight: normal;
}

h1 a:hover, h2 a:hover, h3 a:hover
{
    text-decoration: none;
}

h1
{
    font-size: 22px;
}

h2
{
    font-size: 18px;
    margin: 0;
    padding: 0;
}

h3
{
    font-size: 17px;
    margin: 0;
    padding: 0;
}

h2.icon
{
    padding-top: 20px;
}

img
{
    border: 0;
}

img.left
{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

img.right
{
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}

/* Containers & Layout */

#cmsWrapper
{
    margin: 0 auto;
    width: 900px;
    height: 783px;
}

#container
{
    float: left;
    width: 900px;
    height: 783px;
    background-color: white;
}

#header
{
    float: left;
    width: 898px;
    border: 1px solid #ceca9d;
    border-bottom: 0;
    height: 109px;
}

.logo
{
    float: left;
    width: 185px;
    height: 109px;
}

.login
{
    float: right;
    text-align: right;
    padding-top: 75px;
    padding-right: 20px;
    width: 205px;
    height: 34px;
	color: #726d11;
}

.login a
{
	color: #726d11;
	text-decoration: none;
}

.login a:hover
{
	color: #ad7c36;
	text-decoration: none;
}

#flash
{
    clear: both;
    float: left;
    width: 900px;
    height: 250px;
}

#menu
{
    clear: both;
    float: left;
    width: 900px;
    height: 30px;
    background: url('images/nav-bg.gif') repeat-x;
}

#menu img.left
{
    float: left;
}

#menu img.right
{
    float: right;
}

#main
{
    clear: both;
    float: left;
    width: 878px;
    height: 493px;
    padding: 8px 0 0 20px;
    overflow: hidden;
    border: 1px solid #ceca9d;
    border-top: 0;
}

#leftCol
{
    float: left;
    width: 208px;
    height: 100%;
    font-size: 14px;
    padding-top: 5px;
}

.panel
{
    width: 208px;
    margin-bottom: 15px;
}

#rightCol
{
    float: right;
    width: 609px;
    height: 446px;
    max-height: 446px;
    padding: 37px 20px 0 20px;
    border-left: 1px solid #ceca9d;
    padding-bottom: 10px;
    overflow: auto;
}

#footer
{
    clear: both;
    float: left;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    font-size: 14px;
}

/* List CSS */

ol.sf_list_expandable
{
}

h5.sf_item_head,
h5.sf_item_headexp
{
    font-size: 14px;
}

.sf_item_body
{
}

/*Styles for the fake Panel Bar*/

.boxTop{
	width: 208px;
	padding: 5px 10px;
	background: transparent url(panelBar/img/rootBG.gif) no-repeat scroll left top;
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
}

.box {
     width: 206px;
     border: 1px solid #cdc99c;
     background-color: #f2f0e2;
}

.boxList {
     list-style-image: none;
	 padding: 0px;
	 list-style-type: none;
	 margin: 0px;
	 display: block;
	 z-index: 10px;
	 overflow-y: hidden;
}

.boxListItem, .boxListItem a
{
	margin: 7px 0px 7px 5px;
	color: #ad7c36;
	text-decoration: none;
}

.boxListItem a:hover
{
	color: #726d11;
	text-decoration: none;
}

.boxSubList {
	 padding-left: 15px;
	 list-style-type: disc;
	 margin: 0px;
	 display: block;
	 z-index: 10px;
	 overflow-y: hidden;
}

.boxSubListItem, .boxSubListItem a
{
	margin: 7px 0px 7px 5px;
	color: #ad7c36;
	text-decoration: none;
}

.boxSubListItem a:hover
{
	color: #726d11;
	text-decoration: none;
}


/* News Control CSS */ 

.newssummary
{
    padding-bottom: 20px;}
    
.newstitle a 
{
    text-decoration: none;
    cursor: pointer;}
