﻿@import url(layout.css);
BODY
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #6714C3;
	background-color: #A09FA3;
	background-attachment: fixed;
	background-repeat: repeat;
	margin-top: 50px;
	margin-bottom: 50px;
	text-decoration: none;
	background-image: url('../images/images/backcontrols750.jpg');
}
#container
{
	width: 700px;
	margin: 0 auto;
	background-color: #F6F6F6;
}
#masthead
{
	text-align: right;
	width: 700px;
	overflow: auto;
	background-color: #000000;
	background-image: url('../images/masthead.jpg');
	height: 173px;
}
#sidebar
{
	float: left;
	width: 130px;
	background-color: #F6F6F6;
	position: relative;
	clear: both;
	display: inline;
}
#content
{
	width: 520px;
	padding: 10px;
	background-color: #F6F6F6;
	position: relative;
}
#content IMG
{
	display: block;
	float: ;
}
#footer
{
	clear: both;
	width: 700px;
	background-color: #D1C4B0;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	background-image: url('../images/footer.jpg');
}
#masthead IMG
{
	float: left;
	height: 134px;
	width: 225px;
}
#masthead P
{
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/*Styles for Navigation*/
#sidebar UL
{
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 15px 0 0;
	padding: 0;
}
#sidebar LI
{
	display: block;
	border: 1px solid #F6F6F6;
}
#sidebar A
{
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #F9F9F9;
	border-bottom-color: #FFFFFF;
}
#sidebar A:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #04B;
	border-bottom: 1px solid #F9F9F9;
	background-color: #D1C4B0;
}
/*Styles for Footer*/
#footer P
{
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer A
{
	color: #333;
	text-decoration: none;
}
#footer A:hover
{
	color: #333;
	text-decoration: underline;
}
A
{
	color: #04B;
	text-decoration: none;
}
A:hover
{
	color: #333;
	text-decoration: underline;
}
.style_bold
{
	font-weight: bold;
}
.style_italic
{
	font-style: italic;
}
