﻿html, body
{
	background-color: #544F42; /*#544F42;*/
	margin: 5px 0 20px 0;
	padding: 0 0;
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	color: #4b4b4b;
}



#wrapper
{
	width: 981px;
	margin: 0 auto;
	padding: 3px;
	text-align: left;
	background-color: #ffffff;
}


.Copyright
{
	width: 981px;
	margin: 0 auto;
	padding-top: 3px;
	text-align: left;
	clear: both;
	font-family: Arial;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}

a.Copyright:link, a.Copyright:visited, a.Copyright:active
{
	font-family: Arial;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
	font-weight: normal;
	text-decoration: underline;
}

a.Copyright:hover
{
	font-family: Arial;
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}


a:link, a:visited, a:active
{
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	color: #295e80;
	font-weight: normal;
	text-decoration: underline;
}

a:hover
{
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	color: #393939;
	font-weight: normal;
	text-decoration: none;
}

.Green
{
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	color: #476f41;
	
	text-decoration: none;
}

.GreenMedium
{
	font-family: Arial;
	font-size: 16px;
	line-height: 22px;
	color: #476f41;
	font-weight: bolder;
	text-decoration: none;
}


.GreyMedium
{
	font-family: Arial;
	font-size: 16px;
	line-height: 22px;
	color: #717171;
	font-weight: bolder;
	text-decoration: none;
}


.NewsTagline
{
	font-family: Arial;
	font-size: 15px;
	line-height: 19px;
	color: #717171;
	font-weight: bold;
	text-decoration: none;
}


a.NextBack:link, a.NextBack:visited, a.NextBack:active
{
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	color: #295e80;
	font-weight: bold;
	text-decoration: underline;
}

a.NextBack:hover
{
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	color: #393939;
	font-weight: bold;
	text-decoration: none;
}



.title
{
	padding: 5px 0 5px 5px;
	margin: 2px 0 0px 2px;
	text-align: left;
	height: 24px;
}

/*

.title 
{
font-family: Arial;
	font-size: 20px;
	
	letter-spacing: 2px;
	color: #476f41;
	font-weight: normal;
	text-decoration: none;
	border-bottom: solid 1px #cccccc;
	width: 658px;
	padding-bottom: 0;
	padding-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
	text-align:left;
}


  */

.Subtitle
{
	font-family: Arial;
	font-size: 16px;
	line-height: 18px;
	color: #544F42;
	font-weight: bolder;
	text-decoration: none;
}


.BlogDate
{
	font-family: Arial;
	font-size: 16px;
	line-height: 18px;
	color: #544F42;
	font-weight: bolder;
	text-decoration: none;
}


.BlogTitle
{
	font-family: Arial;
	font-size: 18px;
	line-height: 24px;
	color: #476f41;
	font-weight: bolder;
	text-decoration: none;
}


.smallerText
{
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #4b4b4b;
}


.SubNavLink
{
	float: right;
	height: 12px;
	padding: 4px 0 4px 0;
	height: 20px;
	vertical-align: middle;
}

.SubNavSpacer
{
	float: right;
	text-align: center;
	color: #cccccc;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 0px;
	height: 18px;
	vertical-align: middle;
}

.HRLine
{
	clear: both;
	width: 100%;
	margin: 2px 0 0 0;
	border-bottom: solid 1px #cccccc;
	padding: 0;
	height:1px;
}

#TabbedNav
{
	width: 100%;
	padding: 0;
	list-style: none;
	margin: 0 auto;
}
#TabbedNav ul
{
	padding: 0;
	margin: 0;
}
#TabbedNav li
{
	float: left;
	background: url(../images/btn_left.gif) no-repeat left top;
	margin: 0;
	padding: 0px 3px 0px 4px; /*border-bottom: 1px solid #0076b4;*/
	list-style-type: none;
}
#TabbedNav a
{
	float: left;
	display: block;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	background: url(../images/btn_right.gif) no-repeat right top;
	padding: 3px 6px 2px 2px;
	height: 16px;
	text-decoration: none;
	font-weight: bold; /*color:#765;*/ /*color: #2e8db9;*/
	color: #fff;
}
#TabbedNav > ul a
{
	width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#TabbedNav a
{
	float: none;
}
/* End IE5-Mac hack */
#TabbedNav a:hover
{
	color: #fff;
}
#TabbedNav li#CurrentTab
{
	background-position: 0 -42px;
	border-width: 0;
}
#TabbedNav li#CurrentTab a
{
	background-position: 100% -42px;
	color: #fff;
}
#TabbedNav li:hover, #TabbedNav li:hover a
{
	background-position: 0% -21px;
	color: #fff;
}
#TabbedNav li:hover a
{
	background-position: 100% -21px;
}




a.SubNav:link, a.SubNav:visited, a.SubNav:active
{
	font-family: Arial;
	font-size: 12px;
	line-height: 19px;
	color: #6a7b61;
	font-weight: bold;
	text-decoration: underline;
}

a.SubNav:hover
{
	font-family: Arial;
	font-size: 12px;
	line-height: 19px;
	color: #596828;
	font-weight: bold;
	text-decoration: none;
}




a.SubNavCurrent:link, a.SubNavCurrent:visited, a.SubNavCurrent:active
{
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	color: #274a35;
	font-weight: bold;
	text-decoration: none;
}

a.SubNavCurrent:hover
{
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	color: #274a35;
	font-weight: bold;
	text-decoration: none;
}





