﻿@import url("layout.css");
body {
	font-family: "Palatino Linotype", serif;
	font-size: medium;
	color: #000;
}

#wrap { 
  width: 1000px; 
  margin: 0 auto; 
}

#container {
	width: 100%;
	height: 100%;
	background-color: #;

}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #;

}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #;
	font-family: Monotype Corsiva, serif;

}
#content {
	float: left;
	width: 600px;
	margin-left: 50px;
	padding: 10px;
	background-color: #;
}

#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cb8;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5 {
	font-family: Veranda, sans-serif;
	font-weight: bold;
}
h6 {
	font-family: Monotype Corsiva, serif;
	font-size: 50px;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #2F3337;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #2F3337;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #2F3337;
	border-bottom: 1px solid #FBF8E3;
	background-color: #E2AE89;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.tablestyle {
	border-color: #c0c0c0;
	border-width: 0;
	background-color: #FAF7E1;
}
.celltable {
	vertical-align: top;
	width: 50%;
}

