BODY	{ SCROLLBAR-BASE-COLOR: #2D2D4A }

a:link		{ color: #3300FF; text-decoration: none }
a:visited	{ color: #3300FF; text-decoration: none }
a:active	{ color: #666666; text-decoration: none }
a:hover		{ color: #FF6600; text-decoration: none }




 /* THIS LINE CONTROLS THE font SIZE ON ALL PAGES */

TABLE		{ color: #000000; font: 11px geneva, verdana, arial, sans-serif }
.biglink 	{ font: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; 
                  TEXT-DECORATION: none }
.biglink:hover 	{ font: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; 
                  TEXT-DECORATION: underline }
.careertitle	{ color: #666666; font: 14px geneva, verdana, arial, sans-serif; font-weight: bold }
.copyright	{ color: #999999; font: 9px geneva, verdana, arial, sans-serif }
.faq 		{ line-height: 19px }
.just 		{ text-align: justify;}
.list 		{ color: #000000; 
                  font: 12px geneva, verdana, arial, sans-serif; font-weight: normal }
.smalltitle 	{ color: #000000; 
                  font: 11px verdana, arial, sans-serif; font-weight: bold }
.phonetitle	{ color: #000000; 
                  font: 12px geneva, verdana, arial, sans-serif; font-weight: bold }
.picturecomments{ color: #666666; 
                  font: 12px geneva, verdana, arial, sans-serif }
.picturehilight	{ color: #3366FF; 
                  font: 13px geneva, verdana, arial, sans-serif; font-weight: bold  }
.picturetitle 	{ color: #000000; 
                  font: 13px verdana, arial, sans-serif; font-weight: bold }
.subtitle	{ color: #336699; 
                  font: 15px geneva, verdana, arial, sans-serif; font-weight: bold }
.title		{ color: #141424; 
                  font: 18px verdana, arial, sans-serif; font-weight: bold; 
                  text-align: center; }
.heading1 	{ color: #000000; 
                  font: 13px verdana, arial, sans-serif; font-weight: bold }

 /* SIDEBAR OPTIONS */


a.sidelink:active	{ color: #99CCFF; text-decoration: none }
a.sidelink:hover	{ color: #99FF99; text-decoration: none }
a.sidelink:link		{ color: #99CCFF; text-decoration: none }
a.sidelink:visited	{ color: #99CCFF; text-decoration: none }
.date-font	        { color: #FFFFFF; font: 10px verdana, arial, sans-serif; font-weight: bold }
.sidebartitle	        { color: #FBDB74; font: 13px verdana, arial, sans-serif; font-weight: bold }
.sidebartext	        { color: #FFFFFF; font: 11px geneva, verdana, arial, sans-serif }


 /* END SIDEBAR OPTIONS */


.button-popups { 	background-image: url("picts/button-popup.gif");
		background-color:#2D2D4A;
		font-family: arial, verdana, helvetica, sans;
		color: #CFCFE0;
		font-size: 8pt;
		height: 23px;
		width: 100%;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 2px;
		padding-right: 2px;
		BORDER: #FFFFFF 0px solid }

.buttonon-popups { 	background-image: url("picts/buttonon-popup.gif");
		background-color:#C0C0C0;
		font-family: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 23px;
		width: 100%;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 2px;
		padding-right: 2px;
		BORDER: #FFFFFF 0px solid }

.dropdown 	{ color: #333333;
		WIDTH: 250PX;
		font: 11px geneva, verdana, arial, sans-serif}

.searchbutton {	background-color:#F0F0F0;
		font-family: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 18px;
		width: 35px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #666666 1px solid }

.searchdrop { WIDTH: 60PX; HEIGHT: 20PX; font: 11px arial, georgia, "Times New Roman", sans-serif }

.searchform { 	WIDTH: 110PX;
		HEIGHT: 20PX;
		font: 11px arial, georgia, "Times New Roman", sans-serif;
		BORDER-BOTTOM: #000000 1px solid;
		BORDER-LEFT: #000000 1px solid;
		BORDER-RIGHT: #000000 1px solid;
		BORDER-TOP: #000000 1px solid }

.shadeform	{ font: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 250PX;
		BORDER: #000000 1px solid}

.submitbutton { font: 9pt arial, verdana, sans-serif }

.textarea	{ font: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 275PX;
		BORDER: #000000 1px solid}

 /* IMAGE HOVER CODE */

.rollover 	{ background-color: #000000}
.rolloveron 	{ background-color: #0000FF; filter:alpha(opacity=60)  }


 /* START THE CODE FOR THE MENUS */

 /* TOP LEVEL MENU CONTROL */

a.menu_TOP{
      display:block;
      line-height: 14pt;
      text-align: center;
      text-decoration:none;
      border-right: #313252 1px solid;
}



 /* SUB LEVEL MENU CONTROL */

a.menu_SUB{
      display:block;
      padding: 2px 2px 2px 4px;
      text-decoration:none;
      filter:alpha(opacity=100);
      border-bottom: #999999 1px solid;
}

 /* MORE SUB LEVEL MENU CONTROL */

.menu_DIV{
      border-top: #000000 0px solid;
      border-bottom: #666666 0px solid;
      border-right: #666666 1px solid;
      border-left: #666666 1px solid;
      filter:alpha(opacity=100);
      z-index:100;
}


