﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #cb8;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #A8B6D1;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #cb8;
}
#content {
	background-color: #fff;
	margin-left: 150px;
	padding-left: 5px;

}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #A8B6D1;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}
/* Styles for Footer */
#footer p {
	font-size: small;
}
#footer a {
	color: #0000FF;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #393939;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_subhead {
    font-family: Arial, sans-serif;    
    font-size: 14px;
    font-weight: bold; 
}
.style_bordertan {
	border: 5px solid #CCBB88;
	margin-left: 10px;
	margin-right: 10px;
}
.style_borderfill {
	border: 5px solid #CCBB88;	
	background-color: #A8B6D1;
}
.style_fillcolor {
	background-color: #A8B6D1;
	font-family: Arial, sans-serif;    
    font-size: 14px;
    font-weight: bold; 
}
.style_highlight {
	border-right: 5px #cb8 solid;
	border-bottom: 5px #cb8 solid;
	border-left: 5px #cb8 solid;	
	background-color: #A8B6D1;	
}
.style_indexbutton {margin-top: 20px;margin-right: 60px;float:right
}
.style_textaligncenter {
	text-align:center
}
.style_middle {
     margin-left:450px
}
.style_indeximage {
margin-top: 50px;
margin-right: 60px;
float:right;
border: 5px solid #CCBB88;
} 
.indextable2 {
	background-color:black;
	color:white;
}
.events {
	border: 1px solid #000000;
}

