﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #fff;
}
#container {
	background-color: #fff;
	width: 620px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	width: 620px;
	background-color: #fff;
}
#navigation {
	overflow: hidden;
	background-color: #640564;
}
#column_l {
	width: 415px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 160px;
	margin: 0;
	float: right;
	padding: 2px;
	background-color: white;
	position: relative;
}
#column_all {
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#footer {
	width: 620px;
	text-align: center;
	background-color: #640564;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #640564;
	margin: 3px 10px 10px;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
#column_r h4 {
	font-size: 11px;
	margin: 7px;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #F5C861;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #640564;
}
#navigation a:hover {
	color: #640564;
	text-decoration: none;
	border: 1px solid #F5C861;
	background-color: #F5C861;
}
/* Styles for Footer */
#footer p {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #F5C861;
	text-decoration: underline;
}
#footer a:hover {
	color: #F5C861;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #800080;
	text-decoration: underline;
}
a:hover {
	color: #008080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.float_right {
	float: right;
	width: 200px;
	background-color: #FFCC00;
	border: 1px solid #FF9900;
	padding: 2px 2px 2px 2px;
	margin-top: 2px;
}
.readeraid1 {
	margin: 0px;
	background-color: #CC99FF;
	border: 1px solid #640564;
	padding: 2px 2px 2px 2px;
	width: 400px;
}
.readeraid2 {
	margin: 0px;
	background-color: #CC99FF;
	border: 1px solid #640564;
	padding: 2px 2px 2px 2px;
	margin-top: 4px;
}
/* Styles for Content */
p {
	margin-top: 0px;
	margin-bottom:6px;
}
blockquote {
	margin-top: 0px;
	margin-bottom:3px;
}

h1
{
	border-bottom-color: #800080;
	font-weight: bold;
	border-bottom-style: inset;
	padding-top: 0;
	font-size: 14pt;
	padding-right: 0;
	vertical-align: none;
	font-family: Trebuchet MS;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 6px;
	padding-bottom: 0;
	font-style: normal;
	text-align: none;
	border-bottom-width: 3px;
}
h2
{
	font-weight: bold;
	font-family: Trebuchet MS;
	margin-bottom: 3px;
	color: #800080;
	margin-top: 0;
	font-size: 14pt;
	vertical-align: none;
	font-style: normal;
	text-align: none;
}
h3
{
	letter-spacing: 1pt;
	margin-top: 3px;
	font-weight: bold;
	border-left-color: #FF9933;
	border-top-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	font-family: Trebuchet MS;
	border-top-color: #FF9933;
	border-right-color: #FF9933;
	font-size: 10pt;
	border-bottom-width: 1px;
	border-bottom-color: #FF9933;
	border-top-style: solid;
	border-right-style: solid;
	margin-left: 0;
	border-bottom-style: solid;
	text-indent: 0;
	background-color: #FFCC00;
	padding-bottom: 1px;
	padding-right: 4px;
	padding-left: 4px;
	border-left-width: 1px;
	margin-bottom: 3px;
	padding-top: 1px;
}
h4
{
	font-weight: bold;
	margin-top: 3px;
	border-left-width: 1px;
	font-family: Trebuchet MS;
	letter-spacing: 1;
	border-bottom-width: 1px;
	border-top-width: 1px;
	font-size: 10pt;
	border-top-color: #FF9900;
	margin-bottom: 3px;
	border-right-width: 1px;
	border-top-style: solid;
}
h5
{
	font-weight: bold;
	margin-top: 3px;
	font-family: Trebuchet MS;
	letter-spacing: 1;
	font-size: 10pt;
	margin-bottom: 3px;
}

