﻿/* CSS layout */
#masthead {
	border-width: thin;
	height: 150px;
	background-image: url('home/retreat_masthead.jpg');
	width: 950px;
	background-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}
#navbar {
	background-color: #336699;
	text-align: center;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container {
	position: relative;
	width: 950px;
	background-color: #336699;
}
#left_col {
	width: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #336699;
	height: 500px;
}
#page_content {
	margin-right: 150px;
	margin-left: 150px;
	height: auto;
	background-color: #E2E2E7;
}
#right_col {
	width: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #336699;
	height: 500px;
}
#footer {
	width: 950px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background-color: #336699;
	bottom: auto;
	text-decoration: none;
}
body {
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
	width: 950px;
	background-color: #336699;
}
p {
	background-position: 0px 0px;
	padding: 5px;
	margin-right: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
	background-repeat: repeat;
	background-attachment: scroll;
}

a:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 18px;
}
a:visited {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 18px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 18px;
	color: #000000;
}
a:active {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 18px;
	color: #0000FF;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	margin-left: 35px;
}
h3 {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 16px;
	color: #000000;
	margin-left: 35px;
}
h2 {
	border-width: 0px;
	text-indent: 5px;
	margin-left: 40px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 24px;
	color: #663300;
	padding: 5px;
	margin: 5px;
}

#navbar ul {
	list-style-type: none;
	text-decoration: none;
}
#navbar li {
	margin: 0px;
	border-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	border-width: thin;
	display: inline;
	padding-right: 3px;
	padding-left: 2px;
}
#navbar a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
}
#navbar a:link {
	color: #FFFFFF;
	font-size: 12px;
}
#navbar a:visited {
	color: #FFFFFF;
	font-size: 12px;
}
#navbar a:hover {
	color: #FFFFFF;
	font-size: 12px;
}
#navbar a:active {
	color: #00FFFF;
	font-size: 12px;
}

.center {
	text-align: center;
}
.leading {
	vertical-align: text-top;
	text-align: center;
}
#page_content a {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
#page_content a:link {
	color: #0000FF;
	font-size: 14px;
	text-align: center;
}
#page_content a:visited {
	color: #0000FF;
	font-size: 14px;
}
#page_content a:hover {
	color: #0000FF;
	font-size: 14px;
}
#page_content a:active {
	color: #000000;
	font-size: 14px;
}
ul {
	list-style-type: square;
	border: 1px none #000000;
	padding: 0px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 120px;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td {
	font-size: 12px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
tbody {
	font-size: 12px;
}
table {
	font-size: 12px;
	text-align: center;
}
#footer a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
}
#footer a:link {
	color: #FFFFFF;
	font-size: 12px;
}
#footer a:visited {
	color: #FFFFFF;
	font-size: 12px;
}
#footer a:hover {
	color: #FFFFFF;
	font-size: 12px;
}
#footer a:active {
	color: #00FFFF;
	font-size: 12px;
}

