﻿@import url('../layout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #F8F203;
	background-image: url('../images/bg_grad1600.jpg');
	background-repeat: repeat-y;
	cursor: url("images/cursor.cur");
	font-weight: bold;
}
#container {
	width: 100%;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#content {
	margin-left: 225px;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	text-align: justify;
	margin-right: 10px;
}
#content a {
	font-weight: bold;
	font-style: italic;
	color: #800000;
	text-decoration: none;
}
#divider {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	text-indent: 5px;
	line-height: 18px;
	background-color: #D13B02;
}
#page_content {
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	padding: 0 10 0 10;
	overflow: auto;
	background-color: #D13B02;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#masthead {
	margin: 0;
	width: 100%;
	overflow: auto;
}
#masthead a {
	border: 2px solid #000000;
}
#masthead img {
	float: left;
}
#masthead p {
	margin: 0px;
	font-size: 14pt;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}
/* Styles for Navigation */
#sidebar {
	float: left;
	width: 200px;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	font-size: 12px;
	font-family: Verdana, Arial;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #0C7004;
}
/* Styles for Footer */
#slideshow {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 225px;
	float: right;
	border-collapse: collapse;
	margin-right: 0px;
	margin-left: 5px;
	padding: 0px 0px 0px 10px;
	border-spacing: 0px;
}
#sildeshow img {
	border: 2px solid #000000;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#table {
	vertical-align: top;
	padding: 5px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	text-align: center;
}
