﻿/* CSS layout */
#masthead {
	border-width: 3px;
	border-color: #339999;
	padding: 4px;
	position: relative;
	width: 92%;
	margin-top: 75px;
	margin-right: 4%;
	margin-left: 4%;
	font-family: garamond;
	color: #339999;
	text-align: center;
	font-size: large;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
#top_left {
	padding: 25px;
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header {
	padding: 25px 35px 25px 25px;
	margin-left: 300px;
	text-align: right;
}
#container {
	padding: 4px;
	position: relative;
	width: 92%;
	margin-right: 4%;
	margin-left: 4%;
	font-family: garamond;
	text-align: justify;
	font-size: large;
	color: #5B4761;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-color: #339999;
	border-left-color: #339999;
	background-color: #FFFFFF;
}
#left_col {
	padding: 15px;
	width: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	padding: 15px;
	margin-left: 200px;
	border-left-style: dotted;
	border-left-width: medium;
	border-left-color: #339999;
	border-left-style: dotted;
	border-left-width: medium;
	border-left-color: #339999;
	min-height: 750px;
}
#right_col {
	padding: 15px;
	width: 170px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	border-width: 3px;
	border-color: #339999;
	text-align: center;
	width: 92%;
	margin-right: 4%;
	margin-bottom: 75px;
	margin-left: 4%;
	padding: 4px 4px 13px 4px;
	font-family: garamond;
	font-size: large;
	background-repeat: no-repeat;
	color: #5B4761;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.center_align {
	text-align: center;
}
.image {
	border-width: 0px;
}
.content_img {
	margin: 10px;
	border-width: 0px;
}
a {
	color: #339999;
	text-decoration: none;
}
a:visited {
	color: #339999;
	text-decoration: none;
}
a:active {
	color: #339999;
	text-decoration: none;
}
a:hover {
	color: #339999;
	text-decoration: none;
}
.h1 {
	font-family: garamond;
	font-size: x-large;
	color: #339999;
	font-weight: bold;
	text-decoration: underline;
}
.h2 {
	font-family: garamond;
	font-size: large;
	font-weight: bold;
	color: #339999;
}
.h3 {
	font-family: garamond;
	font-size: large;
	font-weight: bold;
	color: #5B4761;
}
.h4 {
	font-family: garamond;
	font-size: x-large;
	color: #5B4761;
	font-weight: bold;
}
