TH {text-align:left; }

body {font-family: times; margin: 24; background-color: #C9C9BA; font-size: 12px; color: #74624C;}

.templateContentArea { padding-top: 10; }

h1{font-size: 20px; color: #74624C; font-weight: bold; padding-bottom: 5px;padding-top: 10px;}

#menu {
width: 100%; 
 font-family:  Times New Roman,Trebuchet MS, Arial, sans-serif; 
 background-color: #73624b; 
color: #ffffff;
}

#menu ul {
 list-style: none;
 padding: 0;   /* padding to buttons */
 margin: 0 ;   /* indent from outside div */
}

#menu li {
float: left;     /* left for horizonal menu, otherwise its vertical.
width: 100;   /* button outside dimensions, need this for centering text... make this same as anchor */
 }

#menu a {
 text-align: center;  /* position text within li button */
 text-decoration: none; /* remove typical underline */
 font-size: 13pt;    /* menu text size */
 display: block;    /* treats layout of buttons like they're table cells rather than list items */
 color: #f4e9d0;  /* link text colour */
 background-color: #7d6c57;
 border-width: 0px;
 border-right:1px;
 border-style: solid;
 border-color: #73624b;
 padding: 0;   /* padding of text within button */
 margin: 0;   /* padding of button within list item */
text-shadow: black 0.1em 0.1em 0.1em
}

#menu a:hover {  /* override as neccesary for mouse over effects */
 color: #73624b; 
 background-color: #eee9dd;
text-shadow: #eee9dd 0.1em 0.1em 0.1em
}

#menuactive li a{background-color: #eee9dd;}

#menu li a {
                                padding: 8px 8px 8px 8px;
                
                }

#menu li ul {  /* this one is the dropdown */
 position: absolute; /* so we can hide it */
 left: -999em;  /* by default it is hidden */
 width: 100px;  /* width of the entire dropdown */
 margin: 0;  /* relative position of the menu to the button... 0=tight on bottom.. */
 background-color: #666666; /* color of the entire dropdown */

}

#menu li ul a {  /* override colours for drop down buttons */
background-color:#666666;
 width: 120px;
 text-align:left;
 font-size: 10pt;
 border-right:1px;
 color:#ffffff;
 border-bottom: 1px  solid #ffffff;
padding:2px;
}

#menu li ul a:hover {  /* override colours for drop down buttons */
color: #ffffff;
 background-color: #cccccc;
}

#menu ul li:hover, #menu ul li.sfhover {
 color: blue;
}

#menu ul ul ul {
 position: absolute;
 background-color: #666666; /* color of the entire dropdown */
 top: auto;  /* auto means that it will be in the typicall indented list position below the first menu */
 left: 0;   /* 0 */
 margin: -23px 0 0 120px;   /* adjust the margins to position the 2nd level popout menu to the right*/
 width: 100%;   /* width is based on the containing block */
}

#nav li:hover, #nav li.sfhover {
	background: #666666;
color:#ffffff;
}

#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul 
{
 left: -999em;
}

#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul {
 left: auto;
}
#catmenu {
 margin-top: 10;
 margin-left:0;
 padding: 0;
 width: 120;  
}

#catmenu ul {
 list-style: none;
 padding: 1;   /* padding to buttons */
 margin: 0 ;   /* indent from outside div */
 width:120;
}

#catmenu li {
 left: 0;
 margin: 0 ;
 padding: 0;
 display: block;
 position:relative;
 width: 120;   
}

#catmenu a {
 text-align: center;  /* position text within li button */
 text-decoration: none; /* remove typical underline */
 font-size: 8pt;    /* menu text size */
 display: block;    /* treats layout of buttons like they're table cells rather than list items */
 width: 120;   /* button outside dimensions */
 color: white;  /* link text colour */
 background-color: red;
 padding:2;   /* padding of text within button */
 margin: 1;   /* padding of button within list item */
}

#catmenu a:hover {  /* override as neccesary for mouse over effects */
 color: #0a1962; 
 background-color: #fd6200;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#catmenu ul ul {
 display: none;   /* removes the anoying space between buttons where popupmenus exist.*/
 visibility:hidden;  /* dropdowns hidden by default, until hovered over */
 position:absolute;
 top:0;
 left:122; 
 width: 130px;  /* width of the entire dropdown */
 margin: 0;  /* relative position of the menu to the button... 0=tight on bottom.. */
 padding: 2;
 background-color: #555; /* color of the entire dropdown */
}

#catmenu ul ul ul {
 position: absolute;
 top: auto;  /* auto means that it will be in the typicall indented list position below the first menu */
 left: 0;   /* 0 */
 margin: -20 130;       /* adjust the margins to position the 2nd level popout menu to the right*/
 width: 130;   /* width is based on the containing block */
 background-color: #444; /* color of the entire dropdown */
}

#catmenu li ul a {  /* override colours for drop down buttons */
 background-color: #666;
 color:white;
 width: 130px;
 text-align:center;
 font-size: 8pt;
 border-top: 1px  solid white;
 border-left: 1px  solid white;
 border-right: 0px ;
 border-bottom: 1px  solid #000000;
 padding:2px;
 margin: 0; 
}


#catmenu li ul a:hover {  /* override colours for drop down buttons */
 color: white;
 background-color: #999;
}

#catmenu ul li:hover, #catmenu ul li.sfhover {
 color: blue;
}


#catmenu li:hover ul ul, 
#catmenu li:hover ul ul ul, 
#catmenu li.sfhover ul ul, 
#catmenu li.sfhover ul ul ul 
{
 left: -999em;
}

#catmenu li:hover ul, 
#catmenu li.sfhover ul 
{ 
  visibility:visible;
  display: block;  /* anoyingly restores the anoying space between buttons where popupmenus exist.*/
}

#catmenu li li:hover ul, 
#catmenu li li li:hover ul, 
#catmenu li li.sfhover ul, 
#catmenu li li li.sfhover ul {
  visibility:visible;
  left: auto;
  display: block;  /* anoyingly restores the anoying space between buttons where popupmenus exist.*/
}

/* LINKS (This applies to the MainText) */ 
a:link { color: #669900; text-decoration: underline;}
a:visited { color: #669900;text-decoration: underline;}
a:active {color: #000000;text-decoration: underline;}
a:hover { color: #FF6600; text-decoration: underline;}

/* SET THE GENERAL PAGE ATTRIBUTES */
.MainText {color: #333333; line-height: 16px; font-size: 11px;}
.MainTextLevel02 {font-size: 11px; color: #333333;}
.MainTextLevel03 {color: #333333;}
.MainTextLevel04 {font-size: 11px; color: #666666;}
.MainTextLight {color: #999999;}

.HeadingsLevel01 {font-size: 20px; color: #74624C; font-weight: bold; padding-bottom: 5px;}
.HeadingsLevel02 {font-size: 16px;color: #74624C; font-weight: bold; line-height: 18px;}
.HeadingsLevel03 {font-size: 14px; color: #000000; font-weight: bold; background-color: #999999; line-height: 16px;}
.HeadingsLevel04 {color: #800000; font-weight: bold; padding: 4px; font-size: 15px;}
.HeadingsLevel05 {color: #FFFFFF; font-weight: bold; padding: 5px; background-color: #333333;}

.HeadingsWhite {color: #FFFFFF; font-weight: normal;}
.HeadingsBlack {color: #000000; font-weight: bold; }

.SmallText {font-size: 9px; color: #333333;}
.SmallText  a:link {color: #FF3300; text-decoration: underline;}
.SmallText  a:visited {color: #666666; text-decoration: underline;}
.SmallText  a:active {color: #FF3300; text-decoration: underline;}
.SmallText  a:hover {color: #FF6600; text-decoration: underline;}

.SpecialNote {color: #3366CC;}
.SpecialNote  a:link {color: #3366CC; text-decoration: underline;}
.SpecialNote  a:visited {color: #3366CC; text-decoration: underline;}
.SpecialNote  a:active {color: #FF3300; text-decoration: underline;}
.SpecialNote  a:hover {color: #FF6600; text-decoration: underline;}
.MessageText {font-size: 10px; color: #000066; font-weight: normal}

.FeatureText {color: #666666; padding: 4px; background-color: #FBF5E6; line-height: 14px;}
.FeatureText  a:link {color: #666666; text-decoration: none;}
.FeatureText  a:visited {color: #666666; text-decoration: none;}
.FeatureText  a:active {color: #FF3300; text-decoration: underline;}
.FeatureText  a:hover {color: #FF6600; text-decoration: underline;}

.HomepageSearchEngineText {font-size: 14px; line-height: 20px;}
.HomepageFeatureHeader {font-weight: bold; border: 1px solid #726049; background-color: #EEE9DD;}
.HomepageFeature {border-left: 1px solid #726049; border-right: 1px solid #726049; border-bottom: 1px solid #726049; background-color: #FFFFFF;}
.FeaturedItemHeading {font-size: 16px; font-weight: bold; line-height: 18px;}
.FeaturedItem {line-height: 18px; padding-top: 10px; padding-bottom: 10px;}

.HomeSidePanel {padding: 40px 15px 10px 35px;}
.SidePanelText {font-size: 13px; line-height: 16px;}
.SidePanelTextList {font-size: 13px; line-height: 15px;}

.ContentSidePanel {padding: 40px 0px 10px 35px;}

.ContentMain {padding: 40px 0px 25px 0px; line-height: 20px; font-size: 14px;}
.FooterText {font-size:11px; padding: 20px 10px 10px 10px;}