﻿@import url("layout.css");
body {
	background-position: top;
	margin: 0;
	font: small "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #333333;
	text-align: center;
	background-image: url('../images/bodybg.png');
	background-repeat: repeat-x;
	background-color: silver;
}
#container {
	width: 884px;
	margin: 0 auto;
	padding: 12px;
	position: relative;
	text-align: left;
}
#masthead {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	height: 100px;
}
#navigation {
	float: left;
	position: relative;
	width: 120px;
	margin: 18px 10px 10px 10px;
	padding: 0;
}
#content {
	float: left;
	width: 678px;
	background-color: white;
	padding: 8px;
	border: 2px white inset;
	margin-top: 4px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	clear: both;
	width: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	padding: 4px;
	background-color: #ADD8E6;
}
/* Masthead Styles */
#masthead h1 {
	color: #000080;
}
#masthead h3 {
	color: #0066FF;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: red;
	display: block;
	padding: 5px;
	border: thin white inset;
}
#navigation a:hover {
	color: red;
	background-color: transparent;
	text-decoration: none;
	border: thin white outset;
}
/* Co
/* Content Styles */
h6 {
	color: #0066FF;
}
h5 {
	color: #0066FF;
}
h4 {
	color: #0066FF;
}
h3 {
	color: #0066FF;
}
h2 {
	color: #0066FF;
}
#content h1 {
	color: #0066FF;
}
t img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: black;
	font-size: x-small;
	margin: 4px;
}
#footer a {
	color: red;
	text-decoration: underline overline;
}
#footer a:hover {
	color: blue;
	text-decoration: underline overline;;
}
img {
	border: 0;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline overline; 
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.float_right {
	float: right;
	margin: 5px;
}
.float_left {
	float: left;
	margin: 5px;
}
.float_left_big_left {
	float: left;
	margin: 5px 5px 5px 138px;
}