﻿@import url("layout.css");
body {
	font-family: "Century Schoolbook", "Times New Roman", serif, "Times New Roman";
	font-size: 0.9em;
	background-color: #ffffff;
	background-image: url("../images/background.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#container {
	width: 800px;
	margin: 0 auto 10px 0;
}
#navigation {
	position: relative;
	float: left;
	width: 314px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Century Schoolbook", "Times New Roman", serif, "Times New Roman";
	font-size: .95em;
}
#logo {
	background: url('../images/logo.gif') no-repeat right;
	float: right;
	width: 450px;
	margin-bottom: 10px;
	height: 133px;
}
#content {
	float: right;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 10px 0 10px 10px;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 150px;
	display: block;
	margin: 0;
	padding: 0 0 0 80px;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #CC0033;
	text-decoration: none;
}
/* Content Styles */
h1,h2,h3,h4,h5,h6 {
	color: #CC0033;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.1em;
	color: #006600;
}
#content img {
	padding: 5px;
}
/* Footer Styles */
#footer p {
	color: #000000;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #CC0033;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#footer {
	padding: 0 80px 0 80px;
	font-variant: normal;
	width: 150px;
	margin-top: 30px;
	font-size: .75em;
}
#footer a {
	padding:0;
	margin:0;
	color:#CC0033;
	text-decoration:underline;
	display:inline
}
td {
}
.Transparent{
		background-color:transparent;
		border:0px;
		font-weight:bold;
		color: #0000CC;
	}
form {
	font-size: .8em;
}
.small {
	font-size:.8em;
}
