﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:#000000;
	background-image:url('images/bg.jpg');
	background-repeat:no-repeat;
	font-family:"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size:small;
	color:#333333;
	text-align:justify;
}
#masthead {
	width:924px;
	height:328px;
	margin-right:auto;
	margin-left:auto;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;	
}
#top_nav {
	background-image:url('images/nav-bg.jpg');
	background-repeat:repeat-y;
	width:924px;
	height:50px;
	margin-right:auto;
	margin-left:auto;
}
#container-top{
	margin-right:auto;
	margin-left:auto;
	background-image:url('images/container-top.jpg');
	background-repeat:no-repeat;
	width:924px;
	height:49px;
}
#container {
	width:924px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	background-image:url('images/body.jpg');
	background-repeat:repeat-y;
}
.img {
	float:left;
	padding:0 3px 0 0;
}
.logo {
	margin-left:20px;
}
p {
	padding:0;
}
#right_col {
	width: 260px;
	float: right;
	margin:0 50px 0 0;
}
#page_content {
	padding:0 0px 0 55px;
	margin:0 330px 0 0;
}
#footer {
	clear: both;
	margin-right:auto;
	margin-left:auto;
	background-image:url('images/footer.jpg');
	background-repeat:no-repeat;
	width:924px;
	height:62px;
}
.footer.text{
	font-size:x-small;
	text-decoration:none;
	color:#ffffff;
	text-align:center;
	padding:43px 0 0 0;
	font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif
}
a {
	color: #112e3e;
	text-decoration:none;
}
a:visited {
	color: #112e3e;
	text-decoration:none;
}
a:active {
	color: #112e3e;
	text-decoration:none;
}
a:hover {
	color:#766956;
}
blockquote{
	color:#112e3e;
	font-style:italic;
	margin-top:0;
}
.table{
	padding:0 35px 0 0;
	float:left;
}
dl.event{
	margin: 1em 5px 0 20px;
	padding: 0;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	text-align:left;
}
.event dt{
	position: relative;
	left: 0;
	top: 1em;
	width: 112em;
	font-weight: bold;
}
.event dd{
	border-left: 1px solid #000;
	margin: 0 0 0 13em;
	padding: 0 0 .5em .5em;
}
h3{
	margin:15px 0 0 20px;
}




















