﻿html 
{
  margin: 0;
  padding: 0;
  font-family: Verdana;
}

body 
{
  margin: 0;
  padding: 0;
  font-family:  verdana, arial,helvetica, sans-serif;
  font-size:small;
}  
A
{
	text-decoration: none;
}        
A:active
{
    COLOR: #1c4f3e;
    text-decoration: none;
}
A:hover
{
    color:Gold ;
    TEXT-DECORATION:none;
}

#news
{
	background-color: #f5f5f5;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-size: small;
	font-family: 'Century Gothic';
	width: 140px;
	height: 180px;
}
#stories
{
}

#HEADER
{
	white-space: nowrap;
	background-color:#395242;
	background-image: url(../Images/Top.gif);
	background-repeat:no-repeat;
	height: 140px;
	border-bottom: darkgray 1px solid;
	
}

#NAV
{
	/*clear: none;*/
	/*float: left;*/
	background: #e7e7d6;
	border-right: darkgray 1px solid;
}

#FOOTER
{
	background-image: url(../Images/bottom.jpg);
	background-repeat:no-repeat;
	background-color:#395242;
	height: 50px;
	font-family: 'Century Gothic';
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-size: xx-small;
	vertical-align: middle;
	text-align: center;
}

#COPYRIGHT
{
	text-align: center;
	font-size: xx-small;
}

/*******************************************
//
//Menu
//
/******************************************/
.Menu
{
	font-size: .9em;
	font-family: Verdana;
	color: Yellow;
}
.StaticMenuItemStyle 
{
	color: Yellow;
	font-size: .8em;
	font-family: Verdana;
}
.DynamicHoverStyle
{
	background-color:#284E98;
	color: #ffffff;
	
}
.DynamicMenuStyle
{
	 /*background-color: #B5C7DE; */
	 background-color: Red; 
}
.StaticSelectedStyle
{
	 /*background-color: #284E98;*/
}
.DynamicSelectedStyle
{
	 /*Background-color: #507CD1;*/
	 /*background-color: #284E98;*/
}
.DynamicMenuItemStyle
{
	/*background-color: #00A05F;*/
	color: Yellow;
	font-size: .8em;
	font-family: Verdana;
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
}
.StaticHoverStyle
{
	 /*background-color:#284E98; 
	 Color: White;*/
}

.copyright
{
	COLOR: #000000;
    text-decoration: none;
}
.copyright:hover
{
	color:#000000;
    TEXT-DECORATION:none;
}