body {
	width: 100%;
	min-width: 900px;
	font-family: Verdana;
	color: #666;
	font-size: 12px;
	margin: 0;
	background-color: #FFF;
	min-height: 400px;
}

.page-header {
	background-image: url('/templates/1/assets/bg_top.gif');
	background-repeat: repeat-x;
	height: 60px;
	width: 100%;
	color: #FFF;
	background-color: #FFF;
}
.page-header-inside {
	width: 1024px;
	height: 60px;
}

.page-header .title,
.top-nav div {
	float: left;
	margin-left: 34px;
	margin-top: 14px;
	font-family: Times;
}
.top-nav div {
	margin-top: 16px;
	font-size: 12px;
	font-family: Verdana;
}
.page-header a {
	text-decoration: none;
	color: #FFF;
}
.page-header h1 {
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
}

.top-nav {
}

.top-nav .last {
	float: right;
	margin-right: 15px;
}

.page-middle {
	margin-left: 34px;
	width: 920px;
	clear: both;
	background-color: #FFF;
}

.column {
	float: left;
}

.content-header {
	width: 600px;
}
.content-header-big { width: 850px;}

.nav {
	line-height: 20px;
	font-family: Times;
	font-style: italic;
	font-size: 13px;
	margin-left: 5px;
	width: 120px;
}
.nav ul { width: 120px; }
.nav a {
	text-decoration: none;
	color: #000;
}
.nav a:hover {
	font-weight: bold;
}
.subnav a { 	color: #888;}

.subnav {
	margin-left: 10px;
}

.date {
	background-image: url('/templates/1/assets/bg_date.jpg');
	background-repeat: no-repeat;
	width: 51px;
	height: 61px;
	color: #FFF;
}

.date h3 {
	text-align: center;
	margin-top: 8px;
	font-size: 18px;
	font-style: italic;
}

.date h4 {
	text-align: center;
	font-size: 10px;
	font-style: italic;
}

.timestamp {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #999;
}

.underline {
	width: 100%;
	height: 4px;
	background-image: url('/templates/1/assets/bg_title.jpg');
	background-repeat: no-repeat;
	position: relative;
	bottom: 19px;
	right: 4px;
}

.text-body a,
.text-title a {
	color: #42596D;
}
.text-body {
	clear: both;
	width: 100%;
	line-height: 17px;
}
.blog-body {
	clear: both;
	text-indent: 28px;
	width: 400px;
	line-height: 17px;
	position: relative;
	left: 27px;
	bottom: 28px;
}

.content-side {
	margin-left: 20px;
	width: 220px;
}

.content-side .text-body p {
	margin-top: 10px;
	line-height: 17px;
}

.content-small {
	width: 278px;
}

.content-large {
	width: 460px;
}
.content-large-home {
	margin-top: 10px;
	width: 520px;
}

.content-text {
	clear: both;
	margin: 10px;
}
.content-text h1 {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.audio {	background-image: url('/templates/1/assets/header_audio.jpg'); }
.upcoming-events {	background-image: url('/templates/1/assets/header_calendar.jpg'); }
.files {	background-image: url('/templates/1/assets/header_files.jpg'); }
.photos {	background-image: url('/templates/1/assets/header_photos.jpg'); }

.page-footer {
	margin-top: 40px;
	clear:both;
	background-image: url('/templates/1/assets/bg_bottom.jpg');
	background-repeat: repeat-x;
	background-color: #666;
	color: #FFF;
}

.content-footer {
	margin-left: 34px;
	padding-top: 5px;
}

.content-footer h2,
.content-footer h3 {
	display: inline;
	margin-right: 20px;
}

.content-footer h2 {
	font-weight: bold;
	font-size: 12px;
}

.content-footer h3 {
	font-family: Times;
	color: #EEE;
	font-style: italic;
	font-size: 12px;
}

.content-footer p {
	font-size: 10px;
}
.dotted-line {
	width: 825px;
	height: 15px;
	background-image: url('/templates/1/assets/dotted_line.jpg');
	background-repeat: repeat-x;
}

.page-footer table { margin-bottom: 5px;}

.page-footer td {
	padding-right: 50px;
}
.page-footer td p {
	margin-bottom: 3px;
}

/* Misc */

.left {					float: left; }
.right{				float: right; }
.clear{				clear: both; }
.hidden {								display: none;}
