﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}
#container {
	background:black url('../images/background.jpg') no-repeat;
	height: 650px;
}
#menu {
}
#content {
	text-align:center;
}
#footer {
	text-align: center;
}
/* menu */
#menu img{
	border: 0;
	padding: 0;
	margin: 0;
}
#sideleft h4{
	color: white;	
}
#sideleft h3{
	color: white;	
}
#sideleft h2{
	color: white;	
}
#sideleft h1{
	color: white;	
}
#sideright h4{
	color: white;	
}
#sideright h3{
	color: white;	
}
#sideright h2{
	color: white;	
}
#sideright h1{
	color: white;	
}
#sideleft ol{
	color: black;
}
#sideleft ul{
	color: black;
}
#sideleft p{
	color: black;
}
#sideright ol{
	color: black;
}
#sideright ul{
	color: black;
}
#sideright p{
	color: black;
}
#contentleft ol{
	color: white;
}
#contentleft ul{
	color: white;
}
#contentleft p{
	color: white;
}
#contentleft h4{
	color: white;
}
#contentleft h3{
	color: white;
}
#contentleft h2{
	color: white;
}
#contentleft h1{
	color: white;
}
#contentright ol{
	color: white;
}
#contentright ul{
	color: white;
}
#contentright p{
	color: white;
}
#contentright h4{
	color: white;
}
#contentright h3{
	color: white;
}
#contentright h2{
	color: white;
}
#contentright h1{
	color: white;
}
#content2 ol{
	color: white;
}
#content2 ul{
	color: white;
}
#content2 p{
	color: white;
}
#content2 h4{
	color: white;
}
#content2 h3{
	color: white;
}
#content2 h5{
	color: white;
}
#content2 h2{
	color: white;
}
#content2 h1{
	color: white;
}
#calendar{
	text-align:left;
}
#calendar h5{
	text-decoration:underline;
	margin-bottom: 0px;
}
ol{
	font-size: small;
}
ul{
	font-size: small;
}
p{
	font-size: small;
}
/* Site typography */
#content img{
	border: 0;
	padding: 0;
	margin: 0;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: silver;
	padding: 0;
	margin: 0;
}
#footer a {
	color: #cc0000;
	text-decoration: underline;
}
#footer a:hover {
	color: navy;
	text-decoration: none;
}
/* Links */
#content2 a{
	color: #ff0000;
	text-decoration: underline;
}
#contentleft a{
	color: #cc0000;
	text-decoration: underline;
}
#content2 a:hover{
	color: blue;
	text-decoration: none;
}
#contentleft a:hover{
	color: blue;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: navy;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.pic1 {
	background-image:url('../images/front_sm.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
	height:300px;
}

