BODY	{ SCROLLBAR-BASE-COLOR: #610B5E;
	  background-image: url('background.jpg');
	  background-repeat: no-repeat;
	  background-position: 0px 0px;
	  background-attachment: fixed }


//Definitions for links and colors
a:link		{ color: #0033FF; text-decoration: none }

a:visited	{ color: #0033FF; text-decoration: none }

a:active	{ color: #0033FF; text-decoration: none }

a:hover		{ color: #917EE4; text-decoration: none }




 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #000000; FONT: 13px poor richard }

.title		{ COLOR: #0000FF; FONT: 15px poor richard; font-weight: bold }

.subtitle	{ COLOR: #000000; FONT: 15px poor richard; font-weight: bold }

.biglink 	{ FONT: 12px poor richard; font-weight: bold; font-style: italic; TEXT-DECORATION: none }

.biglink:hover 	{ FONT: 12px poor richard; font-weight: bold; font-style: italic; TEXT-DECORATION: underline }

.just 		{ text-align: justify }

.price	 	{ COLOR: #FF3300; FONT: 13px poor richard; font-weight: bold }

.copyright	{ COLOR: #999999; FONT: 11px poor richard}

.smalltitle 	{ COLOR: #0000FF; FONT: 11px poor richard; font-weight: bold }

.careertitle	{ COLOR: #666666; FONT: 14px poor richard; font-weight: bold }

.phonetitle	{ COLOR: #000000; FONT: 13px poor ricahrd; font-weight: bold }

.picturetitle 	{ COLOR: #000000; FONT: 14px poor richard; font-weight: bold }

.list 		{ COLOR: #000000; FONT: 12px poor richard; font-weight: normal }

.sidebartitle	{ COLOR: #FF9900; FONT: 18px poor richard; font-weight: bold }

.sidebartext	{ COLOR: #0000FF; FONT: 13px poor richard}

.faq 		{ line-height: 19px }



.button-popups { 	background-image: url("picts/button-popup.gif");
		background-color:#0000FF;
		FONT-FAMILY: poor richard;
		color: #FFFFFF;
		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:#FFFFFF;
		FONT-FAMILY: poor richard;
		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 }


.shadeform	{ FONT: 13px poor richard;
		background-image: url("picts/shadeform.gif");
		filter:alpha(opacity=65);
		text-align: left;
		WIDTH: 150PX;
		BORDER: #000000 1px solid}


.dropdown 	{ COLOR: #333333;
		WIDTH: 200PX;
		FONT: 11px poor richard}


.textarea	{ FONT: 13px poor richard;
		background-image: url("picts/shadeform.gif");
		filter:alpha(opacity=65);
		text-align: left;
		WIDTH: 210PX;
		BORDER: #000000 1px solid}

.submitbutton { FONT: 10pt poor richard }


.searchform { 	WIDTH: 108PX;
		HEIGHT: 20PX;
		FONT: 11px poor richard;
		BORDER: #999999 1px solid }


.searchdrop { WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px poor richard }


.searchbutton {	background-color:#0000FF;
		FONT-FAMILY: verdana, arial, helvetica, sans;
		color: #FFFFFF;
		font-size: 8pt;
		height: 20px;
		width: 32px;
		cursor: hand;
		font-weight: bold;
		text-align: center;
		BORDER: #999999 1px solid }



 /* IMAGE HOVER CODE */


.rollover 	{ filter:alpha(opacity=100); }

.rolloveron 	{ Filter: none}



 /* 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: #917EE4 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: #917EE4 1px solid;
}


 /* MORE SUB LEVEL MENU CONTROL */


.menu_DIV{
border-top: #FFFFFF 1px solid;
border-bottom: #FFFFFF 0px solid;
border-right: #FFFFFF 1px solid;
border-left: #FFFFFF 1px solid;
filter:alpha(opacity=100);
z-index:100;
}