BODY {background-image: url(images/MixedGreenBackground.jpg);
background-repeat: attribute; }

a:link { color: black; text-decoration: none }
a:active { color: black; text-decoration: none }
a:visited { color: black; text-decoration: none }
a:hover { color: #3399CC; text-decoration: none }

a.under:link { color: black; text-decoration: underline }
a.under:active { color: black; text-decoration: underline }
a.under:visited { color: black; text-decoration: underline }
a.under:hover { color: #3399CC; text-decoration: underline }

a.menu:link { color: black; text-decoration: none }
a.menu:active { color: black; text-decoration: none }
a.menu:visited { color: black; text-decoration: none }
a.menu:hover { color: white; text-decoration: none }

<!-- News Feed Styles -->
p.channel { font-family: Times New Roman; font-size: 20pt; font-color: #00ff00; font-weight: bold; text-align: Center; word-spacing: 0; line-height: 100%; text-indent: 0; margin: 0;}
p.channelDescription { font-family: Times New Roman; font-size: 12pt; color: #000000; font-weight: bold; text-align: Center; word-spacing: 0; line-height: 100%; text-indent: 0; margin: 0;}
p.channelPublisher { font-family: Times New Roman; font-size: 20px; color: Red; font-weight: normal; text-align: Center; word-spacing: 0; line-height: 100%; text-indent: 0; margin: 0;}
a.chanLink { font-family: Times New Roman; font-size: 11pt; color: #000000; font-weight: normal; text-align: Left; word-spacing: 0; line-height: 100%; text-indent: 0; margin-bottom: 0px;}
a.newsLink { font-family: Times New Roman; font-size: 11pt; color: #000000; font-weight: normal; text-align: Center; word-spacing: 0; line-height: 100%; text-indent: 0; margin-bottom: 0px;}
a.newsLinkAlt { font-family: Times New Roman; font-size: 11pt; color: #000000; font-weight: normal; text-align: Center; word-spacing: 0; line-height: 100%; text-indent: 0; margin-bottom: 0px;}
p.news { font-family: Times New Roman; font-size: 11pt; color: #000000; font-weight: normal; text-align: Left; word-spacing: 0; line-height: 100%; text-indent: 0; margin-bottom: 0px;}
p.newsAlt { font-family: Times New Roman; font-size: 11pt; color: #000000; font-weight: normal; text-align: Left; word-spacing: 0; line-height: 100%; text-indent: 0; margin-bottom: 0px;}


<!--  News Page

Class Description/Use 
P.channel Feed "Channel" Title and Link, Often considered the feed "Header" 
P.channelDescription Feed "Channel" Description 
P.channelPublisher Feed "Channel" Publisher and Author 
A.chanLink Channel Link 
P.news and P.newsAlt Items or Stories (class calls alternate) 
A.newsLink and A.newsLinkAlt Items or Stories Link (class calls alternate) 

-->

#navcontainer ul
{
text-align: center;
padding-bottom: 0px;
padding-top: 0px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
width: 100%;
font-family: times new roman;
font-size: 9pt;
line-height: 12px;
/* fixes Firefox 0.9.3 */
}

#navcontainer2 ul
{
text-align: center;
padding-bottom: 0px;
padding-top: 0px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
width: 100%;
font-family: times new roman;
font-size: 12pt;
font-weight: 800;
line-height: 12px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 0px;
/* matches link padding except for left and right */
padding-top: 0px;
}

#navcontainer2 ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 0px;
/* matches link padding except for left and right */
padding-top: 0px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
padding-top: 0px;
color: black;
text-decoration: none;
border-right: 0px solid #fff;
}

#navcontainer2 ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
padding-top: 0px;
color: black;
text-decoration: none;
border-right: 0px solid #fff;
}

#navcontainer ul li a:hover
{
color: white
}

#navcontainer2 ul li a:hover
{
color: #3399CC  /* 66CC99 003333*/
}

#navcontainer #active { border-left: 0px solid #fff; }

/* Main headers - Centered */
  H1 {font-family: Times New Roman; size="6"; color: #000000; font-weight: bold; text-align: Center; word-spacing: 0; line-height: 100%; text-indent: 0; margin: 0}

/* Subheaers - Centered */
  H2 {font-family: Times New Roman; font-size: 12pt; color: #000000; font-weight: bold; text-align: Center; word-spacing: 0; line-height: 100%; text-indent: 0; margin: 0}
  H2.left {text-align: Left}

/* Normal Text, Aligned Center */
  H3 {font-family: Times New Roman; font-size: 11pt; color: #000000; font-weight: normal; text-align: Center; word-spacing: 0; line-height: 100%; text-indent: 0; margin: 0}

/* Normal Text, Aligned Left */
  H4 {font-family: Times New Roman; font-size: 11pt; color: #000000; font-weight: normal; text-align: Left; word-spacing: 0; line-height: 100%; text-indent: 0; margin: 0}

/* Accent Colored, Aligned Center */
  H5 {font-family: Times New Roman; font-size: 12pt; color: #66FF99; font-weight: bold; text-align: center; word-spacing: 0; line-height: 100%; text-indent: 0; margin: 0}

/* Used in Blue Menu */
  H6 {font-family: Times New Roman; font-size: 9pt; color: #000000; font-weight: normal; text-align: Center; word-spacing: 0; line-height: 100%; text-indent: 0; margin: 0}

 