﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #D5549A;
	background-position: left top;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	border-bottom: 2px solid #a0522d;
	background-color: #F1C7DE;
	border-bottom-color: #D14A80;
}
#masthead {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('../images/redflower.jpg');
	height: 186px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #AE0728;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #AE0728;
}
#navigation {
	margin: 0px auto 10px auto;
	width: 700px;
	clear: both;
	overflow: hidden;
	padding-top: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #AE0728;
	border-bottom-color: #AE0728;
	border-left-color: #AE0728;
	background-color: #E28DBC;
}
#page_content {
	position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-position: right bottom;
	padding: 5px;
	position: relative;
	float: left;
	width: 290px;
	text-align: left;
	background-color: #E28DBC;
	background-image: url('../images/corner.jpg');
	background-repeat: no-repeat;
}
#sidebar {
	float: right;
	width: 380px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #A11C36;
}
#footer {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #cd5c7a;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	display: inline;
	padding-left: 10px;
}
#masthead h3 {
	font-weight: normal;
	color: #CD537A;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #F06BA8;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #AE0728;
}
#navigation a:hover {
	text-decoration: none;
	color: #EB65A3;
	background-color: #BED026;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #AE0728;
	margin-top: 0px;
}
#content img {
	padding: 5px;
	border: 1px solid #a0522d;
}
/* Sidebar Styles */
#sidebar p {
	color: #990000;
}
#sidebar img {
	padding: 5px;
	float: right;
	background-color: #E28DBC;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
}
#footer a {
	color: #a0522d;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #a0522d;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.cntronpage {
	text-align: center;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}