﻿@import url(layout.css);
body {
	color: black;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #9b6671;
}
#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 5px solid #b7b7b7;
	border-bottom: 0;
	border-left: 5px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #cde;
	width: 800px;
	background-image: url('../images/grad270.gif');
}
#navigation {
	background-color: #545454;
	overflow: hidden;
}
#column_l {
	width: 550px;
	margin: 0px;
	padding: 20px 15px 100px 20px;
	background-color: #fff;
}
#column_r {
	width: 200px;
	margin: 0px 0px 0px 2px;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
	width: 800px;
	text-align: center;
	background-color: #800000;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	text-decoration: bold;
}

/* Styles for Links */
a {
	color: #0f522d;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
a:visited {
	color: #92152f;
	text-decoration: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Styles for Content */
h1 {
	color: #92152f;
	font-size: 2.0em;
}
h2 {
	color: #92152F;
	font-size: 1.75em;
}
h3 {
	color: #92152F;
	font-size: 1.5em;
}
h4 {
	color: #92152F;
	font-size: 1.25em;
}
h5 {
	color: #0F522D;
	font-size: 1.25em;
}
h6 {
	color: #0f522d;
	font-size: 1.0em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r h5 {
	margin-bottom: 6;
}
<!-- #Unused text styles. Insert {
	}to activate
#column_r p 
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;

#column_r h4 
	margin-bottom: 0;

#column_r ul 
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;

#column_r ul li 
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
End comment -->