﻿body 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
}

h2
{
	color: Gray;
	font-size: 1.5em;
}

#pageBody
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;	
}

#pageContent
{
	/* background-color: #6b0405;*/
	background: transparent url('images/red.jpg') repeat;
	*height: 450px;
	min-height: 450px;
}

#pageFooter
{
	background-color: #4A4849;
	height: 35px;
	z-index: 1;
}

#leftPanel
{
	width: 245px;
	float: left;
	/* background-color: #d0d0d0; */
	background: transparent url('images/red.jpg') repeat;
	*height: 450px;
	min-height: 450px;
}

#rightPanel
{
	margin: 0px 20px 0px 250px;
	padding: 10px 10px 10px 10px;
	background-color: white;
	min-height: 450px;
	width: 700px;
	/* overflow: scroll;
	/*position: absolute;
	float: left;*/
}

#banner
{
	background: transparent url('images/banner.jpg') no-repeat;
	height: 189px;
	/* background-color: Blue; */
	padding: 0px 15px 0px 15px;
}

.menu
{
	list-style-type: none;
	padding-left: 15px;
	margin-left: 0px;
	padding-top: 75px;
}

.menuItem a
{
	color: white;
	text-decoration: none;
}

.menuItem a:hover
{
	color: white;
	text-decoration: underline;
}

.menuItem a:visited
{
	color: white;
	text-decoration: none;	
}

.newsTitle
{
	font-weight: bold;
	font-size: 1.2em;
}

.link img
{
	border: none;
	text-decoration: none;
}

.headerCell
{
	font-weight: bold;
	border-bottom: solid 1px black;
}