﻿@import url("layout.css");
body {
font-family:"Century Gothic";
	color: #000;
	background-color: #000;
}
#container {
	width: 930px;
	margin: 0 auto;
	background-color: #fff;
}
#masthead {
	text-align: right;
	width: 930px;
	overflow: auto;
	background-color: #0000cc;
}

#sidebar {
	float: left;
	width: 230px;
	background-color: #fff;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 670px;
	min-height:550px;
	font-size:1.2em;
	padding: 15px;
	overflow: auto;
	background-color: #e6e8fa;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
	padding:5px;
}
#footer {
	clear: both;
	width: 930px;
	background-color: #0000cc;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	color: #fff;
}

.mastheadtitle {
	font-size:3.3em;
}
.highlight {
font-size:1.5em;
	text-align:center;
	padding-top:35px;
	color:red;
}

h1, h2, h3, h4 {
	text-decoration:underline;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	
}
#sidebar a {
	font-weight:bold;
	font-style:italic;
	font-size:1.5em;
	text-decoration: none;
	color: #0000cc;
	display: block;
	padding: 15px;
	
}
#sidebar a:hover {
	font-style:normal;
	font-weight:normal;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}

#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
	color:#fff;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


