﻿body
{
	background-image: url(/images/bodybg.gif);
	background-repeat: repeat-x;
	background-color: #9C9C9C;
	
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 11px;
}

#header
{
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}

#header ul li a
{
	color: #E4D4A3;
	font-weight: bold;
	text-decoration: none;
}

#header ul li a:hover
{
	text-decoration: underline;
}

#content
{
	background-image: url(/images/content_bg.gif);
	background-repeat: repeat-y;
	background-color: #F4EFDB;
}

#contentBody
{
	background-image: url(/images/contentBody_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	
	color: #504B44;
	font-size: 15px;
}

#contentBody a
{
	color: #02679B;
	text-decoration: none;	
}

#contentBody a:hover
{
	text-decoration: underline;
}

#contentBody h1.pageTitle
{
	font-size: 28px;
}

#contentBody .breadcrumbs
{
	font-size: 12px;
}

#contentBody .breadcrumbs a
{
	font-size: 12px;
}

#contentBody h1, #contentBody h2, #contentBody h3, #contentBody h4, #contentBody h5, #contentBody h6
{
	/* color: #006CB6; */
	color: #9D8547;
}

#contentBody h1
{
	font-size: 18px;
}

#contentBody h2
{
	font-size: 16px;
}

#contentBody h3
{
	font-size: 15px;
}

#contentBody h4
{
	font-size: 15px;
	font-weight: normal;
}

#contentBody h5
{
	font-size: 12px;
}

#contentBody h6
{
	font-size: 11px;
}

#contentBody .calendar
{
	background-color: #DECA84;
}

#contentBody .calendar thead th
{
	text-decoration: underline;
}

#contentBody .calendar td
{
	background-color: #F0E6C2;
	text-align: left;
}

#contentBody .calendar td.calevent
{
	background-color: white;
}

#contentBody .calendar td.calevent a
{
	font-weight: bold;
}

#sidebar
{
	background-image: url(/images/rightcol_bg.gif);
	background-repeat: no-repeat;
	background-color: #F0E6C2;

	color: #504B44;
}

#sidebar #secret, #sidebar #master
{
	text-align: justify;
}

#footer
{
	background-image: url(/images/footerbg.jpg);
	background-repeat: no-repeat;
}

#footer ul li a
{
	color: #E4D4A3;
	font-weight: normal;
	text-decoration: none;
}

#footer ul li a:hover
{
	text-decoration: underline;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


