﻿body {
	margin: 0 auto 0 auto;
	color: #191970;
	font-family: Calligraph421 BT;
	font-size:16px;
	font-style: normal;
	background-color: #FFEFD5;
	text-align: center;
	width: 850px;
	
}
#container {
	width: 850px;
	text-align: center;	
	background-color: #ECF1EF;
	border-width: 1px;
	border-style: solid;
	border-color: #191970;
	margin:0px; 
	padding:0px
}
#masthead {
	width: 850px;
	text-align: center;
	height: 180px;
}
#navigation {
	width: 850px;
	text-align: center;
	background-color: #FFEFD5;
	overflow: hidden;
}
#page_content {
	border-left: 1px;
	clear: both;
	float: left;
	width: 510px;
	background-color: #ECF1EF;
	margin:0px; 
	padding:0px
}
#column_r {
	float: right;
	width: 335px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	top: 1px ;
	background-color: #ECF1EF;
	border-left-style: solid;
	border-left-color: #191970;
	border-left: 1px;
	
}
#footer {
	clear: both;
	width: 850px;
	background-color: #FFEFD5;
	padding-bottom: 0px;
}
/* Styles for Masthead */
#masthead img {
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: large;
	text-align: center;
	color: #191970;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: inline;
}
#navigation a {
	color: #191970;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #FFEFD5;
}
#navigation a:hover {
	color: #FFEFD5;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #191970;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #191970;
}
h2 {
	font-size: 1em;
	color: #191970;
}
h3 {
	font-size: 1em;
	color: #191970;
}
h4 {
	font-size: 1.25em;
	color: #191970;
}
h5 {
	font-size: 0.75em;
	color: #191970;
}
h6 {
	font-size: 0.5em;
	color: #191970;
}
/* Styles for Footer */
#footer p {
	font-size: medium;
	text-align: center;
	color: #191970;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #191970;
	text-decoration: underline;
}
#footer a:hover {
	color: #191970;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #191970;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
