﻿@import url('layout.css');
body {
	margin: 15px 0px 15px 0px;
	background-color: #C0C0A5;
	padding: 0px;
}
/* Styles for DIV tags */
#menu {
	background-color: #95A3C3;
	border-bottom-color: #665533;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	height: 24px;
	padding-left: 5px;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color: #DEDFCE;
	padding: 0px;
}
#footer {
	padding: 5px;
	background-color: #414D67;
	color: #ffffff;
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-color: #665533;
	border-top-width: 2px;
	border-top-style: solid;
	text-align: center;
	clear: both;
}
#masthead h1 {
	color: #ffffff;
	font-style: normal;
	font-size: large;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#masthead a {
	color: #555533;
	text-decoration: none;
}
#masthead h3 {
	margin-top: .4em;
	color: #ffffff;
	margin-bottom: 0px;
	text-align: center;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana;
}
#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 20px;
	left: 0;
	width: 140px;
}
#menu li {
	float: left;
	width: 140px;
	position: relative;
	text-align: center;
}
#menu li li {
	float: left;
	width: 140px;
	position: relative;
	text-align: left;
}
.menu a:visited {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	width: 110px;
	height: 20px;
	background: #92A8C0;
	padding-left: 5px;
	line-height: 20px;
	font-family: verdana;
}
#menu a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	width: 140px;
	height: 24px;
	background: #92A8C0;
	padding-left: 7px;
	line-height: 20px;
	font-family: verdana;
	font-weight: bold;
}
/* Styles for Navigation */

/* Styles for Left Column */
#left_col p {
	color: #444422;
	margin-top: 0px;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
#left_col a {
	padding: 0px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
	font-weight: bold;
}
#left_col h3 {
	padding: 0px;
	font-size: medium;
	color: #555533;
	text-align: center;
}
#left_col h4 {
	font-size: small;
	color: #555533;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
#left_col ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 0 5px 0;
}
#left_col li {
	margin: 0;
}
#left_col a:hover {
	color: #f2f2db;
	text-decoration: none;
	background-color: #92a8c0;
}
/* Styles for Center Column */
#page_content p {
	color: #444422;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#page_content h2 {
	color: #333300;
	text-align: center;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
#page_content h3 {
	color: #333300;
	text-align: center;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
}
#page_content a {
	padding: 0px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;
	text-align: center;
}
.page-title {
	font-size: large;
	color: #FF0000;
	font-family: Arial;
	text-align: center;
	font-weight: bold;
}
.story-title {
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #0000FF;
	line-height: 30px;
}
.story {
	padding: 5px;
	font-size: small;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
.story_box {
	margin: 5px auto 10px auto;
	text-align: justify;
	padding: 5px;
	font-size: small;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
.title_box {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main_col p {
	color: #444422;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
#main_col h2 {
	color: #4C566A;
	text-align: center;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
}
#main_col h3 {
	color: #333300;
	text-align: center;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
#main_col h5 {
	padding: 0px 5px 0px 5px;
	font-size: x-small;
	color: #555533;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}
/* Styles for Right Column */
#right_col p {
	margin: 0px;
	color: #444422;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	width: 170px;
}
#right_col a {
	color: #0000FF;
	font-weight: bold;
	font-size: small;
	font-family: "Times New Roman", Times, serif;
}
#right_col h3 {
	padding: 0px;
	font-size: medium;
	color: #555533;
	text-align: center;
}
#right_col h4 {
	color: #555533;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 10px;
	font-size: small;
	padding-right: 5px;
	padding-left: 5px;
}
#right_col hr {
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #f00;
	background-color: #f00;
	height: 1px;
}
#right_col ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#right_col li {
	margin: 0;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}
#right_col a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.75em;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}
#copyright {
	text-align: center;
}
#copyright p {
	font-size: 0.75em;
}
#main_col a {
	color: #414D67;
	text-decoration: none;
	font-weight: normal;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
}
#main_col hr {
	width: 90%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#main_col a {
	padding: 0px;
	margin: 0px;
	color: #4C566A;
	text-decoration: none;
	font-weight: normal;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
}
#page_content hr {
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #f00;
	background-color: #f00;
	height: 1px;
}
.style140 {
	padding: 5px;
	font-size: small;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
