.MenuBarItemIE 
{
	position: static;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* 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.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background-color: #FFF;
	}
}

/********************************************************

***********************

 HORIZONTAL LAYOUT INFORMATION: describes box model, 

positioning, z-order

 

*********************************************************

**********************/

/* The outermost container of the Menu Bar, an auto width 

box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0 ;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently 

setting z-index to accomodate IE rendering bug: 

http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to 

this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
/* Submenus should appear below their parent (top: 0) 

with a higher z-index, but they are initially off the 

left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation 

MenuBarSubmenuVisible, we set left to auto so it comes 

onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the 

right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;

}
/* Submenu that is showing with class designation 

MenuBarSubmenuVisible, we set left to 0 so it comes onto 

the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible 

ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/********************************************************

***********************

 DESIGN INFORMATION: describes color scheme, borders, 

fonts

 

*********************************************************

**********************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* MAA Menu items are a red block with padding and bold text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #b10405;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
/* MAA Menu items that have mouse over or focus have a 

red background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal 

a:focus
{
	background-color: #b10405;
	color: #FFF;
}

/* MAA Menu items that are open with submenus are set to 

MenuBarItemHover with a red background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, 

ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, 

ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #b10405;
	color: #FFF;
}

/********************************************************

***********************

 SUBMENU INDICATION: styles if there is a submenu under a 

given menu item

 

*********************************************************

**********************/

/* Menu items that have a submenu have the class 

designation MenuBarItemSubmenu and are set to use a 

background image positioned on the far left (95%) and 

centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: 

url(../../../images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class 

designation MenuBarItemSubmenu and are set to use a 

background image positioned on the far left (95%) and 

centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: 

url(../../../images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class 

designation MenuBarItemSubmenuHover and are set to use a 

\"hover\" background image positioned on the far left 

(95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: 

url(../../../images/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class 

designation MenuBarItemSubmenuHover and are set to use a 

\"hover\" background image positioned on the far left 

(95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: 

url(../../../images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

---------------------------------------------------------

---------------------------------------------------------


/* Note that these below will be used only IE */
*ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 140%;
}
*ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal 

a:focus
{
      background-color: #000;
      color: #FFF;
}
.rsscredit {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 8pt; }

.rsslinks {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 8pt; }

.DigestTitle {
    font-family: arial, helvetica, sans-serif;
    color : #4f6b85;
    font-size : 14px;
	line-height : 24px;
    font-weight : bold; }

.FeedTitle {
    font-family:  arial, helvetica, sans-serif;
    color : #64819a;
    font-size : 12px;
	line-height : 13px;
    font-weight : bold; }

a.FeedTitle {
    text-decoration : none; }

a.FeedLink:hover   {
    color : #555555; }

a.FeedLink {
    color : #000000; }

.FeedDescription {
    font-family:  arial, helvetica, sans-serif;
    color : #000000;
    font-size : 12px;
    text-decoration : none;  }

.FeedLink {
    text-decoration : none;}

.title {
     font-size : 18px;
     color : #555555;
     font-family : verdana, trebuchet ms, arial, sans-serif;
     font-weight : bold;
     font-style : italic;
     border-style : solid;
     border-color : #3366cc;
     border-bottom-width : 1px;
     border-top-width : 0px;
     border-left-width : 0px;
     border-right-width : 0px; }

.2ndline {
     font-size : 12px;
     font-style : italic;
     font-face : helvetica, arial, verdana;
     color : #333333; }

.headline {
    font-family: arial, helvetica, sans-serif;
    color: #4f6b85;
    font-size: 16px;
    font-weight: bold; }

.subheadline {
    font-family: arial, helvetica, sans-serif;
    color: #64819a;
    font-size: 14px;
    font-weight: bold;
    font-style : italic; }

.address {
    font-family: arial, helvetica, sans-serif;
    color : #ffffff;
    font-weight: bold;
    font-size : 7pt; }

.body {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 10px; }

.sitename {
    font-family: arial, helvetica, sans-serif;
    /* color : #64819a; */
    color : #EE0000;
    font-weight: bold;
    font-size : 18pt; }

.caption {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 10px; }

.pullquote {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 14px;
    font-style : italic; }

.credit {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 14px;
    font-style : italic; }

.bottom_links {
    font-family : arial, helvetica, verdana;
    font-size : 8pt; 
    text-align : center; 
    color : #64819a; }

a.bottom_links {
    font-family : arial, helvetica, verdana;
    font-size : 8pt; 
    text-align : center; 
    color : #64819a; }

a.bottom_links:hover {
    font-family : arial, helvetica, verdana;
    font-size : 8pt; 
    text-align : center; 
    color : #748da5; }

.footer {
    font-family : arial, helvetica, verdana;
    font-size : 8pt;
    color : #64819a;
    text-align : center; }

a.footer {
    font-family : arial, helvetica, verdana;
    color : #64819a; }

a.footer:hover {
    font-family : arial, helvetica, verdana;
    color : #748da5; }

.whatsnew-title { 
    font-family:  arial, helvetica, sans-serif;
    /* color : #64819a; */
   color: #EE0000;
    font-size : 12px;
    line-height : 13px;
    font-weight : bold;
    text-decoration : none; }

.whatsnew {
    font-family:  arial, helvetica, sans-serif;
    color : #000000;
    font-size : 12px;
    text-decoration : none; }

.whatsnew:hover {
    color : #555555; }

.eventsnew-title { 
    font-family:  arial, helvetica, sans-serif;
    /* color : #64819a; */
    color : #EE0000;
    font-size : 12px;
    line-height : 13px;
    font-weight : bold;
    text-decoration : none; }

.eventsnew {
    font-family:  arial, helvetica, sans-serif;
    color : #000000;
    font-size : 12px;
    font-weight : normal;
    text-decoration : none; }

.eventsnew:hover {
    color : #555555; }

.subpages-description {
    font-family:  arial, helvetica, sans-serif;
    color : #000000;
    font-size : 12px;
    text-decoration : none; }

.subpages-description:hover {
    color : #555555; }

.navlinks {
	color: #64819a;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight : bold;
        text-decoration: none; }

a.navlinks {
	color: #64819a;
	font-family: arial, helvetica, sans-serif;
	font-weight : bold;
        text-decoration: none;
        padding: 0px; }

a.navlinks:hover {
	color: #93a7b7; }

.vertical-links {
    color : #64819a;
	font-weight : bold;
	text-decoration : none;
	font-family : arial, helvetica, verdana;
	font-size: 9pt;
        line-height : 18px;
	max-height : 40px; }

.vertical-links:hover {
    color : #93a7b7; }

a   {
    /* color : #537fa8; */
    color : #008B00;
    font-family : arial, helvetica, verdana; }

a:hover   {
    color : #6d9dca; }

.printlink {
    font-family : arial, helvetica, verdana;
    color: #666666;
    font-size : 8pt; }

a.printlink {
    font-family : arial, helvetica, verdana;
    color: #666666;
    font-size : 8pt; }

a.printlink:hover {
    font-family : arial, helvetica, verdana;
    color: #999999;
    font-size : 8pt; }

.system {
	color : #000000;
        font-size : 10pt;
   	font-face : arial, helvetica, verdana; }

.syssmall {
	font-size : 8pt;
   	font-face : arial, helvetica, verdana;
   	color : #000000; }

.bodysmall {
	font-size : 8pt;
        color : #000000;
   	font-face : arial, helvetica, verdana; }

.bodysmallgrey {
	font-size: 8pt;
   	font-face: arial, helvetica, verdana;
   	color: #000000; }
table { 
    font-family:  arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #000000; }


.GalleryPopupTitle {
    font-family : arial, helvetica, verdana;
    font-size : 11pt;
    font-weight: bold; 
    color : 555555; }

.GalleryPopupDescription {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
	color : #555555; }

.GalleryPopupDetails {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
	color : #555555; }

.GalleryExplainText {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
	color : #555555; }

.GalleryThumbnailTitle {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
    font-weight: bold;
	color : #555555; }

.GalleryThumbnailDescription {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
	color : #555555; }

.GalleryHeadline {
    font-family : arial, helvetica, verdana;
    font-size : 16px;
	font-weight: bold;
	color : 4f6b85; }

.GalleryIntro {
   font-family : arial, helvetica, verdana;
    font-size : 10pt;
	color : #000000; }

.GalleryEditorLink {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
	color : #000000; }

.GalleryNavigation {
    font-family : arial, helvetica, verdana;
    font-size : 20pt;
	color : #457098; }

.GalleryTitle {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
    font-weight: bold;
	color : #457098; }

.GalleryDescription {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
	color : #555555; }

.GalleryNoPhotos {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
	color : #000000; }

.GalleryInactive {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
	color : #000000; }

a.forum:link {
        color : #000000;
        text-decoration : underline;
        font-size: 10pt; }

a.forum:visited {
        color : #000000;
        text-decoration : underline;
        font-size: 10pt; }

a.forum:hover {
        color : #555555;
        text-decoration : none;
        font-size: 10pt; }

a.forum:active {
        text-decoration : underline;
        color : #0a5593;
        font-size: 10pt; }

.forum_title {
    font-family: arial, helvetica, sans-serif;
    color: #457098;
    font-size: 16px;
    font-weight: bold; }

.forum_intro {
    font-family:  arial, helvetica,
    sans-serif;
    font-weight:normal;
    font-size: 11pt; }

.forum_table {
    font-family:  arial, helvetica,
    sans-serif;
    font-size: 10pt; }

.forum_td {
     font-family:arial; font-size:9pt;
     color:#666666;
     background-color:#ffffff; }

.flat {
     background-color:#CCCCCC; }

.table_header {
     background-color:#457098;
     color:#ffffff; font-family:arial;
     font-size: 10pt; }

.latest_post {
     font-family:arial;
     font-size:8pt;
     color:#000000; }

.latest_post_link {
      background-color:#ff9966;
      color:#000000;
      font-size:9pt;
      font-family:arial;
      border: solid 1px #000000;
      text-decoration:none; }

.new {
      font-family:verdana;
      font-size:7pt;
      color:#ff0000;
      font-weight:bold; }

.notnew {
      font-family:verdana;
      font-size:7pt;
      color:#555555; }

.message {
      border-bottom:solid 1px #000000;
      background-color:#CCCCCC;
      font-size : 10pt }

.highlight {
      background-color:#CCCCCC; }

.quote {
      padding:5px;
      border:solid 1px #000000;
      background-color:#e6e6e6;
      color:#000000; }

/* CUSTOM CSS */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* Feature Images  was 189 height*/

td#mainFeatureImages {
	width:780px;
	height:250px;
}

#news {
	color:#000000;
        float:left;
	}
#news  h2 {
	color:#000000;
	font-family:"Times New Roman",Georgia,Serif;
	}
#news img {
        float:left;
        padding-right: 3px;
       }
}

