﻿body {
	background-color: #0F4D92;
	background-image: url("../images/mountainback.jpg");
	background-position: bottom left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 525px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#pageContainer {
	background-color: white;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;
	border: 1px black solid;
}

#headerContainer {
	width: 800px;
	padding: 0px;
	background-color: white;
}

#headerBanner {
	background-color: white;
	width: 800px;
	height: 80px;
	font-size: 63px;
	letter-spacing: -4px;
	color: black;
	vertical-align: middle;
	text-align: center;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight:bold;
}

#logo {
	vertical-align:middle;
	border: 0px;
}

.headerMenuItem {
	padding: 3px 3px 7px 3px;
	float:left;
}

.closer {
	clear: both;
}

#pageBodyContainer {
	width: 800px;
	padding: 0px;
	background-color: white;
}

#pageMenuContainer {
	float: left;
	width: 120px;
}
.pageMenuItem {
	padding: 3px;
}

#pageBody {
	float: left;
	width: 666px;
	padding: 7px;
}

#prefooter {
	text-align: center;
	font-size: 11px;
	padding: 2px;
}

#footer {
	text-align: center;
	font-size: small;
	padding: 2px;
}

a.header:link {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
a.header:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
a.header:active {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
a.header:hover {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

a.menu:link {
	text-decoration: none;
	color: black;
}
a.menu:visited {
	text-decoration: none;
	color: black;
}
a.menu:active {
	text-decoration: none;
	color: black;
}
a.menu:hover {
	text-decoration: underline;
	color: black;
}

#adContainer {
	width: 120px;
	padding: 25px 0px 5px 0px;
}

ul#twitter_update_list { 
	list-style: none; 
}
ul#twitter_update_list li { 
	margin-bottom: 10px;
	padding: 10px;
}

a:link {
	text-decoration: none;
	color: #0F4D92;
}
a:visited {
	text-decoration: none;
	color: #0F4D92;
}
a:active {
	text-decoration: none;
	color: #0F4D92;
}
a:hover {
	text-decoration: underline;
	color: #0F4D92;
}
