﻿@import url("layout.css");
#right {
	height: 292px;
		width: 160px;
		position: inherit;
		float: left;
		cursor: auto;
		padding: 0px;
		margin: 10px 0px 10px 10px;
	text-align: center;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/back1.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #333333;
}
#container {
	width: 991px;
	margin: 0 auto;
	padding: 5px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #CCCCCC;
	background-image: url('../images/paper016.jpg');
}
thead {
	text-align: center;
	width: 990px;
	padding: 5px;
	border: 1px dotted #725972;
	background-image: url('../images/layout2.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 333px;
	position: inherit;
}
#navigation {
	margin: 9px;
	padding: 9px;
	position: relative;
	float: left;
	width: 170px;
	border-right: 0px solid #000000;
	background-color: #6838A8;
	top: 0px;
	left: 0px;
	list-style-type: none;
	height: 1200px;
	visibility: visible;
}
#content {
	float: left;
	width: 576px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #CC99FF;
	table-layout: fixed;
	top: 0px;
	left: 0px;
	visibility: visible;
}
#content {
	float: left;
	width: 576px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #CC99FF;
	table-layout: fixed;
	top: 0px;
	left: 0px;
	visibility: visible;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	width: 100%;
	display: inline;
	margin: 0;
	padding: 0;
	background-color: #736B9E;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #736B9E;
}
#navigation a {
	color: #6838A8;
	text-decoration: none;
	display: block;
	border-bottom: 1px none #fff;
	background-color: #CC99FF;
	font-weight: bold;
	border-left-style: none;
	font-size: medium;
}
#navigation a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #6838A8;
	border-left-style:none;
	border-left:0px;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: #503750;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
	height: 167px;
	text-align: center;
	margin-right: 0px;
	width: 123px;
}
/* Footer Styles */
#footer p {
	color: #808080;
	width: 744px;
	text-align: left;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}