/************************
/* WFEG
/* 
/* Lilac       #993399
/* Dark Green  #006633
/* Text        #333333
************************/


/* Layout and backgrounds */
body 
{
	background-color: #75b9e8;
	background-image: url(../images/bgimages/spring/6.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}
.CardboardTop
{
	background-image: url(../images/general/cardboard-top.png);
	background-repeat: no-repeat;
}
.CardboardBottom
{
	background-image: url(../images/general/cardboard-bottom.png);
	background-repeat: no-repeat;
}
.CardboardLeft
{
	background-image: url(../images/general/cardboard-left.png);
	background-repeat: repeat-y;
}
.CardboardMiddle
{
	background-image: url(../images/general/cardboard-middle.png);
	background-repeat: repeat;
}
.CardboardRight
{
	background-image: url(../images/general/cardboard-right.png);
	background-repeat: repeat-y;
}
.LinedPaper
{
	background-image: url(../images/general/lined-paper.png);
	background-repeat: repeat-y;
}
.MenuBG
{
	background-image: url(../images/general/menu-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.Note1
{
	background-image: url(../images/general/note1.png);
	background-repeat:no-repeat;
}
.Note2
{
	background-image: url(../images/general/note2.png);
	background-repeat:no-repeat;
	padding: 38px 18px 0 10px;
}
.Note3
{
	background-image: url(../images/general/note3.png);
	background-repeat:no-repeat;
}


/* WFEG Logo */
.LogoWFEGLabel
{
	background-image: url(../images/general/logo-wfeg-label.png);
	background-repeat: no-repeat;
	background-position: center;
}


/* Small above main menu */
.HeaderLinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006633;
}
.HeaderLinksLink
{
	color: #006633;
}
.HeaderLinks a:hover
{
	color: #006633;
	text-decoration: none;
}


/* Photos at the top of each page */
.HeaderPhotoBorder
{
	border: 1px solid #006633;
}


/* Page headings & text styles */
h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #993399;
}
h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #006633;
}
.TextGeneral
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}
.TextGeneralBold
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.TextGeneralItalic
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	font-style: italic;
}
.TextGeneralLink,
.EditorText a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: underline;
	color: #333333;
}
.TextGeneralLink:hover,
.EditorText a:hover
{
	text-decoration: underline;
	color: #006633;
}
.TextGeneralError,
ul.error li
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
ul.error li {
	padding: 0;
}
.TextSmall
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.TextSmallBold
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}
.TextSmallLink
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: underline;
	color: #333333;
}
.TextSmallError
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF0000;
}
.TextRecycled
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
.TextHomePageSectionBold
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #614a32;
}
.TextHomePageSectionBold a:link
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #614a32;
}
.TextHomePageSectionBold a:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #614a32;
}
.TextHomePageSectionBold a:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.TextHomePageSectionBold a:active
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #614a32;
}
.TextHomePageSectionNews
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #2b679c;
}
.TextHomePageSectionNews a:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #006600;
}
.TextHomePageSectionNews a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #2b679c;
}

/* remove border from link images */
a img {
	border: 0;
}

/* Tag Clouds */
.TagSerifGreenSmallBold
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #006633;
}
.TagSanSerifGreenSmallBold
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006633;
}
.TagSanSerifPurpleMedBold
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #993399;
}
.TagSerifPurpleMedBold
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #993399;
}
.TagSerifGreenLrgBold
{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #006633;
}
.TagSerifPurpleLrgBold
{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #993399;
}
.TagSanSerifGreenLrgBold
{
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #006633;
}
.TagSerifPurpleExLrgBold
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #993399;
}
.TagSanSerifGreenExLrgBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #006633;
}
.TagSanSerifPurpleExLrgBold
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #993399;
}
.SponsorsTableBorder
{
	border: 1px solid #999999;
}

/* List styles */
li
{
	padding: 5px;
}
.RomanNumeralsUL
{
	list-style: lower-roman;
}
.AlphabeticalUL
{
	list-style: lower-alpha;
}
.SiteMapList
{
	list-style: url(../images/general/arrow-bullet.gif);
}

/* General image styles */
.ImageBorder
{
  border: 1px solid #006633;
}
.ImageLeftBorder
{
  border: 1px solid #006633;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.ImageRightBorder
{
  border: 1px solid #006633;
	padding: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
}
img a
{
  border: 0px
}


/* Tabular data */
.TableLeftBorder
{
	border-top:    0px solid #FFFFFF;
	border-right:  8px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-left:   0px solid #FFFFFF;
}
.TableRightBorder
{
	border-top:    0px solid #FFFFFF;
	border-right:  0px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-left:   8px solid #FFFFFF;
}
.TableBorder
{
	border: 2px solid #006600;
	margin-bottom: 1em;
}
.TableHeading
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #417541;
	padding: 3px 8px;
}
.TableFooter
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: white;
	border: 1px solid black;
	padding: 3px;
}
.TableBody1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #EEEEEE;
	padding: 3px;
}
.TableBody2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #DDDDDD;
	padding: 3px;
}
.TableBody1 th, .TableBody1 td
{
	padding: 3px;
}


/* Forms */
form
{
	margin: 0;
}
input[disabled]
{
	background-color: #EEEEEE;
}
.FormText
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.FormField
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 1px solid #009999;
}
.FormButtonSmall
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 60px;
	background-color: #EEEEEE;
	border: 1px solid #000000;
}
.FormButtonWide
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 130px;
	background-color: #EEEEEE;
	border: 1px solid #000000;
}
.Asterisk
{
	font-family: serif, Times;
	font-size: 11px;
}
.Asterisk.Warning
{
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}


/* Popup help boxes */
.HelpBox
{
	display: none;
	position: absolute;
	width: 172px;
	padding: 48px 4px 0 32px;
	background-image: url(../images/general/note.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #00A;
	line-height: 1.5em;
}
.HelpBoxText
{
	margin: 0 8px 0 0;
}
.HelpBoxLink, .HelpBoxClose
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #2b679c;
}
.HelpBoxLink
{
	cursor: help;
}
.HelpBoxClose
{
	float: right;
	margin: 16px;
	text-align: center;
	cursor: pointer;
	border: 1px solid silver;
}


/* Inner page division styles */
.PanelLeft
{
	float: left;
	text-align: left;
	width: 380px;
}
.PanelRight
{
	margin-left: 390px;
	border-left: 1px dotted silver;
	padding-left: 10px;
}
.Panel
{
	margin-bottom: 2em;
}
.PanelLeft, .PanelRight
{
	margin-bottom: 1em;
}
.PanelContainer
{
	width: 575px;
	margin: 12px;
	clear: both;
}
.ElementCenter {
	margin: 0 auto;
}
.TextCenter {
	text-align: center;
}
.TextLeft {
	text-align: left;
}
.TextRight {
	text-align: right;
}

/* Footprint styles */
.Green
{
	color: green;
}
.Red
{
	color: red;
}

/* News item styles */
.News {
	line-height: 2em;
}
.NewsHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.NewsDate {
	font-style: italic;
}
.NewsName {
	font-weight: bold;
	color: #006633;
}
.NewsEdit {
	float: right;
	font-size: 11px;
}
.NewsBody {
	font-size: 12px;
	width: auto;
}
/* remove extra spacing put in by FCKeditor */
.NewsBody div, .NewsBody p, .NewsBody li,
.NewsShort div, .NewsShort p, .NewsShort li {
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
/*
.NewsBody div, .NewsBody p, .NewsShort div, .NewsShort p {
	display: inline;
}
*/
.NewsBody br {
	display: none;
}
hr.News {
	clear: both;
}
.NewsBody .QuoteMark {
	font-size: 32px;
	color: #006633;
	padding: 4px;
	vertical-align: top;
}
.QuoteLeft {
	float: left;
}
.QuoteRight {
	float: right;
}
.NewsFootprint {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	clear: both;
}
.Total {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: green;
}
.NewsShort {
	font-size: 11px;
}
.NewsShort .QuoteMark {
	color: #006633;
	font-weight: bold;
}
.NewsShort .QuoteMark.Right {
	top: -14px;
}

/* News ticker */
#NewsTickerContainer {
	width: 565px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#NewsTickerLabel {
	float: left;
	color: #006633;
	font-weight: bold;
}
#NewsTickerData {
	display: none;
}
a#NewsTickerItem {
	float: left;
	width: 420px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	color: black;
}
a#NewsTickerItem:hover {
	color: #006633;
}
.NewsTickerButton {
	float: right;
}
.NewsTickerButton:hover {
	cursor: pointer;
}


/* Tab bar styles */
.TabBar {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid silver;
}
.Tab {
	background-color: #EEEEEE;
	padding: 0 12px;
	margin: 8px;
	cursor: pointer;
}
.Tab.Active {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: gray;
	font-weight: bold;
}


/* Forum Styles */
/*****************************************************/
.ZZFSBackground
{
	background-color: #FFFFFF;
}
.ZZFSGeneralText
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.ZZFSGeneralTextLink
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.ZZFSGeneralTextBold
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.ZZFSGeneralTextError
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.ZZFSHeaderText
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #555555;
	font-weight: bold;
}
.ZZFSTableBorder
{
	border: 1px solid #000000;
}
.ZZFSTableHeader
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006633;
}
.ZZFSTableHeaderLink
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.ZZFSTableBody
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #EEEEEE;
}
.ZZFSTableBodyLink
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #EEEEEE;
	text-decoration: underline;
}
.ZZFSFormButton
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	width: 100px;
	border: 1px solid #000000;
}
.ZZFSFormGoButton
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	width: 30px;
	border: 1px solid #000000;
}
.ZZFSFormField
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 1px solid #000000;
}
/*****************************************************/


/* Horizontal rules */
hr
{
  border: none;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
}

/* IE6 PNG Fix 
img, div
{ 
	behavior: url(iepngfix.htc)
}

*/

.Hidden {
	display: none;
}

.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}
.ClearBoth {
	clear: both;
}
.Underline {
	text-decoration: underline;
}
.IndentLeft {
	margin-left: 2em;
}