BODY 		{
	scrollbar-base-color: #CCCCD3;
	scrollbar-track-color: #CCCCD3;
	scrollbar-face-color: #CCCCD3;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #AAAAB4;
	scrollbar-darkshadow-color: #AAAAB4;
	scrollbar-shadow-color: #AAAAB4;
	scrollbar-arrow-color: #FFFFFF;
	margin: 0;
	padding-top: 0;
	border: 0;
}


 /* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */

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

.title 		{
	COLOR: #003366;
	FONT: arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.subtitle 	{ COLOR: #CC3524; FONT: 13px arial, sans-serif; font-weight: bold; }

.subtitle2	{ COLOR: #6666FF; FONT: 13px arial, sans-serif; font-weight: bold; }

.phonetitle 	{ color: #339900; FONT: 13px arial, sans-serif; font-weight: bold }

.smalltext	{ COLOR: #666666; FONT: 11px arial, verdana, sans-serif; font-weight: normal }

.copytext 	{
	COLOR: #666666;
	FONT: arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.quotechoice 	{ COLOR: #000099; font-weight: normal }

.testimonial	{COLOR: #FF6600; font-weight: bold; font-style: italic; }

.just 		{
	text-align: justify;
	line-height: 19px;
}

.faq 		{ line-height: 18px; }

#ZOOM 		{ LEFT: 10px; POSITION: absolute; TOP: 10px; }



 /* PAGE COLORS */

.pagelines	{ background-color:#000000; }

.pagesplits 	{ COLOR: #C0C0C0; height: 1px }

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

.main-tablebg	{ background-color:#FFFFFF; }





 /* HEADER SEARCH BOX STYLES */

.searchformdrop { HEIGHT: 20PX; FONT: 11px arial, georgia, "Times New Roman", sans-serif; margin-top: 1px; }

.searchform 	{ WIDTH: 110PX; HEIGHT: 20PX; FONT: 11px arial, georgia, "Times New Roman", sans-serif; BORDER: #000000 1px solid }

.search-font	{ color: #FFFFFF; font: 11px verdana, arial, sans-serif; font-weight: bold }




 /* LAYERED TEXT STYLES */

#hometext 	{ position:absolute; visibility: visible; left: 601px; top: 85px; width:276px; z-index:2; padding:5px;}

.hometextlayer	{ COLOR: #000000; FONT: 11px arial, verdana, sans-serif; font-weight: bold; }

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


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

#date-location 	{ right: 699px; POSITION: absolute; TOP: 12px }






.submitbutton 	{ font-size: 10pt; }


.shadeform	{
	FONT: 13px arial, verdana, sans-serif;
	background-image: url("Images/shadeform.gif");
	text-align: left;
	BORDER: #7F9DB9 1px solid;
}

.quoteform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("Images/shadeform.gif");
		text-align: left;
		BORDER: #000000 1px solid}

.textarea	{
	FONT: 13px arial, verdana, sans-serif;
	background-image: url("Images/shadeform.gif");
	text-align: left;
	overflow: auto;
	WIDTH: 350px;
	HEIGHT: 125px;
	BORDER: #7F9DB9 1px solid;
	border-top-width: thin;
}

.dropdown {	COLOR: #333333;
		/*WIDTH: 200PX; */
		FONT: 11px geneva, verdana, arial, sans-serif }


.searchbutton {	background-image: url("Images/button.html");
		background-color:#F0F0F0;
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #000066;
		font-size: 8pt;
		height: 20px;
		width: 35px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000066 1px solid }

.searchform 	{ background-image: url("Images/shadeform.gif");
		  WIDTH: 100PX;
		  HEIGHT: 20PX; FONT: 11px arial, verdana, sans-serif;
		  BORDER: #000000 1px solid }


.searchdrop	{ WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px arial, georgia, "Times New Roman", sans-serif }







 /* START PAYMENT FORMS BORDERS AND TITLE */

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

fieldset legend { border:1px solid #0066FF;
		  background-color: #DBF3FA;
		  margin-bottom: 0px;
		  padding-top: 2px;
		  padding-bottom: 2px;
		  padding-left: 5px;
		  padding-right: 5px;
		  margin-left: 5px;
		  COLOR: #0033FF;
		  FONT: bold 14px arial, verdana, sans-serif; }


.nobr {white-space:nowrap;}


 /* START CODE FOR THE MENUS AND SIDEBAR */


 /* SIDEBAR MENU */

.sidebar-bg	{ background-color:#F0F0F0; background-image: url("picts/background-menu.jpg"); }


.menutitle	{ font: 11px Verdana, arial, sans-serif;
		  font-weight: bold;
		  color: #000000;
		  height: 19px;
		  padding-left: 6px;
		  padding-top: 6px;
		  text-align: left; }


.menu		{ width: 150px;
		  cursor:hand;
		  font: 11px Verdana, arial, sans-serif;
		  font-weight: normal;
		  text-indent: 2px;
		  text-align: left;
		  display: block;
		  text-decoration: none; }


a.menu:link 	{ color: #0033CC;
		  padding: 2px;
		  margin: 3px; }


a.menu:visited 	{ color: #0033CC;
		  padding: 2px;
		  margin: 3px; }


a.menu:active 	{ color: #666666;
		  padding: 2px;
		  margin: 3px; }


a.menu:hover 	{ background-color:#FFFFFF;
		  border: #194C66 1px solid;
 		  padding: 1px;
 		  margin: 3px;
		  color: #0000FF; }


 /*********************** TOP MENU ****************************************/



.menu-horz-bg	{ background-color:#cc0000; color: #FFFFFF; font: 10px verdana, arial, sans-serif; }

.menu-split	{ color: #C0C0C0; }


.menu-horz	{ cursor:hand;
		  font: 10px Verdana, arial, sans-serif;
		  font-weight: bold;
		  text-align: left;
		  display: block;
		  text-decoration: none;
		   }


a.menu-horz:link 	{ color: #FFFFAE;
		  padding-left: 5px;
		  padding-right: 4px;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  margin: 0px; }


a.menu-horz:visited 	{ color: #FFFFAE;
		  padding-left: 5px;
		  padding-right: 4px;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  margin: 0px; }


a.menu-horz:active 	{ color: #FFFFAE;
		  padding-left: 5px;
		  padding-right: 4px;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  margin: 0px; }


a.menu-horz:hover { background-color: #3399FF ;
		  border: #FFFFFF 0px solid;
		  padding-left: 5px;
		  padding-right: 4px;
		  padding-top: 0px;
		  padding-bottom: 0px;
 		  margin: 0px;
		  color: #FFFFFF; }


/* BOTTOM MENU Align Left**************************************/
.menu-horzBTM-bg	{
	 background-color:#000000;
	 color: #FFFFFF;
	 font: 10px verdana, arial, sans-serif;
	   }

.menu-splitBTM	{ color: #FFFFFF; }


.menu-horzBTM
	{
	   	 cursor:hand;
		  font: 10px Verdana, arial, sans-serif;
		  font-weight: normal;
		  text-align: center;
		 /* display: block; */
		  text-decoration: none;
		 white-space:nowrap; 
		   }


a.menu-horzBTM:link 
 	{ color: #666666;
		  padding: 1px;
		  margin: 1px;
		  text-decoration: underline;		  
		   }


a.menu-horzBTM:visited 	{ color: #666666;
		  padding: 1px;
		  margin: 1px;
		  text-decoration: underline;		  
		   }


a.menu-horzBTM:active 	{ color: #666666;
		  padding: 1px;
		  margin: 1px;
		  text-decoration: underline;		  
		   }


a.menu-horzBTM:hover 	{ background-color:#FFFFFF;
		/*  border: #194C66 1px solid;  */
 		  padding: 1px;
 		  margin: 1px;
		  color: #666666;
		  text-decoration: underline;		  
		   }
.menu-horz-bgBTM {
background-color:#FFFFFF; color: #333333; font: 10px verdana, arial, sans-serif;
}
.menu-horzBTM {
cursor:hand;
		  font: 11px Verdana, arial, sans-serif;
		  font-weight: normal;
		  text-align: left;
		  display: block;
		  text-decoration: none;
}
.subtitle3 {
COLOR: #666666; FONT: 13px arial, sans-serif; font-weight: bold;
}
.smalltext2 {
COLOR: #003399; FONT: 11px arial, verdana, sans-serif; font-weight: normal
}

/* BOTTOM MENU Align Right **************************************/
.menu-horzBTMright-bg	{
	 background-color:#000000;
	 color: #FFFFFF;
	 font: 10px verdana, arial, sans-serif;
	   }

.menu-splitBTMright	{ color: #FFFFFF; }


.menu-horzBTMright
	{
	   	 cursor:hand;
		  font: 10px Verdana, arial, sans-serif;
		  font-weight: normal;
		  text-align: center;
		 /* display: block; */
		  text-decoration: none;
		 white-space:nowrap; 
		   }


a.menu-horzBTMright:link 
 	{ color: #666666;
		  padding: 1px;
		  margin: 1px;
		  text-decoration: underline;		  
		   }


a.menu-horzBTMright:visited 	{ color: #666666;
		  padding: 1px;
		  margin: 1px;
		  text-decoration: underline;		  
		   }


a.menu-horzBTMright:active 	{ color: #666666;
		  padding: 1px;
		  margin: 1px;
		  text-decoration: underline;		  
		   }


a.menu-horzBTMright:hover 	{ background-color:#FFFFFF;
		/*  border: #194C66 1px solid;  */
 		  padding: 1px;
 		  margin: 1px;
		  color: #666666;
		  text-decoration: underline;		  
		   }
.menu-horz-bgBTMright {
background-color:#FFFFFF; color: #333333; font: 10px verdana, arial, sans-serif;
}
.menu-horzBTMright {
cursor:hand;
		  font: 11px Verdana, arial, sans-serif;
		  font-weight: normal;
		  text-align: right;
		  display: block;
		  text-decoration: none;
}
.TextRedBold_24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC3300;
	}
.txtRed16bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	}	
