﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #cfcfcf;
}
#container {
    width: 800px;
    margin: 0 auto;
    background-color: #13A1C5;
}
#masthead {
    background-color: #FFFFFF;
    background: url('../images/Nichols_Fountain_Banner2.jpg');
    text-align: right;
    color: White;
    width: 800px;
    overflow: hidden;
    height: 174px;
}
#sidebar {
    float: left;
    width: 122px;
    background-color: #13A1C5;
    position: relative;
    clear: both;
    display: inline;
    color: #FFFFFF;
    border-top: 1px #FFFFFF solid;
}
#content {
    float: left;
    width: 648px;
    padding: 15px;
    overflow: auto;
    background-color: #fff;
    margin: 0px;
    position: relative;
}
#title {
	font-size: x-large;
	font-weight: bold;	
}
#c
#content img {
    display: block;
    padding-left: 7px;
    padding-right: 7px;
}
le {
	font-size: x-large;
	font-weight: bold;	
}
#footer {
    clear: both;
    width: 800px;
    background-color: #FFFFFF;
    padding: 0;
    overflow: auto;
    margin-top: 0px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.76em;
    height: 0px;
}
#footertext {
    clear: both;
    padding: 0;
    overflow: auto;
    margin-top: 5px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.76em;
    text-align: center;
}
#masthead img {
	float: right;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
    display: block;
    border-bottom: 2px #FFFFFF solid;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	background-color: #f9f9f9;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
td.EventTitle {
	background-color: #13a1c5;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	text-align:center;
}
td.EventDescription {
	background-color: #f0f0f0;
	padding: 15;
	overflow: auto;
}
#masthead table
{
    width: 100%;
}
