﻿@import url('layout.css');

/* Body Styles */ 
body {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000099;
	background-color: #FFFFFF;
	height: auto;
	background-image: url('../images/bckgrd.jpg');
	background-repeat: repeat;
}
#container {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 5px 5px 5px 5px;
}
#masthead {
	width: auto;
	height: 110px;
	background-image: url('../images/bckgrd.jpg');
}
#logo {
	padding: 0 0 0px 0;
	margin: 0 0 0 10px;
	width: 66px;
	position: relative;
	height: 100px;
	float: left;
}
#logo img {
	margin: 5px 0 0 0;
}
#header {
	width: 671px;
	height: 110px;
	float: left;
}
/* Header Styles */
#header h1 {
	font-size: xx-large;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}
#navigation {
	position: relative;
	margin: 5px 0 5px 0;
	background-color: #FFFFFF;
	float: left;
	width: 120px;
}
/* Navigation Styles */
#navigation ul {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	background-color: #FFFFFF;
	list-style-type: none;
}
#navigation a {	
	text-decoration: none;
	display: block;
	border-top: 1px #003399 dotted;
	color: #003399;
	border-bottom: 1px #003399 dotted;
	background-color: #FFFFFF;
	border-left: 1px #003399 dotted;
	color: #003399;
	border-right: 1px #003399 dotted;
	color: #003399;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000FF;
}
#navigation a:active {
	color: #008080;
	text-decoration: none;
}
#page_content {
	background-color: #FFFFFF;
	width: 634px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	text-align: left;
}
/* Content Styles */
#page_content h1,h2,h3,h4,h5,h6 {
	color: #000099;
}
page_content a:hover {
	color: #000080;
	font-weight: bold;
}

	/* Footer Styles */
#footer {
	background: #FFFFFF;
	text-align: center;
	clear: both;
	width: auto;
	border: 1px #0000FF dotted;
}
#footer a {
	color: #003399;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_x-large-bold {
	font-weight: bold;
	font-size: x-large;
	text-align: center;
}
.underline {
	text-decoration: underline;
}
.center {
	margin: 5px 0 0 0;
	text-align: center;
}
.green_text {
	color: #006600;
}
.medium {
	font-size: medium;
}
