﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url("../images/background.gif");
	background-position: top left;
}
dt {
	color: #800080;
	font-weight: bold;
}
dd {
	color: #000000;
}
#container {
	width: 850px;
	margin-top: 57px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
#masthead {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation {
	width: 750px;
	margin-right: auto;
	margin-left: 100px;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
#page_content {
	position: relative;
	width: 750px;
	margin-right: 50px;
	margin-left: 25px;
}
#content2 {
	position: relative;
	float: left;
	width: 375px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #fff;
}
#content1 {
	position: relative;
	float: left;
	width: 750px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #fff;
}
#contentexert {
	position: relative;
	float: left;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #fff;
}
#innercontent {
	position: relative;
	float: left;
	width: 550px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 100px;
	text-align: left;
	background-color: #fff;
}
#sidebar {
	float: right;
	width: 325px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #fff;
}
#sidebarexert {
	float: right;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #fff;
}
#footer {
	clear: both;
	width: 850px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #800080;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #990099;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
}
/* Navigation Styles */
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul li {
	position: relative;
	float: left;
        width: auto;
}
#navigation li ul {
	position: absolute;
	top: 30px;
	display: block;
}
#navigation ul li a {
	display: block;
	text-decoration: none;
	line-height: 20px;
	color: #732494;
	padding: 5px;
	background: #D6C3DE;
	margin: 0 2px;
}

#navigation ul li a:hover { 
	background: #732494; 
	color: #D6C3DE; 
	
}
#navigation li:hover ul, #navigation li.over ul { 
	display: block; 
}

/* Content Styles */
#content h1,h2,h3,h4 {
	color: #732494;
	text-align: center;
}
#content h5,h6 {
	color: #000000;
	text-align:center;
}
#content img {
	padding: 10px;
}
/* Sidebar Styles */
#sidebar p {
	color: #635963;
}
#sidebar img {
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 10px 10px 20px 10px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #9C8E9C;
}
#footer a {
	color: #732494;
	text-decoration: underline;
}
#footer a:hover {
	color: #635963;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #732494;
	text-decoration: underline;
}
a:hover {
	color: #635963;
	text-decoration: underline;
}
