﻿@import url("layout.css");
body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #BEAA81;
}
#sitePath
{
	width: 780px;
	height: 15px;
	margin: 0 auto;
	background-image: url('../images/headerBorder.gif');
	color: #350919;
	font-size: x-small;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-image: url('../images/coeurBorder.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 780px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #BEAA81;
}
#sidebar 
{
	float: left;
	width: 150px;
	background-color: #BEAA81;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
	width: 610px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #E2D9B4;
	position: relative;
	top: 3px;
	left: 1px;
}
#footer {
	text-align: center;
	clear: both;
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #BEAA81;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 80%;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul 
{
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #97771e;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #350919;
	display: block;
	padding: 5px;
	border-bottom: 1px #B8A260 solid;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #350919;
	border-bottom: 1px #97771E solid;
	background-color: #97771E;
}
/* Styles for Footer */
#footer p {
	font-size: 60%;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h2
{
	margin-top:0px;
	font-size: 150%;
	color: #800000;
	font-style: italic;
	font-weight: bold;
}
h5
{
	font-size: 100%;
	font-weight: bold;
	color: #800000;
	padding-bottom: 0px;
}
p
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-left: 20px;
}
ul 
{
	font-size: 70%;
}
.alignLeft
{
	float:left;
	margin-right: 1em;
}
.alignRight
{
	float:right;
	margin-left: 1em;
}
.title
{
	margin-top: 10px;
	margin-bottom: 0px;
}
.desc
{
	font-size: 80%;
	padding-left: 1em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.credit
{
	font-size: 60%;
	padding-left: 1em;
	margin-top: 0px;
	margin-bottom: 10px;
	font-style: italic;
	text-align:center;
}
.tableDetail
{
	font-size: 60%;
	padding-left: 1em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.label
{
	font-size: 60%;
	padding-left: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
