﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #000;
	background-image:url('../images/bkg_grad1.png');
	background-repeat:repeat-x;
	margin-top: 20px;
}
#container {
	width: 830px;
	margin: 0 auto;
	background: #fff url(../images/left_image2.jpg) top;
	background-position:right;
	padding-right:65px;
	background-repeat: repeat-y;
	border-left:5px black solid;
	border-top:2px #666666 solid;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 650px;
	padding: 0;
	background-color: #fff;

}
#navigation {
	margin-right: 10px;
	margin-left: 0px;
	background-color: #d3d3d3;
	background-image:url('../images/footer_bkg2.jpg');
	background-repeat:repeat-y;
	overflow: hidden;
}
#column_l {
	width: 170px;
	height: 420px;
	margin: 0 0 0 0px;
	padding: 0 10px 10px 10px;
	background: #fff;
/*	background-image:url('../images/bkg2_tile.gif');
	background-repeat:repeat;*/
}
#column_l ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
/*	font-family:"Times New Roman", Times, serif;  */
	font-size: 18px;
}
#column_l li {
	display: block;
	height: 87px;
}
#column_l a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 30px 0 0 45px;
}
#column_l a:hover {
	font-weight: bold;
	font-style:italic;
	text-decoration: none;
	color: navy;
}

#column_r {
	width: 625px;
	margin: 0 0 0 10px;
	float: right;
	background: #fff;
	position: relative;
	right: 20px;
	padding-right: 5px;
	padding-left: 0px;
/*	background-image:url('../images/bkg2_tile.gif');
	background-repeat:repeat;*/
	}
#footer {
	text-align: center;
	background-image:url('../images/footer_bkg2.jpg');
	background-repeat:repeat-y;
	background-color: #B4B4B4;
	margin-right: 10px;
	margin-left: 0px;
	overflow: hidden;
	padding: 0px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */
h1 {
	color: #535353;
	font-size: 2.0em;
	margin-top: 10px;
}
h2 {
	color: #535353;
	font-size: 1.75em;
}
h3 {
	color: #535353;
	font-size: 1.5em;
}
h4 {
	color: #535353;
	font-size: 1.25em;
}
h5 {
	color: #535353;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size:medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 30px;
}
#column_r ul li {
	font-size: 1.2em;
	display: list-item;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: navy;
	text-decoration: none;
}
#tagline p {
	text-align:center;
	color:gray;
	font-size:x-small;
	padding-bottom: 8px;
	padding-right: 70px;
	margin-top: 8px;
}
#tagline a {
	text-decoration:none;
	color: gray;
}
#tagline a:hover {
	text-decoration:underline;
	color: #CCCCCC;
}
/* Styles for Links */
a {
	color: #000456;
	text-decoration: underline;
}
a:hover {
	color: navy;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.pagelist ul {
	font-size:1.2em;
}
.pagelist li {
	font-size:inherit;
}
#events p
{
	font-size: 0.8em;
}
#events h3
{
	font-size: 1.1em;
	font-weight:bold;
	margin-top: 6px;
	margin-bottom:0px;
}
