﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	}
#container {
	background-color: #FFFFFF;
	border-width: 0;
	border: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background: #FFFFFF url('../images/brick_small.jpg');
	width: 630px;
	margin: 0 auto;
	border-left-width: 0;
}
#masthead {
	text-align: right;
	width: 630px;
	overflow: auto;
	color: #000000;
}
#sidebar {
	float: left;
	width: 154px;
	background-color: #FFFFFF;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	background-color: #fff;
	border: 2 #800000;
	border-bottom: 2;
	background: #FFFFFF;
	float: left;
	width: 446px;
	padding: 15px;
	overflow: auto;
	margin: 0;
	position: relative;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
#content img {
	border-width: 0px;
	display: block;
	float: right;
}
#footer {
	clear: both;
	width: 630px;
	background-color: #dcb;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	margin: 0px auto 0px auto;
	float: none;
	bottom: auto;
	height: auto;
	left: 630;
}
#masthead p {
	background: #000000 url('../images/brick_small.jpg');
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	margin-left: 0;
	margin-bottom: 0;
}
/* Styles for Navigation */
#sidebar ul {
	border-style: groove;
	border-width: thin;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	background: #FFFFCC url('../images/brick_small.jpg');
	display: block;
	text-align: center;
}
#sidebar a {
	border-bottom-color: #FFFFCC;
	border-right-color: #800000;
	border-top-color: #800000;
	background-position: #FFFFBB;
	border-right: 2;
	border-top: 2;
	border-left: medium none #808000;
	background: #FFFFBB;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px;
	border-bottom: 2 #800000 groove;
	text-align: left;
	border: 2px groove #800000;
	border-left-color: #800000;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 0px solid #f9f9f9;
	background-color: #f9f9f9;
	border-style: groove;
	border-width: 2px;
}
/* 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;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
