/*
*  CompanyName.com Stylesheet for SiteManager/Public Site
*  Last updated: 2/03/2005 @ 9:15 AM
*  Updated By:  Andrew Jackson - DDW
*  
*  Please make sure to update this information if you change anything.
*/

BODY,TD {
  font-family: "Arial", "Times New Roman";
  font-size: 12px;
  color: black;
}
a:link {
   color: black;
   text-decoration: none;
}
a:visited {
   color: black;
   text-decoration: none;
}
a:active {
   color: black;
   text-decoration: none;
}
a:hover {
   color: #666666;  
   font-style: oblique;
   text-decoration: none;
}

.standardText {
  font-family: "Arial","Times New Roman";
  font-size: 12px;
  color: black;

}

.sectionHeader {
   font-family: "Arial","Times New Roman";
   font-size: 18px;
   font-weight: bold;
   color: #BC7D99;
   }

.sectionSubHeader {
   font-family: "Arial","Times New Roman";
   font-size: 15px;
   font-weight: bold;
   color: #BC7D99;
   }

.restrictedArea {
   color: darkred;
   }

.navLinksOn {
  font-family: "Arial","Times New Roman";
  font-size: 11px;
  font-weight: bold;
}

.navLinksOff {
  font-family: "Arial","Times New Roman";
  font-size: 12px;
  font-weight: none;
}


.subNavOn {

  font-family: "Arial","Times New Roman";
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.subNavOff {
  font-family: "Arial","Times New Roman";
  font-size: 11px;
  font-weight: none;
  text-decoration: none;
}

.TopNav {
  text-decoration: none;
}

/*
* This section deals with custom styles.
*/

.RequiredNote {
	color: darkred;
   }

.RequiredField {
   color: darkred;
   }

.SideNav {
   color: black;
   font-family: "Arial","Times New Roman";
   font-size: 11pt;
   float: left;
   padding: 10px;
   margin: 10px;
   background: #fffacc;
}

.Copyright {
   color: #444444;
   font-family: "Arial","Times New Roman";
   font-size: 8pt;
}

.TopNavLinksOn {
   font-family: "Arial","Times New Roman";
   font-size: 12px;
   font-weight: bold;
   color: white;

}

.TopNavLinksOff {
   font-family: "Arial","Times New Roman";
   font-size: 12px;
   font-weight: none;
   color: white;
}


/*
*
*
* CSS for Content Manager
*
*/

.cmsFunctions {
 font-size: 10px;
 font-family: "Arial","Times New Roman";
}

.cmsLevelHome {
  color: black;
  font-family: "Arial","Times New Roman";
  font-weight: bold;
  padding: 2px;
}
.cmsLevelOne {
  color: red;
  font-family: "Arial","Times New Roman";
  font-weight: bold;
  padding: 2px;
}
.cmsLevelTwo {
  color: orange;
  font-family: "Arial","Times New Roman";
  font-weight: bold;
  padding: 2px;
}
.cmsLevelThree {
  color: purple;
  font-family: "Arial","Times New Roman";
  font-weight: bold;
  padding: 2px;
}
.cmsLevelFour {
  color: fuscia;
  font-family: "Arial","Times New Roman";
  font-weight: bold;
  padding: 2px;
}
.cmsLevelFive {
  color: teal;
  font-family: "Arial","Times New Roman";
  font-weight: bold;
  padding: 2px;
}
.cmsLevelOrphan {
  color: #777777;
  font-family: "Arial","Times New Roman";
  font-weight: bold;
  padding: 2px;
}

.CMSMainHeader {
  color: blue;
  font-family: "Arial","Times New Roman";
  font-size: 20 px;
}






























































