﻿* {
	padding: 0;
	margin: 0;
}

body
	{
	background: url('../img/background2.png') repeat-x /*center top*/;
	font-family: Arial;
}

/* The root container */
#wrapper {
	width: 750px;
	margin: auto;
	background: #88a6d8;
}

/* The bar at the top of every page */
#header {
	padding: 0px;
	background: transparent;
	width: auto;
	overflow: auto;
	margin-bottom: 5%;
}

#header table {
	margin-bottom: 2%;
}

#header h1 {
	color: teal;
	font-size: 30px;
	font-weight: bold;
}

#header td.hdr {
	text-align: center;
	vertical-align: middle;
}

#header td.hdrimg {
	text-align: right;
}

#header #menu {
	text-align: center;
}

#header #menu table {
	height: auto;
	border-top: 2px solid #669899;
	border-bottom: 2px solid #669899;
}

#header #menu td {
	text-align: center;
}

#header #menu a {
	font-family: Arial;
	color: black;
	text-align: center;
	text-decoration: none; 
}

#header #menu a:hover {
	font-style: italic;
	font-weight: bold;
	color: white;
}

table {
	width: 100%;
}
	
table.staff
	{
	margin-bottom: 1%;
	width: 100%;
	border-left: 1px solid #669899;
	border-top: 1px solid #669899;
	border-right: 1px solid #669899;
	border-bottom: 1px solid #669899;
	}

td.stafftitle
	{
	text-align: left;
	vertical-align: bottom;
	width: 144px;
	font-size: medium;
	font-weight: bold;
	}

td.staffcomments
	{
	text-align: left;
	vertical-align: middle;
	font-size: medium;
	font-style: italic;
	padding: 0 10px 0 5px;
	}
	
td.nopicture
{
	font-size: large;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #669899;
	width: 175px;
	height: 193px;
}	

p.staff
{
	text-align: left;
	font-size: medium;
	margin-bottom: 4%;
	padding: 0 10px 0 10px;
}

p.comments {
	font-style: italic;
	padding: 0 10px 20px 10px;
}

p.indexcomm {
	font-style: italic;
	padding: 10px 0 0 0;
}

td.evntsdate {
	padding: 10px 0 0 0;
	color: #FFFF99;
	font-weight: bold;
	font-size: 12pt;
}

td.evntsheadline {
	padding:0 0 0 30px;
	font-weight: bold;
	font-size: 10pt;
}

td.evntsdetails {
	padding:0 0 5px 60px;
	font-style: italic;
	font-size: 10pt;
}

td.contact {
	padding: 0 0 10px 0;
}

td.contact a {
	color: #fff;
}

a {
	color: #fff;
}

ul, ol {
	margin: 10px 0 20px 40px;
}

ul, ol {
	line-height: 15px;
}

ol {
	margin: 0 0 20px 60px;
}

li {
	margin: 0 2px 10px 0;
	line-height: normal;
}

p {
	padding: 3px;
}

ul.guidelines {
	margin: 10px 0 10px 40px;
}

p.contactus {
	text-align: center;
	padding: 10px;
	font-size: 20px;
	color: #FFFF99;
}

/* Primary headers */
h2 {
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}

h2 a {
	color: #fff;	
}

h3 {
	margin: 20px 0;
	color: #004477;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
}

h3 span {
	float: left;
}

h3 span.top {
	float: right;
	font-size: 10px;
}

h3 span.top a {
	color: #333;
}

/* Header for block */
h4 {
	background: #007b7b;
	display: block;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 24px;
}

/* Header for block-collections */
h5 {
	background: #007b7b;
	display: block;
	padding: 5px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

/* The root element for content-related elements */
.content {
	padding: 0px;
}

/* Allows for two columns of content with a border*/
.half-left, .half-right {
	width: 368px;
	float: left;
	border: 1px solid #004477;	
}

.half-left {
	margin: 0 5px 5% 0;
}

.half-right {
	margin: 0 0 5% 5px;
}

/* allows for three columns of content with a border */
.third-left, .third-right, .third-middle {
	width: 244px;
	float: left;
	border: 1px solid #004477;
}

.third-left {
	margin: 0 6px 15px 0;
}

.third-right {
	margin: 0 0 15px 6px;
}

.third-middle {
	margin: 0 0 15px 0;
}

/* splits the content into two columns with a sidebar */
.content-left {
	width: 196px;
	margin-right: 4px;
	float: left;
}

.content-right {
	width: 510px;
	float: left;
}

/* Used to spread content across one column with a border and header */
.block {
	width: auto;
	border: 1px solid #004477;
	margin: 0 0 5% 0;
}

.block-inner {
	margin: 5px;
}

.block-inner p {
	margin: 0 0 10px 0;
}

/* The footer shown at the bottom of every page */
#footer {
	padding: 0px;
	background-color: #007b7b;
}

#footer table {
	margin-bottom: auto;
}

#footer td {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 10pt;
	color: white;
	height: 50px;
}

#footer a {
	color: white;
	font-family: Arial;
	text-decoration: underline;
}

/* Clears floated elements */
.clear {
	clear: both;
}



