﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 955px;
	margin: 5px auto 5px auto;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: left;
	width: 100%;
	background-color: #dfcfbf;
}
#navigation {
	background-color: #800080;
	overflow: hidden;
}
#links {
	background-color: #CCAA77;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_l {
	position: relative;
	margin: 0 300px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 260px;
	margin: 0;
	padding: 10px;
	background-color: #E9D2FF;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #dfcfbf;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: left;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: thin;
	background-color: #800080;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: thin;
	background-color: #E9D2FF;
}
/* Styles for links */
#links ul {
	list-style-type: none;
	width: 100%;
	margin: 0 0;
	padding: 0 0 0 0;
}
#links li {
	float: left;
}
#links a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 3px;
	background-color: #CC99FF;
}
#links a:hover {
	color: #000;
	text-decoration: none;
	background-color: #CC33FF;
	color: white;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #663300;
}
h2 {
	font-size: 1.5em;
	color: #C43465;
}
h3 {
	font-size: 1.25em;
	color: #C43465;
}
h4 {
	font-size: 1.1em;
	color: #663300;
}
h5 {
	font-size: .90em;
	font-weight:bold;
	color: #663300;
	text-align:center;
}
h6 {
	font-size: 0.8em;
	color: #663300;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.linksheading {
	margin-bottom: 0px;
	font-size: 1.1em;
	color: #663300;
}
.newStyle1 {
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 0px;
}
