﻿@import url(layout.css);
body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
	height: 100%;
}
#container {
	border: 3px #000000 solid;
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 960px;
	height: 100%;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #CDF;
	border-bottom-color: #000000;
	display:inline;
	position:relative;
}
#navigation {
	border-bottom-color: #000000;
	border-color: #CDF;
	background-color: #CDF;
	overflow: hidden;
	position: relative;
	width: 100%;
	border-bottom: 3px #000000 solid;
}
#sidebar {
	border-right: 3PX #000000 solid;
	position: absolute;
	background-color: #CDF;
	float: left;
	left:0px;
	width: 130px;
	color: #cdf;
	height: 100%;
	overflow: auto;
}
#page_content {
	position: relative;
	background-color: #FFFFFF;
	height:  100%;
}
#content {
	margin: 0 0 0 135px;
	padding: 0 1% 0 1%;
	height: 100%;
	overflow: hidden;
}
#column_l {
	position: relative;
	margin: 0 350px auto 0;
	padding: 0 1% 0 1%;
	background-color: #fff;
	float: none;
	color: #000000;
	overflow: auto;
	text-align: left;
	height: 100%;
}
#column_r {
	border-left: 3px #000000 solid;
	width: 330px;
	padding: 0px 10px 0px 10px;
	background-color: #cdf;
	position: absolute;
	right: 0;
	top: 0;
	color: #000000;
	overflow: hidden;
	height: 100%;
	text-align: center;
}
#footer {
	padding: 5px 0 5px 0;
	border-top: 3px #000000 solid;
	background-color: #CDF;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: xx-small;
	text-align: center;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #FFFFFF;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0px;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 4px 20px 4px 20px;
	border-top: 3px #cdf solid;
	border-left: 3px #cdf solid;
	border-right: 3px #cdf solid;
	background-color: #CDF;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	border-top: 3px #000000 solid;
	border-left: 3px #000000 solid;
	border-right: 3px #000000 solid;
	background-color: #FFFFFF;
}
/* Styles for Sidebar */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: .5px solid #FFFFFF;
	height: 100%;
}
#sidebar a {
	border-top: 1px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 2%;
	display: block;
	border-bottom: 1px solid;
	font-size: x-small;
}
#sidebar a:hover {
	border-top: 1px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
/* Styles for Content */
h1 {
	font-size: 1.6em;
	color: #000000;
}
h2 {
	font-size: 1.5em;
	color: #000000;
	text-align: left;
}
h3 {
	border: thin #000000;
	font-size: 1.3em;
	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 Table */
table.sample {
	border-width: 2px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
	width: 95%;
}
table.sample th {
	border-width: 2px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	background-color: #cdf;
	text-align:center;
}
table.sample td {
	border-width: 2px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	background-color: white;
}
table.header {
	background-color: #CDF;
	width: 100%;	
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #000000;
	background-color: #CCDDFF;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #3970A1;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}