﻿/* Common Styles */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, table, th, td, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background: #e5e5e5 url('bg-repeat.png');
	background-attachment: fixed;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
html {
	overflow: scroll;
}
/* General Div Styles */
#top {
	width: 800px;
	height: 100px;
	background-color: #90b7f1;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-top: 7px solid #358;
	border-left: 1px solid #358;
	border-right: 1px solid #358;
	border-bottom: 10px solid #358;
}
#masthead {
	float: left;
	width: 450px;
	margin-bottom: 10px;
	border: 0;
	padding-left: 10px;
}
#search {
	float: right;
	width: 300px;
	padding-top: 25px;
	padding-right: 10px;
	border: 0;
	text-align: right;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	border-left: 1px solid #358;
	border-right: 1px solid #358;
	border-bottom: 7px solid #358;
	background: #ffffff;
}
#navigation {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}
#left_col {
	font-size: 1.3em;
	margin-bottom: 20px;
	padding-left: 10px;
}
#right_col {
	font-size: 1.3em;
	margin-bottom: 20px;
	padding-right: 10px;
}
#footer {
	clear: both;
	font-size: 1.1em;
	width: 100%;
	padding-left: 10px;
}
/* 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.2em;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 10px;
}
h3 {
	color: #b22222;
	font-size: 1.2em;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 10px;
}
h2 {
	color: #b22222;
	font-size: 1.6em;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 10px;
}
h1 {
	color: #b22222;
	font-size: 2.0em;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 10px;
}
/* Masthead Div Styles */
#masthead h1 {
	font-weight: bold;
	color: #ffffff;
	background-color: #90b7f1;
	margin-bottom: 0;
	font-size: 3.0em;
	text-shadow: 0 3px 4px #555
}
#masthead h3 {
	bottom: 0;
	font-weight: bold;
	color: #ffffff;
	background-color: #90b7f1;
	margin-top: 0px;
	margin-left: 30px;
	font-size: 2.0em;
	text-shadow: 0 3px 4px #555
}
/* Navigation Div Styles */
#navigation ul {
	list-style: none;
	width: 100%;
}
#navigation li {
	float: left;
	margin-right: 0px;
}
#navigation a {
	text-decoration: none;
	color: #358;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #358;
	border-bottom: 3px solid #358;
	background-color: #f0e68c;
}
#navigation a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #358;
}
/* Search Div Styles */
#search table {
	float: right;
}
/* Footer Div Styles */
#footer ul {
	list-style: none;
	width: 100%;
}
#footer li{
	float: left;
	display: inline;
	padding-right: 10px;
}
#footer a {
	color: #4477BB;
	text-decoration: underline;
}
#footer a:visited {
	color: #4477BB;
	text-decoration: underline;
}
#footer a:hover {
	color: #cc0000;
	text-decoration: underline;
}
/* General Paragraph Styles */
#left_col p {
	padding-top: 5px;
	padding-bottom: 5px;
} 
#right_col p {
	padding-top: 5px;
	padding-bottom: 5px;
}
/* List Styles */
#left_col ul{
	margin-left: 25px;
}
#left_col li{
	list-style-type: disc;
}
#right_col ul{
	margin-left: 25px;
}
#right_col li{
	list-style-type: disc;
}
/* Body Link Styles */
a {
	color: #4477BB;
	text-decoration: underline;
}
a:visited {
	color: #4477BB;
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
	background: #ffffe0;
}
/* 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;
	color: #666666
}
.color_red {
	color: #FF0000;
}
.p_centered {
	text-align: center;
}
.noborder_img {
	border: 0px;
	margin-right: 5px;
}
.border_img {
	border: 1px solid #000000;
	margin-right: 0px;
}
.border_img_centered {
	display: block;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
}
.table_center {
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
}
.table_mca {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border-left: 1px solid #358;
	border-right: 1px solid #358;
	border-top: 7px solid #358;
	border-bottom: 7px solid #358;
}
.td_mca {
	border: 1px solid #358;
}
.tr_mca_shaded {
	background: #EEE8AA;
	border: 1px solid #358;
}
.tr_mca_heading {
	font-weight: bold;
	background: #e5e5e5;
}
.td_mca_center {
	text-align: center;
}


