﻿@import url(layout.css);
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
	position: relative;
}
#masthead {
	border-color: #4B0E0E;
	width: 900px;
	background-color: ;
	background-image: url('../images/Masthead.jpg');
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: solid;
	border-top-width: 14px;
}
#container {
	width: 900px;
	margin: 0 auto 0 auto;
	background-color: #D0E3FE;
}
#navigation {
	background-color: #2E3958;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	line-height: inherit;
	position: absolute;
	color: #FFFFFF;
}
#page_content {
	position: fixed;
	width: 900px;
	background-color: #D0E3FE;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 40px;
}
#row_t {
	position: relative;
	background-color: ;
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: auto;
}
#footer {
	background-color: #D0E3FE;
	padding-bottom: 5px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: inherit;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #4B0E0E;
}
/* Styles for Masthead */
/* Styles for Navigation */
#navigation ul {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	position:relative;
	z-index:100;	
}
#navigation ul li {
	border-style: solid;
	border-width: 1px;
	border-color: #637CB6;
	display: inline;
	float: left;
	width: inherit;
	list-style-type: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 25px;
	line-height: 40px;
}
#navigation a {
	color: #FFFFFF;
}
#navigation a:hover {
	background-color: #6E83B9;
	color: #601212;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #000000;
	text-align: center;
	padding-top: 15px;
}
h2 {
	font-size: 1.75em;
	color: #000000;
	right: auto;
	left: auto;
	text-align: center;
}
h3 {
	font-size: 1.5em;
	color: #000000;
}
h4 {
	font-size: 1.25em;
	color: #000000;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #000000;
	margin: 10px;
	padding: 1px;
}
#footer a {
}
.style5 {
	color: #FFFFFF;
	display: inline;
	text-align: center;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
	width: inherit;
	display: block;
	text-align: center;
}
ul li ul li a {
	line-height: 25px;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	width: inherit;
	display: block;
	text-indent: 8px;
}
ul li ul {
	visibility: hidden;
	color: #FFFFFF;
}
a {
	color: #000000;
}
#footer a:hover {
	color: #601212;
}
#footer a:visited {
}
/* Styles for Links */

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* navigation and drop-down styling */

#navigation02 {
	background-color: #2E3958;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	color: #FFFFFF;
	padding: 1px 0px 1px 0px;
	position: absolute;
	z-index: 200;
}
ul.topnav {  
	list-style: none;  
	padding: 0px; 
	margin: 0px 0px 0px 0px;  
	float: left;  
	width: 900px; 
	height: 40px; 
	background: #222;  
	font-size: 16px;  
	background-color: #2e3958;
	font-size: 14px;
	position: relative;
}  
ul.topnav li {  
	float: left;  
	margin: 0;  
	padding: 0 0px 0px 0;  
	position: relative; /*--Declare X and Y axis base for sub navigation--*/  
}  
ul.topnav li a{  
	padding: 10px 5px;  
	color: #fff;  
	display: block;  
	text-decoration: none;  
	float: left;  
}  
ul.topnav li a:hover{ 
	background-color: #4b5981;
	height: 40px;
	margin: 0px;	
}  
ul.topnav li span { /*--Drop down trigger styles--*/  
	width: 21px;
	float: left; 
	height: 40px; 
	background: url(/images/dropDownArrow.gif) no-repeat center 5px;  
}  
ul.topnav li span.subhover { /*--Hover effect for trigger--*/ 
	background: url(/images/dropDownArrowOver.gif) no-repeat center 5px;
	cursor: pointer;
} 
ul.topnav li ul.subnav {  
	list-style: none;  
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
	left: 0; top: 35px;  
	background: #333;  
	margin: 0; 
	padding: 0;  
	display: none;  
	float: left;  
	width: 190px;  
	border: 1px solid #111;  
}  
ul.topnav li ul.subnav li{  
	margin: 0; padding: 0;  
	border-top: 1px solid #252525; /*--Create bevel effect--*/  
	border-bottom: 1px solid #444; /*--Create bevel effect--*/  
	clear: both;  
	width: 190px;  
}  
html ul.topnav li ul.subnav li a {  
	float: left;  
	width: 145px;  
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;  
	padding-left: 20px;  
}  
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;  
}  
