﻿@import url("layout.css");
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000;
	background-image: ;
	background-color: #fbf8ec;
	line-height: 160%;
}
#container {
	width: 645px;
	margin: 0 auto;
}
#masthead {
	width: 800px;
	overflow: auto;
}
#sidebar {
	float: left;
	width: 155px;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 645px;
	padding: 0px 15px 15px 15px;
	overflow: auto;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 645px;
	background-color: #FFFFCC;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	margin: 0;
	margin-top: 15px;
	margin-right: 10px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0 0 0 0;
	color: #990033;
	font-weight: normal;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	text-transform: none;
}
strong {
	
}
/*blockquotes*/
blockquote, cite, q {font-family:"Baskerville Old Face", "Palatino Linotype", "Times New Roman", serif; font-style:italic; font-size: 1.125em; letter-spacing: 0.02em;
}
.dropcap {font-family:"Baskerville Old Face", "Palatino Linotype", "Times New Roman", serif;
	 color: #44206a; display:inline; float:left; font-size: 5.495em; 
	 line-height:0.87em;text-transform:uppercase;margin:0 0.1em 0 0;
}


/* Styles for Navigation */

#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	font: normal small-caps normal .8em/1.6em "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px #FFFFFF solid;
	text-align: center;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #800000;
	border-bottom: 1px solid #f9f9f9;
	background-color: #CCDDFF;
}
/* Styles for Footer */
#footer p {
	font-size: small;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	background-color: #CCDDFF;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}