﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #EDECF1;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: small;
}
/* Styles for DIV tags */
#container {
	border-right: 1px solid #b3cddd;
	border-bottom: 1px solid #b3cddd;
	border-left: 1px solid #b3cddd;
	background-color: #ffffff;
	background-image:  url("../images/leftphoto.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
#masthead {
	background-color: #FFFFFF;
	padding: 15px;
}
#navigation {
	border: 1px #670000 solid;  /* Sets the margin color of the top navigation container */
	margin-left: 160px;
	background-color: #CCCCCC;
	border-left-color: #cccccc;
	border-right-color: #cccccc;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color: #FFFFFF;
	padding: 0px;
}
#column_left {
	float: left;
}
#column_right {
	background-color: #F7F7F9;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	border-top: 1px #670000 solid;
	background-color: #FFFFFF;
	padding-top: 5px;
	border-bottom-color: #670000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #4E5659;
	margin: 0px;
	padding: 0px;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	background: url('../images/gradient_bar.gif');
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	background: url('../images/gradient_bar.gif');
	float: left;
}
#navigation a {
	background: url('../images/gradient_bar.gif');
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #CC9;
	text-decoration: none;
	color: #670000;
}
#navigation a:hover {
	background-color: #670000;
	border: 1px solid #CC9;
	color: #CB0004;
}
/* Styles for Right Column */
/* #column_right h4 {
	color: #333333;
}
#column_right p {
	color: #333333;
	font-size: 0.9em;
}
#column_right a {
	color: #003366;
	text-decoration: underline;
}
#column_right a:hover {
	text-decoration: none;
} */
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #4E5659;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #000000;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #000000;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #4E5659;
	margin-top: 0px;
}
a {
	color: #0000FF;
}
a:hover {
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
	color: #670000;
}
#footer a {
	color: #670000;
}
#footer a:hover {
	text-decoration: none;
	color: #CB0004;
}

