﻿@import url("layout.css");
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
}
#container {
	background: #FFFFFF url('../images/bkgd_tile.gif') repeat-y top;
	width: 670px;
	margin: 5px auto;
}
#masthead {
	text-align: center;
	width: 625px;
	background-color: #FFFFFF;
	padding-left: 10px;
	margin-left: 20px;
	margin-right: 10px;
}
#navigation {
	float: left;
	width: 118px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 5px;
	top: 0px;
	left: 0px;
}
#content {
	float: left;
	width: 498px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	padding: 5px;
}
#footer {
	text-align: center;
	clear: both;
	width: 625px;
	padding: 5px;
	background-color: #fefeff;
	margin-left: 20px;
	margin-right: 10px;
}
/* Masthead Styles */
#masthead h1 {
	color: #0000FF;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-image: url('../images/GLASST1C.GIF');
}
#navigation a {
	color: #000099;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
}
#navigation a:hover {
	color: #800080;
	text-decoration: none;
	border: 1px solid #5f8ea9;
}
/* Content Styles */
h6 {
	color: #000099;
}
h5 {
	text-align: right;
	font-size:x-small;
	font-weight: normal;
}
h4 {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-size: small;
}
h3 {
	font-size:x-small;
	font-weight: normal;
}
h2 {
	color: #000099;
	font-weight: bold;
	font-size: small;
}
hr {
	color: #000066;
}
#content h1 {
	color: #000099;
}
#content img {
	padding: 5px 5px 0px 5px;
	border: 1px #808080 none;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	font-size: xx-small;

}
#footer a {
	color: #808080;
	text-decoration: none;
}
#footer a:hover {
	color: #800080;
	text-decoration: none;
}
a {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #800080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style22 {
	font-size: small;
	background-color: #C7DDF8;
	text-align: center;
}
.style23 {
	font-size: x-small;
	margin-bottom: 6px;
}
.style24 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:x-small;
}
.style25 {
	font-weight: bold;
	margin-bottom: 6px;
}