
body {
    color: #404033;
    background-color: #f1f0bf;
    background-image: url(graphics/site_bkg.gif);
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: center top;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
.page_area {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color: #404033;
    background-color: #f1f0bf;
    width: 768px;
}

.warning {
    color: red;
    font-weight: bold;
}

.highlight { background-color: yellow; }

td {
	margin: 0px; padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

td.left_edge { background: transparent url(graphics/edge_left.gif) repeat-y scroll; width: 18px; }
td.right_edge { background: transparent url(graphics/edge_right.gif) repeat-y scroll; width: 26px; }

td#site_title { background-color: #bebd8e; text-align: right; padding-right: 12px; }
td#site_title h1 { margin: 0; padding: 0; font-size: 30px; font-weight: bold; }
td#site_title h2 { margin: 0; padding: 0 0 12px 0; font-size: 24px; font-weight: bold; font-style: italic; }

td#panic { 
	background: transparent url(graphics/head_sep.gif) no-repeat scroll; 
	height: 72px; width: 724px; 
	margin: 0; padding: 0;
}
td#panic a {
	margin: 0; padding: 18px 24px 0 0;
	font-size: 28px;
	font-weight: bold;
	display: inline;
}
td#panic a:link, td#panic a:visited { color: #b2b280; background-color: transparent; text-decoration: none; }
td#panic a:active, td#panic a:hover { color: #bdbe8f; background-color: transparent; text-decoration: none; }

td#side_menu {
	margin: 0px; 
	padding: 0px;
	width: 150px;
	background-color: #bebd8e;
	color: #404033;
	font-size: 10pt;
	font-weight: bold;
}
td#side_menu a,td#side_menu h3 {
	margin: 0px; 
	padding: 12px 8px;
	font-size: 10pt;
	font-weight: bold;
	display: block;
}
td#side_menu a:link, td#side_menu a:visited { 
	color: #404033; 
	background-color: #bebd8e; 
	text-decoration: none;
	border-bottom: 1px solid #bebd8e;
}
td#side_menu a:active, td#side_menu a:hover { 
	color: #f1f0bf; 
	background-color: #808066; 
	text-decoration: none;
	border-bottom: 1px solid #bebd8e;
}

/* SUB class is used when the menu item is a decendent of the main menu -- at any level */
td#side_menu a:link.sub, td#side_menu a:visited.sub { 
	padding: 6px 8px;
	color: #606033; 
	background-color: #dddd9d; 
	text-decoration: none;
	/*text-align: left;*/
	border-bottom: 1px solid #dddd9d;
}
td#side_menu a:active.sub, td#side_menu a:hover.sub { 
	padding: 6px 8px;
	color: #f1f0bf; 
	background-color: #dddd9d; 
	text-decoration: none;
	/*text-align: left;*/
	border-bottom: 1px solid #dddd9d;
}

/* PICKED is used when the submenu item is currently being displayed */
td#side_menu a:link.sub#picked, td#side_menu a:visited.sub#picked { 
	padding: 6px 8px;
	color: #404033; 
	background-color: #eeeece; 
	text-decoration: none;
	/*text-align: left;*/
	border-bottom: 1px solid #eeeece;
}
td#side_menu a:active.sub#picked, td#side_menu a:hover.sub#picked { 
	padding: 6px 8px;
	color: #606033; 
	background-color: #eeeece; 
	text-decoration: none;
	/*text-align: left;*/
	border-bottom: 1px solid #eeeece;
}

/* CURRENT is the current top-level menu item.  This page or a child page is being shown */
td#side_menu a:link#current, td#side_menu a:visited#current { 
	color: #404033; 
	background-color: #bebd8e; 
	text-decoration: none;
	border-bottom: 1px solid #404033;
}
td#side_menu a:active#current, td#side_menu a:hover#current { 
	color: #f1f0bf; 
	background-color: #808066; 
	text-decoration: none;
	border-bottom: 1px solid #404033;
}

/* PICKED is the current top-level menu item when it is being displayed. */
td#side_menu a:link#picked, td#side_menu a:visited#picked { 
	color: #404033; 
	background-color: #eeeece; 
	text-decoration: none;
	border-bottom: 1px solid #404033;
}
td#side_menu a:active#picked, td#side_menu a:hover#picked { 
	color: #606033; 
	background-color: #eeeece; 
	text-decoration: none;
	border-bottom: 1px solid #404033;
}

/* UNDERSUB is the first top-level menu item under a sub-menu */
td#side_menu a:link#undersub, td#side_menu a:visited#undersub { 
	color: #404033; 
	background-color: #bebd8e; 
	text-decoration: none;
	border-top: 1px solid #fffffc;
}
td#side_menu a:active#undersub, td#side_menu a:hover#undersub { 
	color: #f1f0bf; 
	background-color: #808066; 
	text-decoration: none;
	border-top: 1px solid #fffffc;
}

td#logo_panel { background: transparent url(graphics/logo_bkg.gif) repeat-y scroll; width: 180px; }

td#separator { margin: 0; padding: 0; background-color: #f1f0bf; color: #f1f0bf; width: 30px; }

td#message_area { width: 544px;}

.page_body {
	background-color: transparent;
}

.helparea {
    font-size: 80%;
    color: #404033;
    background-color: #f5f5f3;
    border: 1px solid #404033;
    margin: 2px;
    padding: 3px;
}

/*
	SEARCH FORM
*/
input#search_for {
	margin: 0px 0px 12px 0px;
	padding: 1px;
	font-size:10pt;
    width: 120px; 
	height: 18px;
	color: #232321;
	background-color: #f1f0bf;
	border: 1px solid #7d5b5f;
	text-align: left;
}
a#adm_search_for, a#adm_search_for:link#adm_search_for, a#adm_search_for:visited#adm_search_for {
	display: block;
	font-size:10pt;
	font-weight: bold;
	text-decoration: none;
    width: 120px; 
	height: 18px;
	margin: 10px 0px;
	padding: 1px;
	color: #232321;
	background-color: #f1f0bf;
	border: 1px solid #7d5b5f;
}

/*
	SIDEBAR
*/

.sb_sec_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: larger;
    font-weight: bold;
	background-color: #bebd8e;
	color: #232321;
	text-align: center;
}

.sb_sec_contents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; 
	padding: 0px;
	width: 150px;
	background-color: #bebd8e;
	color: #232321;
	font-size: 10pt;
	font-weight: bold;
}

.sb_sec_contents ul { list-style-type: none; margin: 0px; padding: 0px; }
.sb_sec_contents li { margin: 0px; padding: 0px; font-weight: bold;}

.sb_sec_contents a:link, .sb_sec_contents a:visited {
	text-decoration: none;
	color: #232321;
	background-color: #8099b2;
}
.sb_sec_contents a:active, .sb_sec_contents a:hover {
	text-decoration: none;
	color: #f0ffff;
	background-color: #8099b2;
}
.sb_sec_contents a:link#sb_current, .sb_sec_contents a:visited#sb_current,
.sb_sec_contents a:active#sb_current, .sb_sec_contents a:hover#sb_current {
	text-decoration: none;
	color: #f0ffff;
	background-color: #8099b2;
}

div#rsidebar {
	width: 150px;
	margin: 0px 0px 6px 6px;
	padding: 0px;
	float:right;
}
.rsidetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: larger;
	font-weight: bold;
	text-align: center;
	color: #f1f0bf;
    background-color: #808066;
	margin: 0px;
	border: 1px solid #808066;
	padding: 0px 3px;
	width: 142px;
}

.rsidebody {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color: #232321;
    background-color: #bebd8e;
	margin: 0px;
	border: 1px solid #808066;
	padding: 0px 3px;
	width: 142px;
}


dl { margin: 12px 0px; padding: 0px;}
dt { font-weight: bold; margin-top: 12px; }
dd, dd.event_title { display: block; font-weight: normal; color: #232321; background-color: #bebd8e; margin: 0px; padding: 0px;}
dd:before { 
	display: marker;
	content: counter(cntr,none);
	margin: 0px; padding: 0px;
	}

dd.event_title a { text-decoration: underline; color: #232321; background-color: #bebd8e;}
dd.event_title a:link,
dd.event_title a:visited,
dd.event_title a:active,
dd.event_title a:hover { color: #232321; background-color: #bebd8e; }
dd.event_desc { font-size: smaller; padding: 1px 1em; }

/*
    PAGEHEADER AREA
*/

.pageheader{
	color: #404033;
	background-color: #f1f0bf;
    margin: 0px 0px 12px 0px;
    font-size: x-large;
    font-weight: bold;
    text-decoration: none;
}

.pagenav{
    padding-top: 3px;
    color: #000000;
    background-color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}
.pagenav a:link { color: #33cc00; background-color: #ffffff;  font-weight: normal;    text-decoration: none;  display: inline; }
.pagenav a:visited { color: #33cc00; background-color: #ffffff;  font-weight: normal;    text-decoration: none;  display: inline; }
.pagenav a:active { color: #00ffff; background-color: #ffffff;  font-weight: normal;    text-decoration: underline;  display: inline; }
.pagenav a:hover { color: #00ffff; background-color: #ffffff;  font-weight: normal;    text-decoration: underline;  display: inline; }

/*
    MAIN MESSAGE
*/

.message {
	margin: 0px;
    padding: 0px 24px 0px 0px;
	color: #404033;
    background-color: #f1f0bf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.message ul ol {
    margin-top: 3px;
    margin-bottom: 6px;
    padding-top: 0px;
    padding-bottom: 6px;
}

.message a:link, .message a:visited { 
	color: #7d5b5f; background-color: #f1f0bf; text-decoration: underline;  display: inline; 
}
.message a:hover, .message a:active  { 
	color: #0000ff; background-color: #f1f0bf; text-decoration: underline;  display: inline; 
}

.sec_title {
	color: #404033;
	background-color: #f1f0bf;
    margin: 24px 0px 6px 0px;
    font-size: larger;
    font-weight: bold;
    text-decoration: none;
}
.sec_title a:link, .sec_title a:visited, .sec_title a:active, .sec_title a:hover { 
	color: #404033; background-color: #f1f0bf; text-decoration: none;
}

.sec_piccaption {
    font-weight: bold;
    color: #7d5b5f;
}

.sec_list ul ol {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.sec_list li {
    padding-bottom: 0.5em;
}

.sec_links a:link, .sec_links a:visited { 
	color: #7d5b5f; background-color: #f1f0bf; text-decoration: underline;  display: inline; 
}
.sec_links a:hover, .sec_links a:active  { 
	color: #0000ff; background-color: #f1f0bf; text-decoration: underline;  display: inline; 
}


.treelist {
    padding-bottom: 6px;
    font-weight: bold;
}
.treelist a:link, .treelist a:visited, .treepagelinks a:link, .treepagelinks a:visited { 
	color: #404033; background-color: #f1f0bf; text-decoration: none;  display: inline; 
}
.treelist a:active, .treelist a:hover, .treepagelinks a:active, .treepagelinks a:hover { 
	color: #0000ff; background-color: #f1f0bf; text-decoration: underline;  display: inline; 
}

.treepagelinks {
    list-style: disc;
    font-weight: normal;
}
 
.pagefooter{
	margin: 6px 0px;
	padding: 12px 8px;
	text-align: center;
	font-weight: bold;
	color: #232321;
	background-color: #f1f0bf;
	clear: both;
}

.sitefooter {
	padding: 3px 24px 3px 24px;
	font-weight: normal;
	font-size:small;
	text-decoration: none;
	text-align: center;
	color: #7d5b5f;
	background-color: #f1f0bf;
}

.sitefooter a:link, .sitefooter a:visited {
    font-weight: bold;
    color: #7d5b5f;
    text-decoration: none;
}
.sitefooter a:active, .sitefooter a:hover, .sitefooter a:focus {
    font-weight: bold;
    color: #7d5b5f;
    text-decoration: underline;
}

.admin_link { font-weight: normal; color: #cccca5; background-color: transparent; }
.admin_link a:link, .admin_link a:visited { color: #cccca5; text-decoration: none;  display: inline; }
.admin_link a:active, .admin_link a:hover { color: #cccca5; text-decoration: underline;  display: inline; }