﻿html
{
	padding:0px;
	margin:0px;
}

body
{
	background-color: #FFFFCC;
	font-family : Georgia, Times New Roman, sans-serif;
	padding:0px;
	margin:5px 0px;
	color:Green;

	font-size:0.9em;
}

#Container
{
	background-color: White;
	width:950px;
	padding:0px;
	margin:0px;

	margin-top:19px;
}


#Header
{
	position:relative;
	width:930px;
	color:white;
	margin-top:5px;
	padding:5px;
}

#Header h1
{
	font-size:2.2em;
	margin:0px;
	margin-top:5px;
	font-variant:small-caps;
}

#Header h2
{
	font-size:1.1em;
	margin:0px;
}

#Header img.logo
{
	position:absolute;
	top: -23px;
	padding: 5px;
	left:8px;
}

#Header p.access
{
    position:absolute;
    top:0px;
    right:0px;
    font-size:0.8em;
}

#MenuBar
{
	text-align:left;
	width:930px;
	background-image:url('../images/menuback.jpg');
	background-position:center left;
	background-color:#CCDFBF;
}

/* Menu layout */
#MenuBar ul
{
	display:inline;
	list-style:none;
	margin:0px;
	margin-left:175px;
}

#MenuBar ul li
{
	display:inline;
	margin:0px;
	position:relative;
}

#MenuBar ul li ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	background-color:#CCDFBF;

	position:absolute;
	top:21px;
	left:0px;
	width:170px;

	display:none;
}

#MenuBar ul li:hover ul, #MenuBar ul li.IEHover ul
{
	display:block;
}

#MenuBar ul li ul li
{
	display:inline;
}


/* Menu Links */
#MenuBar ul li a
{
	font-variant:small-caps;
	text-decoration:none;
	font-weight:bold;
	color:Green;

	padding:0.3em 20px;
	
	line-height:25px;
}

#MenuBar ul li a:hover
{
	background-image:url('../images/menuhover.jpg');
	background-position:center left;
	background-color:#E0FFE0;
}

#MenuBar ul li ul li a
{
	display:block;
	width:150px;
	padding:3px 10px;
	margin:0px;
	text-decoration:none;
}

#MenuBar ul li ul li a:hover
{
	background:#E0FFE0;
}

#MainContent
{
	text-align:left;
	width:930px;
	padding:0px;
	margin:0px;
}

#MainContent div.Padder
{
	padding:10px 20px;
}

#Footer
{
	width:930px;
	font-size:0.75em;
}

#Copyright
{
	font-size: 0.75em;
	color: #7C7C7C;
}

#Copyright a 
{
	text-decoration:none;
	color: #7C7C7C;
}

#Copyright a:hover 
{
	text-decoration:underline;
	color: #7C7C7C;
	background:none;
}

/* Frame Shadow */
.topFrame
{
	background-image:url('../images/top.jpg');
	background-repeat:repeat-x;
	background-position:top left;
	background-color:Green;

	height:70px;
}

.topFrame .leftFrame
{
	background-image:url('../images/topleft.jpg');
	background-repeat:no-repeat;
	background-position:top left;

	height:70px;
}

.topFrame .rightFrame
{
	background-image:url('../images/topright.jpg');
	background-repeat:no-repeat;
	background-position:top right;

	height:70px;
}

.bodyFrame .leftFrame
{
	background-image:url('../images/left.jpg');
	background-repeat:repeat-y;
	background-position:top left;
}

.bodyFrame .rightFrame
{
	background-image:url('../images/right.jpg');
	background-repeat:repeat-y;
	background-position:top right;
}

.bottomFrame
{
	background-image:url('../images/bottom.jpg');
	background-repeat:repeat-x;
	background-position:bottom left;

	height:25px;
}

.bottomFrame .leftFrame
{
	background-image:url('../images/bottomleft.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;

	height:25px;
}

.bottomFrame .rightFrame
{
	background-image:url('../images/bottomright.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;

	height:25px;
}

.RssPanel
{
}

.RssItem
{
    margin-bottom:10px;
}

.RssItemTitle
{
    font-size: 1.3em;
    color: Green; 
    font-weight: bold;
    padding-right:7px;
}

.RssItemDateTime
{
    color: Green; 
    font-weight: bold;
    margin:3px 0px;
}

.RssItemText
{
    margin: 10px;
}

.EventsTable
{
    
}

.EventsTable tr
{
    background-color: #FFFFCC;
}

.EventsTable tr th
{
    padding: 4px;
}

.EventsTable tr td
{
    padding: 4px;
}

.EventsTable .EditCell
{
    width:50px;
}

.EventsTable .TitleCell
{
    width:300px;
}


/* Element styles */

#MainContent img
{
	margin:5px;
}

h1
{
	font-size: 1.5em;
	font-weight: bold;
	margin-top:0px;
	font-style:italic;
}

h2
{
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	font-style:italic;
}

h3
{
	font-size:0.9em;
	font-weight:bold;
	margin-top:0px;
}

acronym
{
    border-bottom: 1px dotted;
	cursor: help;
}

a
{
	color: Green;
	text-decoration: underline;
}

a:hover
{
	color: #FFFFFF;
	background-color: Green;
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

blockquote 
{
    font-style:italic;
    font-weight:bold;
}

table.DataTable {
	border-collapse: collapse;
	border: 2px Green solid;	
}

table.DataTable th {
	font-size : 110%;
	padding   : 10px;
	border     : 1px Green solid;
}

table.DataTable td {
	text-align : center;
	padding    : 10px;
	border     : 1px Green solid;
}

table.EntryForm {
	border-collapse: collapse;
	border: 2px Green solid;
}

table.EntryForm th {
	padding    : 7px;
	text-align : right;
}

table.EntryForm td {
	text-align : left;
	padding    : 5px;
}

td, th
{
	vertical-align: top;
}

.RightBox
{
	float:right;
	width:40%;
	border:solid 2px Green;
	padding:10px;
	margin:0px 0px 5px 5px;
}

/* Classes */

.signature {
	font-family: Lucida Handwriting, Handscript SF, Georgia, Times New Roman, sans-serif;
	font-size: 110%
}

.SmallPrint
{
    font-size:0.75em;
}
