﻿@import url('layout.css');
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #67b;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #cdf;
}
/* Styles for Masthead */
#masthead {
	text-align: right;
	width: 1000px;
	overflow: auto;
	background-color: #ddb;
}
#masthead img {
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}
#masthead h1 {
	text-align: center;
	margin-left: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	color: #33339c;
}
#masthead h2 {
	text-align: center;
	margin-left: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	color: #33339c;
}
#masthead h3 {
	text-align: center;
	margin-left: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	color: #33339c;
}
/* Styles for Navigation */
#sidebar {
	float: left;
	width: 200px;
	background-color: #cdf;
	position: relative;
	clear: both;
	display: inline;
}
#sidebar img {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	text-align: right;
}
#sidebar li.title {
	display: block;
	background-color: #ddb;
	color: #33339c;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
	font-weight: bold;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Styles for Content */
#content {
	float: left;
	width: 770px;
	min-height: 1300px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
	text-align: justify;
}
#content img {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}
#content table.center {
	margin-left: auto;
	margin-right: auto;
}
#content div {
	display: block;
	width: 770px;
}
#content div.left {
	float: left;
	width: 385px;
}
#content div.right {
	float: right;
	width: 385px;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
/* Styles for links */
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
/* General Styles */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_underline {
	text-decoration: underline;
}
.style_center {
	text-align: center;
}
.style_blue {
	color: blue;
}
.style_red {
	color: #9c0066;
}
.style_red_center {
	text-align: center;
	color: red;
}

.style_clear_float {
	clear:both;
}

