BODY {		FONT: 11px arial, verdana, sans-serif;
		scrollbar-base-color: #909099;
		scrollbar-track-color: #909099;
		scrollbar-face-color: #909099;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-3dlight-color: #4E172A;
		scrollbar-darkshadow-color: #4E172A;
		scrollbar-shadow-color: #FFFFFF;
		scrollbar-arrow-color: #FFFFFF; }


a:link		{ color: #4E172A; text-decoration: none }

a:visited	{ color: #4E172A; text-decoration: none }

a:active	{ color: #666666; text-decoration: none }

a:hover		{ color: #999999; text-decoration: none }




 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */
TABLE		{ COLOR: #000000; FONT: 11px geneva, verdana, arial, sans-serif }

.title		{ COLOR: #4E172A; FONT: 20px verdana, arial, sans-serif; font-weight: bold }

.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 }

.just 		{text-align: justify;}

.copyright	{ COLOR: #666666; FONT: 9px geneva, verdana, arial, sans-serif }

.smalltitle 	{ COLOR: #000000; FONT: 11px verdana, arial, sans-serif; font-weight: bold }

.careertitle	{ COLOR: #666666; FONT: 14px geneva, verdana, arial, sans-serif; font-weight: bold }

.subtitle	{ COLOR: #663333; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold; letter-spacing: 0px }

.phonetitle	{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold }

.picturecomments{ COLOR: #666666; FONT: 10px geneva, verdana, arial, sans-serif }

.picturetitle 	{ COLOR: #000000; FONT: 10px verdana, arial, sans-serif; font-weight: bold }

.list 		{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: normal }



.button-popups {background-color:#FFFF66;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		cursor:hand;
		font-weight: bold;
		BORDER: #000000 1px solid }

.buttonon-popups {background-color:#B2B2B8;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #FFFF99;
		font-size: 8pt;
		cursor:hand;
		font-weight: bold;
		BORDER: #000000 1px solid }

.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("..images/shadeform.jpg");
		text-align: left;
		WIDTH: 180PX;
		BORDER: #000000 1px solid}


.dropdown {	COLOR: #333333;
		WIDTH: 180PX;
		FONT: 11px geneva, verdana, arial, sans-serif}


.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("..images/shadeform.jpg");
		text-align: left;
		WIDTH: 250PX;
		BORDER: #000000 1px solid}

.submitbutton { FONT: 9pt verdana, arial,  sans-serif;
		font-weight: bold;
		color: #000000;
		BORDER: #000000 1px solid;
		padding-top: 2px;
		padding-bottom: 2px;
		background-color:#FFFFFF; }

.submitbuttonon { FONT: 9pt verdana, arial,  sans-serif;
		font-weight: bold;
		color: #FFFFFF;
		BORDER: #000000 1px solid;
		padding-top: 2px;
		padding-bottom: 2px;
		background-color:#854058; }


.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 }



.searchdrop { WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px arial, georgia, "Times New Roman", sans-serif }


.searchbutton {	background-color:#F0F0F0;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 18px;
		width: 40px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }

.divstyle {	position:absolute;
		border: #000000 1px solid;
		width:90;
		top:0;
		left:0 }

.pstyletitle{	postion:absolute;
		background:white;
		color:black;
		font-size:10px;
		font-family:verdana, arial }


.pstylebody {	postion:absolute;
		background:white;
		color:black;
		font-size:10px;
		font-family:verdana, arial }


 /* START THE CODE FOR THE MENUS */


 /* FONT AND COLOR CODES ARE AT THE BOTTOM */





#menulocation { LEFT: 0px; WIDTH: 165px; POSITION: fixed; TOP: 165px; padding:0px 0px; white-space:nowrap; }


.menutrans 	{ filter:alpha(opacity=60); moz-opacity: 0.6 }

ul#top-nav,
ul#top-nav ul {
	margin: 0;
	padding: 0;
	background: #800080;    /* IE6 BUG */
	}

ul#top-nav li {
	position: relative;
	list-style: none;
	}

/* HIDE FROM IE MAC */
* html ul#top-nav li { float: left; height: 1%; }
* html ul#top-nav li a { height: 1%; }
/* END HIDE */

ul#top-nav ul {
	position: absolute;
	display: none;
	left: 152px;
	top: 0;
	}

ul#top-nav li:hover ul ul,
ul#top-nav li:hover ul ul ul,
ul#top-nav li.over ul ul,
ul#top-nav li.over ul ul ul { display: none; } /* START WITH HIDDEN MENUS */

ul#top-nav li:hover ul,
ul#top-nav li li:hover ul,
ul#top-nav li li li:hover ul,
ul#top-nav li.over ul,
ul#top-nav li li.over ul,
ul#top-nav li li li.over ul { display: block; } /* SHOW MENUS */


 /* TOP LEVEL MENU CODES */



ul#top-nav { 		border-top: 1px solid #800080;
		  	border-left: 0px solid #800080;
		  	border-right: 0px solid #800080;
		  	z-index:2;
		  	width: 152px;
			}

ul#top-nav li a {	display: block;
			text-decoration: none;
			padding: 4px;
			text-indent: 3px;
			color: #000000;  /*WHITE TEXT */
			font: 8pt arial, verdana, helvetica, sans; font-weight: bold;
			}


ul#top-nav li.menuT { 		  background-color: SlateGray; /* GRAY BACKGROUND */
				  border-bottom: 1px solid SlateGray; /* GRAY CELL BORDER */
				  background-image: url("..images/buttonon.gif");
				  }

ul#top-nav li.menuT:hover,

ul#top-nav li.over 		{ background-color: #800080; background-image: url("..images/button.gif"); }

ul#top-nav li a:hover 		{ background-color: #808080; color: #800080; background-image: url("..images/button.gif"); }



 /* THIS EXTRA CLASS WAS ADDED FOR THE SECOND LEVEL */


.menuL2 	{ background-color: #FFFF99; border-bottom: 0px solid #800080; background-image: url("..images/buttonon.gif");  }




 /* SUB LEVEL MENU CODES */

ul#sub-nav {		border-top: 1px solid #800080;
		  	border-left: 0px solid #800080;
		  	border-right: 0px solid #800080;
		  	z-index:2;
		  	width: 152px;
			}


ul#sub-nav li a {	display: block;
			text-decoration: none;
			padding: 4px;
			text-indent: 3px;
			color: #FFFF99;  /*YELLOW TEXT */
			font: 8pt arial, verdana, helvetica, sans; font-weight: bold;
			}




ul#sub-nav li		{  background-color: #800080; background-image: url("..images/button.gif");}



ul#sub-nav li a:hover	{ background-color: #808080; color: #800080; background-image: url("..images/button.gif"); }


@media print { .toplink { display: none; } } 