﻿/* CSS layout */
h4 {
	margin: 0px;
	text-align: center;
	font-size: 30px;
	color: #5E6375;
	font-family: "Century Gothic", Futura, "URW Gothic L", sans-serif;
	font-weight: normal;
	position: relative;
	border-bottom-width: 100px;
}
h2 {
	margin: 0px;
	font-size: x-large;
	color: #4097A6;
	text-align: center;
	font-weight: lighter;
	font-family: "Century Gothic", Futura, "URW Gothic L", sans-serif;
}
.style-liz {
	font-style: italic;
	font-size: xx-large;
	font-weight: bold;
	margin: 0px;
}
a {
	color: #808080;
}
a:link {
	text-decoration: none;
	color: #6B678B;
}
a:visited {
	text-decoration: none;
	color: #948E61;
}
a:hover {
	text-decoration: none;
	font-style: italic;
	color: #CC0066;
}
a:active {
	font-style: italic;
	text-decoration: none;
	color: #8683A4;
}
body {
	background-color: #AAA57D;
	font-family: Verdana, Geneva, "Bitstream Vera Sans", "DejaVu Sans", sans-serif;
}
#container {
	min-width: 600px;
	margin-right: auto;
	margin-left: auto;
	width: 778px;
	margin-top: 25px;
}
#masthead {
	background-position: center top;
	text-align: center;
	background-image: url('images/Masthead2.jpg');
	background-repeat: no-repeat;
	height: 90px;
	font-family: "Century Gothic", Futura, "URW Gothic L", sans-serif;
	font-size: 36px;
}
#top_nav {
	border: 3px solid #8683A4;
	height: 26px;
	text-decoration: none;
	background-color: #EBECCC;
}
#top_nav li {
	padding: 2px 0px 0px 0px;
	float: left;
	margin-right: 30px;
	list-style-type: none;
	text-decoration: none;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#page_content {
	margin: 0px;
	border-color: #8683A4;
	position: relative;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	background-color: #EBECCC;
}
#left_col {
	padding: 30px 0px 30px 0px;
	width: 380px;
	float: inherit;
	position: relative;
}
#right_col {
	padding: 40px;
	margin: 0px;
	width: 300px;
	float: right;
	position: relative;
	clear: none;
}
#footer {
	background-position: center bottom;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-image: url('images/Masthead2.jpg');
	background-repeat: no-repeat;
	height: 40px;
	position: relative;
	margin-top: 0px;
}
#menu {
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 0px 30px;
}
.pad-10 {
	margin: 0px;
	position: relative;
	padding: 10px;
}

.style-imagtext {
	font-size: small;
	font-style: italic;
	margin: 5px;
}

