﻿@import url("layout.css");
body {
	background-position: center top;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: small;
	background-image: url('../briefcases/images/briefback.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #000000;
}
#container {
	border-color: none;
	border-style: none;
	border-width: 0px;
	background-color: none;
	}
#masthead {
	text-align: center;
	background-color: none;
	
	margin-bottom: 5px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #fea;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 20px 10px 20px 20px;
	background-color: none;
	height: 450px;
}
html>body #column_l {
	width: 370px;
	padding: 20 15px 0 15px;
	background-color: none;
	color: #FFFFFB;
	line-height: 180%;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: none;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: none;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	background-color: #581507;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-weight: normal;
	color: #F9F3E8;
	text-transform: uppercase;
	float: left;
	margin-top: 15px;
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
}
#masthead h3 {
	font-weight: bold;
	color: #000000;
	float: left;
	margin-top: 25px;
	margin-left: 30px;
	display: inline;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
	display: block;
	padding: 5px;
	border: 1px solid #fea;
	background-color: #fea;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #a0522d;
}
h3 {
	font-size: large;
	color: #000000;
	font-weight: bold;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #581507;
}
/* Links */
a {
	color: #FFEEAA;
	text-decoration: underline;
	font-size: medium;
	line-height: 200%;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
