﻿@import url('layout.css');
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 790px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	position: relative;
	height: 1007px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #df0037;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #663300;
}
#navigation {
	background-color: #009933;
	overflow: hidden;
	color: #FFFFFF;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #df0037;
}
#column_l {
	position: relative;
	margin: 0 240px 0 0;
	padding: 6px 1% 0 1%;
	background-color: #fff;
	float: none;
	width: 480px;
}
#column_r {
	float: none;
	width: 230px;
	margin: 0;
	padding: 10px 5px 10px 10px;
	background-color: #663300;
	position: absolute;
	right: 0px;
	top: 0px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #df0037;
}
#footer {
	background-color: #663300;
	padding-bottom: 5px;
	width: 789px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #df0037;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #df0037;
	border-left-color: #df0037;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #fff;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px 4px 5px 4px;
	border: 1px solid #009933;
	background-color: #009933;
}
#navigation a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #df0037;
	background-color: #df0037;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #009933;
}
h2 {
	font-size: 1.75em;
	color: #009933;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}

/* Styles for Column_r */
#column_r p {
	color: #fff;
	font-size: 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: small;
	display: list-item;
	list-style-position: outside;
}
#column_r a {
	color: #fff;
	text-decoration: none;
}
#column_r a:hover {
	color: #ff0033;
	text-decoration: none;
	list-style-image: url('../dwt/images/kn_br_b.gif');
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #fff;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#footer a:hover {
	color: #ff0033;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #DF0037;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


