﻿@import url("layout.css");
body {
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
}
#masthead {
	background-color: #FDC;
	padding: 0px;
	background: url('../pics/gradient1.jpg');
	width: 100%;
	overflow: hidden;
	text-align: left;
	background-repeat: repeat-x;
	height: 180px;
}
#navigation {
	overflow: hidden;
}
#stripe {
	width: 100%;
	height: 3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
	background-color: #800;
}
#stripe2 {
	width: 100%;
	height: 1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
	background-color: #800;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 125px;
	top: 0px;
	margin-left: 5px;
	margin-top: 5px;
	left: 0px;
}
#content {
	margin-left: 150px;
	margin-top: 0;
	background-color: #fff;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	text-align: center;
	background-color: #2a6151;
	background: url('../pics/gradient2.jpg');
}
#masthead img {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
#masthead p {
	font-size: 12pt;
	margin: 200;
	margin-right: 2%;
	text-align: left;
}
#masthead h1 {
	margin-right: 2%;
	margin-top: 50px;
	margin-left: 160px;
	text-align: left;
}
#masthead h6 {
	text-align: right;
	font-size: x-small;
	margin-top: 5px;
	margin-right: 5px;
	color: #b20838;
}
#masthead a {
	color: #800;
	text-decoration: none;
	font-size: x-small;
}
#masthead a:hover {
	color: #000;
	text-decoration: underline;
	font-size: x-small;
}
.line2 {
	font-size: smaller;
	font-style: italic;
}
.address {
	font-size: 12pt;
}
h5 {
	font-family: Garamond, "Times New Roman", "Times Roman", Times, serif;
	color: #800;
}
h6 {
	color: #800;
}
h3 {
	font-family: Garamond, "Times New Roman", "Times Roman", Times, serif;
	color: #333;
}
h4 {
	font-family: "Times New Roman", "Times Roman", Times, serif;
	color: #800;
	font-style: italic;
}
h1 {
	font-family: Garamond, "Times New Roman", "Times Roman", Times, serif;
	color: #800;
}
h2 {
	font-family: "Times New Roman", "Times Roman", Times, serif;
	color: #800;
	font-style: italic;
}
/* Styles for Top Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 9pt;
}
#navigation li {
	float: left;
	padding: 5px;
	border-right: 0px solid #800;
}
#navigation a {
	color: #800;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
#navigation a:hover {
	color: #000;
}
#navigation span {
	color: #800;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#navigation span:hover {
	color: #000;
}

#navigation img {
	margin: 0px;
	border-width: 0;
}

/* Styles for Cascading Menus */

.menuDock {
  border: solid 1px #800;
  margin: 2px 2px 2px 2px;
  background-color: FFFFFF;
  font-size: 9pt;
  color: #800;
}

.menuItem {
  padding:4px 4px 4px 4px;
  border-bottom:solid 1px #800;
  background-color: #FFFFFF;
  color: #800;
  font-size: 8pt;
}

.menuItem:hover {
  background-color:#dddddd;
  text-decoration: none;
  display: block;
  color: #000;
}

.menuItem a {
  text-decoration:none;
  color: #800;
}


/* Styles for Side Navigation */
#sidebar ul {
	list-style-type: none;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 9pt;
	margin: 0;
}
#sidebar li {
	display: block;
	padding-top: 5px;
}
#sidebar a {
	text-decoration: none;
	color: #800;
	display: block;
	padding-bottom: 10px;
}
#sidebar a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#sidebar hr {
	color: #800000;
	width: 75px;
	height: 1px;
	text-align: left;
	margin-left: 10px;
	}
#sidebar img {
	margin: 0;
	border-width: 0;
}
/* Styles for Footer */
#footer p {
	color: #800;
	font-size: x-small;
}
#footer a {
	color: #800;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
a {
	color: #800;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_bolditalics {
	font-weight: bold;
	font-style: italic;
}
.style_bigger {
	font-size: larger;
}
.centered {
	text-align: center;
}
#content img {
	margin: 5px;
	border-width: 0;
}
.highlightpara {
	font-family: Garamond, "Times New Roman", "Times Roman", Times, serif;
	color: #800000;
	font-style: italic;
	text-align: center;
	font-size: 16pt;
	margin-left: 150px;
	margin-right: 150px;
}
.indent1 {
	margin-left: 25px;
	margin-right: 25px;
}
.imgright {
	padding: 5px;
	float: right;
}
.videotable {
	padding: 5px;
	margin: 5px;
	float: right;
	border-collapse: collapse;
	background-color: #CCCCCC;
	color: #800000;
	border: thin solid #800000;
}
.highlightpara2 {
	font-family: Garamond, "Times New Roman", "Times Roman", Times, serif;
	color: #800000;
	font-style: italic;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
}
