﻿@import url('layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	background-color: #71027D;
	text-align: left;
}
#container {
	width: 980px;
	margin: 0 auto;
	padding: 10px;
	
	background-color: #71027D;
}
masthead {
	text-align: center;
	width: 980px;
	padding: 10px;
	
	background-color: #71027D;
	background: #71027D;
}
#content {
	background-color: #000000;
	background: #71027D;
	float: left;
	width: 1000px;
	margin-top: 20px;
	margin-bottom: 10px;
}
}
/* Masthead Styles */
ad h1 {
	color: #000000;
}
#masthead h3 {
	color: #71027D;

/* Navigation Styles */
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #000000;
}
h5 {
	color: #000000;
}
h4 {
	color: #000000;
}
h3 {
	color: #000000;
}
h2 {
	color: #000000;
}

/* Footer Styles */

a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Styles for Images */
.image_left {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.image_right {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.image_center {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	float: center;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
/* Styles for Borders */
.bottomborderthin {
	border-style: none none solid none;
	border-width: 1px;
	border-color: #996633;
}
