BODY	{
	background-color: #FFFFFF;
	scrollbar-base-color: #6BA50C;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #6BA50C;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	}







/* NON-MENU LINK COLORS */

a:link			{ color: #3366FF; text-decoration: none; }

a:visited		{ color: #3366FF; text-decoration: none; }

a:active		{ color: #FF9900; text-decoration: none; }

a:hover			{ color: #FF6600; text-decoration: none; }







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

TABLE 		{ COLOR: #333333; FONT: 12px arial, sans-serif; font-weight: bold; }

.title 		{ COLOR: #003399; FONT: 13px Georgia, "Times New Roman", arial, sans-serif; font-weight: bold; }

.subtitle 	{ COLOR: #336699; FONT: 12px Georgia, "Times New Roman", arial, sans-serif; font-weight: bold; }

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

.bullet		{ list-style-image: url(picts/bullet.gif); }

.just 		{ text-align: justify; }

.pageheight	{ height: 900px; }







/* HOMEPAGE BANNER / BARS / SHADOWS */

.dropshadow		{ background-image: url(picts/shadow.gif); background-repeat: repeat-x; }

.shadowheight		{ height: 25px; }

.page-splits		{
			border: #C0C0C0 1px solid;
			background-color: #FFFFFF;
			color: #FFFFFF;
			height: 4px;
			width: 100%;
			margin-top: 0px;
			margin-bottom: 0px;
			}

.picturebar 		{ background-color:#6BA50C; }

.home-changer-end	{ background-image: url(picts/home-changer-end.jpg); background-repeat: no-repeat; }


.pagebars	{
		background-color: #F0F0F0;
		background-image: url("picts/bar.jpg");
		height: 18px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}







/* PAGE COLORS */

.headercolor		{ background-color: #000000; }

.homeheadercolor	{ background-color: #6BA50C; }

.rightbackground	{ background-color: #FFFFFF; }







/* FOOTER CODE */

.footerbackground	{ background-color: #989898; }

.footertext 		{ COLOR: #FFFFFF; FONT: 9px arial, verdana, sans-serif; font-weight: bold; }

a.footerL:link		{ color: #66CCFF; text-decoration: none; }

a.footerL:visited	{ color: #66CCFF; text-decoration: none; }

a.footerL:active	{ color: #66CCFF; text-decoration: none; }

a.footerL:hover		{ color: #FFCC66; text-decoration: none; }







/* PAGE IMAGE BORDERS */

.homeborder	 	{ border: #000000 1px solid; }

A:hover .homeborder 	{ border: #FF6600 1px solid; }

#hborderouter		{ background: #FFFFFF; border: 1px solid #C0C0C0; padding: 4px; margin-bottom: 2px; }


.sidebarborder	 	{ border: #FFFFFF 5px solid; }

A:hover .sidebarborder 	{ border: #C0C0C0 5px solid; }


.imageborder		{ border: #000000 1px solid; }







/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}







.button 	{ font-size: 11pt; width: 75px; }


.shadeform	{
		FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 200PX;
		BORDER: #999999 1px solid;
		}

.textarea	{
		FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 275PX;
		HEIGHT: 125PX;
		BORDER: #999999 2px solid;
		}

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


.searchbutton 	{
		font-size: 9pt; width: 75px; HEIGHT: 20PX;
		}

.searchform 	{
		background-image: url("picts/shadeform.gif");
		WIDTH: 120PX;
		HEIGHT: 20PX; 
		FONT: 11px arial, georgia, "Times New Roman", sans-serif;
		BORDER: #000000 1px solid;
		}


.searchdrop	{ WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px arial, verdana, sans-serif; }







/* MENU CODE */

.menu    	{
		FONT: 11px arial, sans-serif; font-weight: bold;
		height: 22px;
		text-indent: 15px;
		background-image: url(picts/menu.gif);
		background-repeat: no-repeat;
		background-position: 0 0px;
		vertical-align: middle;
		}


.menu-line	{
		background-image: url(picts/menu_line.gif);
		background-repeat: repeat-y;
		}



a.menulinks:link	{ color: #FFFFFF; text-decoration: none; font-weight: bold; }

a.menulinks:visited	{ color: #FFFFFF; text-decoration: none; font-weight: bold; }

a.menulinks:active	{ color: #FFFFFF; text-decoration: none; font-weight: bold; }

a.menulinks:hover	{ color: #6BA50C; text-decoration: none; font-weight: bold; }








