﻿/* Common Styles */
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
th {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
dd {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
dt {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
li {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
dl {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ol {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h5 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background: #e5e5e5 url('page-background.png');
	background-attachment: fixed;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
html {
	overflow-y: scroll;
}
/* General Div Styles */
#container {
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 7px solid #000000;
	background-color: #ffffff;
}
#masthead {
	width: 800px;
	background: url('black_red.jpg') repeat-x left top;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 10px solid #000000;
	clear: both;
}
#navigation {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}
#left_col {
	font-size: 1.3em;
	float: left;
	width: 550px;
	margin-top: 7px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align: left;
	margin-bottom: 20px;
}
#right_col {
	font-size: 1.2em;
	float: right;
	width: 200px;
	margin-top: 45px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#footer {
	width: 700px;
	clear: both;
	font-size: 1.1em;
	margin-left: 10px;
	margin-bottom: 10px;
}
/* Left_Col Styles */
#left_col ul{
	margin-left: 25px;
}
#left_col li{
	list-style-type: disc;
}
/* Right_Col Styles */
#right_col ul li {
	height: 20px;
	line-height: 20px;
	list-style: none;
	padding-left: 2px;
	color: #000000;
	background-color: #f0e68c;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #c0c0c0;
	margin-top: 0px;
}
#right_col a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	display: block;
}
#right_col a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	display: block;
}
#right_col a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
	display: block;
}
#right_col ul li:hover {
	background-color: #000000;
	position: relative;
}
#right_col h3 {
	text-align: center;
}
/* Navigation Div Styles */
#navigation ul {
	list-style: none;
	width: 100%;
	margin-left: 0px;
}
#navigation li {
	float: left;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #000000;
	margin-right: 0px;
}
#navigation a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #f0e68c;
}
#navigation a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
}
/* Masthead Div Styles */
#masthead h1 {
	font-weight: bold;
	color: #f5f5f5;
	margin-left: 10px;
	font-size: 3.0em;
	text-shadow: 0px 4px 4px #000000;
}
#masthead h3 {
	font-weight: bold;
	color: #f5f5f5;
	margin-left: 40px;
	margin-bottom: 5px;
	font-size: 2.0em;
	text-shadow: 0px 4px 4px #000000;
}
/* General Paragraph Styles */
#left_col p {
	padding-top: 5px;
	padding-bottom: 5px;
} 
#right_col p {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* General Heading Styles */
h6 {
	color: #b22222;
	font-size: 1.0em;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 10px;
}
h5 {
	color: #b22222;
	font-size: 1.1em;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 10px;
}
h4 {
	color: #b22222;
	font-size: 1.0em;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 10px;
}
h3 {
	color: #b22222;
	font-size: 1.2em;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 10px;
}
h2 {
	color: #b22222;
	font-size: 1.6em;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 10px;
}
h1 {
	color: #b22222;
	font-size: 2.0em;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 10px;
}
/* Footer Link Styles - Transparant */
#footer a {
	color: #ffffff;
}
#footer a:visited {
	color: #ffffff;
}
#footer a:hover {
	color: #ffffff;
}
/* Left_Col Link Styles */
#left_col a {
	color: #191970;
	text-decoration: underline;
}
#left_col a:visited {
	color: #191970;
	text-decoration: underline;
}
#left_col a:hover {
	color: #800000;
	text-decoration: underline;
}
/* Formatting Styles */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.p_shaded {
	background-color: #e5e5e5;
}
.small_text {
	font-size: 0.90em;
}
.red_text {
	color: #FF0000;
}
.centered_text {
	text-align: center;
}
.border_img {
	border: 1px solid #000000;
	float: left;
	margin-right: 7px;
}

