@charset "utf-8";
/* CSS Document 

#84772b Dark Button
#c6b341 Light Button

#597b93 Light Blue
#48775b Turquise Green
#734141 Mauve

#00251D Green Background
*/
body {
	background-image:url(../SiteFiles/site/GrnBkgd.jpg);
	background-color: #00251D;
	font-family:Verdana, Geneva, sans-serif;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}

/****  HEADER STYLES ****/
.header {
}

.header img{
	border-bottom-color: #FFF;
	border-top-width: 10;
	border-right-width: 10;
	border-bottom-width: 10;
	border-left-width: 10;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

/****  Content STYLES ****/
.contentBG {
	background-color: #48775b;
	padding: 15px;
	width: 650px;
	margin-top: 10px;
}
.articles {
	
}

.content {
	color: #FFF;
	text-align: left;
}
.content p{
	line-height: 1.2em;
}

.articles  a:link, a:visited, a:active {
	font-size: .7em;
	color: #FFF;
	text-decoration: none;
	}

.articles  a:hover {
	font-size: .7em;
	color: #000;
	text-decoration: none;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
	
}
/****  NavBar STYLES ****/
/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	padding: 0px;
	margin: 10px 0px 0px;
	font-weight: bold;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	font-size: 100%;
	display: block;
	cursor: pointer;
	padding: 10px 0px 0px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../SiteFiles/site/nav/butOff.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px 0px 0px 10px;
	height: 30px;
	width: 282px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #000;
	background-image: url(../SiteFiles/site/nav/butOver.jpg);
	background-repeat: repeat-x;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	color: #000;
	background-image: url(../SiteFiles/site/nav/butOver.jpg);
	background-repeat: repeat-x;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	}
}



/****  FOOTER STYLES  ****/
.newsletterBG {
	background-color: #597b93;
	padding: 15px;
	width: 252px;
	color: #FFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


/****  FOOTER STYLES  ****/
.footBG {
	background-color: #734141;
	padding: 15px;
	width: 650px;
	margin-top: 10px;
}
.foot {
	color:#FFF;
	text-align: center;
}

.foot ul{
	padding-top:20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.foot li{
	list-style-type: none;
	display: inline;
}

.foot ul li a:link, a:visited, a:active {
	font-size: .7em;
	background-image:none;
	color: #FFF;
	display: inline;
	text-decoration: none;
	}

.foot ul li a:hover {
	font-size: .7em;
	background-image:none;
	color: #000;
	display: inline;
	text-decoration: none;
}
