


a:link		{ color: #8C1C03; text-decoration: none; }

a:visited	{ color: #8C1C03; text-decoration: none; }

a:active	{ color: #8C1C03; text-decoration: none; }

a:hover		{ color: #8C1C03; text-decoration: none; }




/* THE NEXT LINE IS THE MAIN PAGE FONT */

TABLE 		{ COLOR: #000000; FONT: 14px arial, verdana, sans-serif; font-weight: normal; }

.title 		{ color: #717845; font: 24px "arial narrow", arial, verdana, sans-serif; font-weight: bold; font-style: italic; }

.subtitle 	{ color: #717845; font: 15px  arial, verdana, sans-serif; font-weight: bold; font-style: italic; }

.careers 	{ COLOR: #000000; FONT: 12px arial, verdana, sans-serif; font-weight: normal; }

.footertext 	{ COLOR: #000000; FONT: 15px arial, verdana, sans-serif; font-weight: normal; }

LI 		{ COLOR: #717845; FONT: 14px arial, verdana, sans-serif; font-weight: bold; }

.contacttitle 	{ color: #000000; font: 12px arial, verdana, sans-serif; font-weight: bold; }

.contacttext 	{ color: #000000; font: 10px verdana, arial, sans-serif; font-weight: normal; }

.emailtitle 	{ color: #000000; font: 16px verdana, arial, sans-serif; font-weight: normal; }

.sidebarlink 	{ color: #000000; font: 16px verdana, arial, sans-serif; font-weight: normal; }

.just 		{ text-align: justify; }




/* THE NEXT LINE IS THE TEXT OVER THE TOP MENU */

.menu-note	{ color: #ffffff; font: 12px arial, sans-serif; font-weight: bold; }







/* RIGHT SIDEBAR AREA BORDERS, CODE AND COLORS */


.sidebar	{ background-color: #717845;
		  border-left: 1px solid #000000;
		  width: 225px; }


.borders	{ BORDER: #000000 1px solid; }


fieldset 	{ border:1px solid #F9FFFA;
		  -moz-border-radius: 5px;
		  padding-top: 0px;
		  padding-bottom: 6px;
		  padding-left: 8px;
		  padding-right: 8px;
		  width: 175px;
		  text-align: left; }

fieldset legend { border:1px solid #000000;
		  background-color: #F9FFFA;
		  margin-bottom: 3px;
		  padding: 2px;
		  padding-left: 5px;
		  padding-right: 5px;
		  COLOR: #717845;
		  FONT: bold 13px arial, verdana, sans-serif; }










/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}







/* MAIN MENU */


.menubackground		{ background-color:#002D59;
			  border-top: #666666 1px solid;
			  border-bottom: #666666 1px solid;
			  background-image: url("images/menu-background.gif"); }


.menu		{ font-family: arial, verdana, sans-serif;
		  font-size: 9pt;
		  font-weight: bold;
		  text-align: center;
		  height: 25px;
		  padding-left: 7px;
		  padding-right: 7px;
		  cursor:hand;
		  line-height: 23px;
		  display: block;
		  border: #000000 0px solid; }


a.menu:link 	{ background-image: url("images/menu.gif");
		  background-color:#002D59;
		  color: #FFFFFF;}


a.menu:visited 	{ background-image: url("images/menu.gif");
		  background-color:#002D59;
		  color: #FFFFFF; }


a.menu:active 	{  background-image: url("images/menu.gif");
		   background-color:#002D59;
		   color: #FFFFFF; }


a.menu:hover 	{  background-image: url("images/menuon.gif");
		   background-color:#002D59;
		   color: #CCFFFF; }



