﻿@import url(layout.css);
body {
	color: #003366;
	font-size: 9pt;
	font-family: Arial;
	background-color: #d3d9d6;
	font-weight: lighter;
	font-style: normal;
	letter-spacing: normal;
}
#container {
	background-color: #fff;
	width: 1000px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: left;
	height: 95px;
	width: 1000px;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #FFFFFF;
	text-indent: 10px;
	background-image: url('../images/WoodsonMasthead4.jpg');
	background-repeat: repeat-x;
	overflow: hidden;
}
#column_left_masthead {
	width: 400px;
	margin: 0;
	padding: 0 15px;
}
#column_right_masthead {
	float: right;
	position: relative;
	height: 95px;
	padding-right: 10px;
	width: auto;
	padding-top: 60px;
}
#navigation {
	background-color: #C60000;
	overflow: hidden;
	height: 20px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bolder;
}
#shadow {
	background-image: url('../images/shadow.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 5px;
}
#column_l {
	width: 700px;
	margin: 0;
	padding: 0 15px;
}
#column_r {
	width: 225px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer {
	width: 1000px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	padding: 2px 5px 1px 5px;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 20px;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	background-color: #E80000;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
}
/* Styles for Tabs */
ul#tabs { 
	list-style-type: none; 
	margin: 30px 0 0 0; 
	padding: 0 0 0.3em 0;
}
ul#tabs li {
	display: inline;
}
ul#tabs li a {
	background-color: #FFFFFF;
	border-bottom: none;
	padding: 0.3em;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #c9c3ba #c9c3ba #f1f0ee #c9c3ba;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bolder;
}
ul#tabs li a:hover { 
	background-color: #f1f0ee;
}
ul#tabs li a.selected {
	color: #000;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 0.7em 0.3em 0.38em 0.3em;
	border-bottom-width: 1px;
	border-bottom-color: #f1f0ee;
	border-bottom-style: solid;
}
div.tabContent {
	border: 1px solid #c9c3ba;
	padding: 1em;
	background-color: #FFFFFF;
	display: block;
	clear: both;
	margin-bottom: 10px;
}
div.tabContent.hide { 
	display: none;
}
.style2 {
	margin-top: 5px;
	margin-bottom: 5px;
}
		
.style4 {
	margin-right: 5px;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}



