﻿body 
{ 
	margin: 0px;
	font-size:8pt;
	font-family: Verdana, Tahoma, Arial;
	background-image:url(Images/bg.gif);
	background-color: #808080;
	background-repeat: repeat-x;
 }
 a
 {
	color: Black;	
 }
 a:hover
 {
	color: Gray;	
 }
/*********************************************************************
 MAIN MENU STYLES
*********************************************************************/
.MenuNav
{
}
.MenuNav:Hover
{
	cursor: pointer !important;	 
}
/*********************************************************************
 MASTER PAGE STYLES
*********************************************************************/
.leftSide
{	
	width:221px;
	padding-top:0px;
	padding-left:0px;
	padding-right:10px;
	padding-bottom:10px;	
}
/*********************************************************************
 CONTENT STYLES
*********************************************************************/
.rightSide
{
	width: 750px;
	text-align:left;	
	padding-bottom:10px;
}
.content
{
	background-color: #F5F5F5;
	
}
.contentText
{
	padding-left:20px;
	padding-top:20px;
	width:640px;
	height:187px; /*needed to do this to make all content on all pages the same length as news area */
	margin: 1em 0; /*this is a hack to get rid of 1 pixel line b/w content and footer.*/
}
.contentHeader
{
	font-family: arial, helvitca, verdana, courier new;
	font-style: italic;
	color: #899A45;
	font-size: 14.5pt;
	border-bottom: #899A45 1px solid;		
	text-align:right;
	padding-top:14px;
}
