﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/bkgd.png");
	background-repeat: repeat;
	background-attachment: scroll;
	text-align: center;
}
h1
{
    	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}
img{
border: none;
}
#container {
	width: 820px;
	margin: 0 auto;
	padding: 10px;
}
#logo{
    position: relative;
	float: left;
	width: 170px;
	border-bottom: solid 1px #000080;
	height: 120px;
}
#masthead {
    float: left;
    height: 100px;
	width: 650px;
	padding-top: 20px;
	text-align: center;
	border-bottom: solid 1px #000080;
}
#navigation {
	position: relative;
	float: left;
	width: 170px;
	padding: 5px 0 5px 0;
	min-height: 450px;
}
#content {
	float: left;
	width: 620px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	min-height: 450px;
	max-height: 450px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
/* Masthead Styles */
#masthead h1 {
	color: #000080;
	text-transform: uppercase;
}
#masthead h3 {
	color: #402640;
	text-transform: uppercase;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	width:160px;
	background-image: url('../images/nav_li.png');
}
#navigation a {
	color: #000080;
	text-decoration: none;
	display: block;
	height:46px;
	text-align:center;
	background: url(../images/nav_l.png) left top no-repeat;
}
#navigation a span{
	background: url(../images/nav_r.png) right top no-repeat;
	text-decoration: none;
	display: block;
	height:46px;
	text-align:center;
	padding-top:12px;
	padding-left:35px;
}

#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height:46px;
	text-align:center;
	background: url(../images/nav_l_a.png) left top no-repeat;
}
#navigation a:hover span {
	color: #FFFFFF;
	background: url(../images/nav_li_a.png) right top no-repeat;
	text-decoration: none;
	display: block;
	height:46px;
	text-align:center;
	padding-top:12px;
	padding-left:35px;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #000080;
	text-align: center;
}
/* Footer Styles */
#footer {
	text-align: center;
	clear: both;
	width: 818px;
	border-top: solid 1px #000080;
	font-size: x-small;
}
#footer p {
	color: #808080;
}
#footer a {
	text-decoration: underline;
	color: #808080;
}
#footer a:hover {
	text-decoration: none;
	color: #808080;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.tdalt
{
    background-color: #D5E0EE;
}
a{
	color: #000080;
	text-align: center;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}