BODY	{ SCROLLBAR-BASE-COLOR: #000000;
	  background-image: url("picts/background.jpg");
	  background-repeat: repeat-y;
	  background-position: 125px 230px;
	  background-attachment: fixed; }



a:link		{ color: #9900cc; text-decoration: none }

a:visited	{ color: #9900cc; text-decoration: none }

a:active	{ color: #9900cc; text-decoration: none }

a:hover		{ color: #13CF13; text-decoration: none }




 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #535353; FONT: 12px arial, geneva, verdana, sans-serif }

.title		{ COLOR: #000000; FONT: 18px verdana, sans-serif; font-weight: bold }

.subtitle	{ COLOR: #000000; FONT: 15px arial, geneva, verdana, 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 }

.price	 	{ COLOR: #FF3300; FONT: 13px verdana, arial, sans-serif; font-weight: bold }

.copyright	{ COLOR: #6f6f6f; FONT: 9px geneva, verdana, arial, sans-serif }

.smalltitle 	{ COLOR: #9900ff; FONT: 11px verdana, arial, sans-serif; font-weight: bold }

.careertitle	{ COLOR: #666666; FONT: 14px geneva, verdana, arial, sans-serif; font-weight: bold }

.phonetitle	{ COLOR: #000000; FONT: 13px arial, geneva, verdana, sans-serif; font-weight: bold }

.picturetitle 	{ COLOR: #000000; FONT: 14px arial, verdana, sans-serif; font-weight: bold }

.list 		{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: normal }

.sidebartitle	{ COLOR: #ff0000; FONT: 13px verdana, arial, sans-serif; font-weight: bold }

.sidebartext	{ COLOR: #9900ff; FONT: 11px geneva, verdana, arial, sans-serif }




.button { 	background-image: url("/images/button.gif");
		background-color:#000000;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #FFFFFF;
		font-size: 7pt;
		height: 25px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		letter-spacing: 2px;
		BORDER: #FFFFFF 0px solid }

.buttonon { background-image: url("/images/buttonon.gif");
		background-color:#333333;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #CCFFCC;
		font-size: 7pt;
		height: 18px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		letter-spacing: 2px;
		BORDER: #FFFFFF 0px solid }


.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("/images/shadeform.gif");
		filter:alpha(opacity=65);
		text-align: left;
		WIDTH: 180PX;
		BORDER: #000000 1px solid}


.dropdown {	COLOR: #333333;
		FONT: 11px geneva, verdana, arial, sans-serif;
		BORDER: #000000 1px solid}


.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		filter:alpha(opacity=65);
		text-align: left;
		WIDTH: 400PX;
		BORDER: #000000 1px solid}

.submitbutton { FONT: 9pt arial, verdana, sans-serif }

 /* IMAGE HOVER CODE */

.rollover 	{ filter:alpha(opacity=70); }

.rolloveron 	{ Filter: Gray }



 /* 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: #000000 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: #000000 1px solid;
}


 /* MORE SUB LEVEL MENU CONTROL */


.menu_DIV{
border-top: #000000 1px solid;
border-bottom: #000000 0px solid;
border-right: #000000 1px solid;
border-left: #000000 1px solid;
filter:alpha(opacity=100);
z-index:100;
}


