BODY	{
	SCROLLBAR-BASE-COLOR: #617C4D;
	SCROLLBAR-TRACK-COLOR: #A6A6A6;
	BACKGROUND-COLOR: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}









/* PAGE LINK AND MENU LINK COLORS */
/*was #333399* for 1st three then 47006B then 660099*/
a:link		{ color: #660099; text-decoration: none; }

a:visited	{ color: #660099; text-decoration: none; }

a:active	{ color: #660099; text-decoration: none; }
/*was FF6600 660099 then CC0099 then 3D4639* then #0033CC  then #99CCFF then #3399FF  3B5998  335399    */
a:hover		{ color: #194289; text-decoration: underline; }




.header-background	{
			background-image: url("picts/header.jpg");
			background-repeat: repeat-x;
			}





/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */
/*was 12px*/
TABLE 		{ COLOR: #666666; FONT: 13px verdana, arial, sans-serif; font-weight: normal; }
/*was A6A6A6*/
.title 		{ COLOR: #576451; FONT: 22px arial, verdana, sans-serif; font-weight: normal; }
/*was 000000*/
.subtitle 	{ COLOR: #576451; FONT: 14px arial, verdana, sans-serif; font-weight: bold; }
/*added*/
.subsubtitle 	{ COLOR: #576451; FONT: 14px arial, verdana, sans-serif; font-weight: bold; font-style: italic}
/*added*/
.smalltitle 	{ COLOR: #576451; FONT: 12px arial, verdana, sans-serif; font-weight: bold; }

.footertext 	{ COLOR: #666666; FONT: 10px arial, verdana, sans-serif; font-weight: normal; }

.sidebartext 	{ COLOR: #000000; FONT: 10px verdana, arial, sans-serif; font-weight: normal; }

.menutext 	{ COLOR: #000000; FONT: 12px verdana, arial, sans-serif; font-weight: normal; }

.price	 	{ COLOR: #FF6600; FONT: 16px arial, verdana, sans-serif; font-weight: bold; }

.just 		{ text-align: justify; }

.formmargin	{ margin: 0px; margin-top: 5px; }



.sidebar		{
			width: 200px;
			border-right: #999999 1px solid;
			background-color: #F0F0F0;
			background-image: url("picts/background-left.gif");
			}









/* CONTACT PAGE CODE */

.contact 	{ COLOR: #0066FF; FONT: 14px verdana, arial, sans-serif; font-weight: bold }



.formbutton 	{ FONT: 12px arial, verdana, sans-serif; }



.shadeform	{
		FONT: 12px arial, verdana, helvetica, sans-serif;
		background-image: url("picts/shadeform.gif");
		WIDTH: 200PX;
		BORDER: #000000 1px solid;
		}


.textarea	{
		FONT: 12px arial, verdana, helvetica, sans-serif;
		background-image: url("picts/shadeform.gif");
		WIDTH: 250PX;
		HEIGHT: 150PX;
		BORDER: #000000 1px solid;
		}


.dropdown 	{
		COLOR: #333333;
		WIDTH: 200PX;
		FONT: 12px arial, verdana, helvetica, sans-serif;
		}









/* IMAGE BORDERS */

.borders	{ BORDER: #000000 1px solid; }

.iconborder	{ BORDER-BOTTOM: #000000 1px solid; }









/* PAGE LINES & BORDERS */

.page-splits		{
			border-top: #999999 1px solid;
			border-bottom: #FFFFFF 2px solid;
			background-color: #F0F0F0;
			color: #F0F0F0;
			height: 3px;
			}

.pagebar	{
		background-color: #617C4D;
		background-image: url("picts/bar.jpg");
/*was 23 px*/
		height: 23px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.pagebar-left	{
		background-color: #576451;
		width: 50px;
		border: solid #000000;
		border-width: 0px 1px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.pagebar-bottom	{
		background-color: #617C4D;
		background-image: url("picts/bar.jpg");
	/*was 23 px*/
		height: 23px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.shadow		{
		background-image: url("picts/shadow.gif");
		background-repeat: repeat-x;
		}

/* START THE CODE FOR THE MENUS */

.menu-table 	{
		width: 100%;
		background-color:#576451;
		background-image: url("picts/menu.gif");
		padding-top: 10px;
		padding-bottom: 10px;
		border: solid #626E5D;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.menu		{
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-align:center;
		padding-top: 3px;
		padding-bottom: 4px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 0px;
		cursor: pointer;
		text-decoration: none;
		display: block;
		white-space: nowrap;
		background-color: transparent;
		border-right: #626E5D 1px solid;
		}


.firstmenu	{
		margin-left: 5px;
		border-left: #626E5D 0px solid;
		}



a.menu:link 	{
		color: #FFFFFF;
		}


a.menu:visited 	{
		color: #FFFFFF;
		}


a.menu:active 	{
		color: #FFFFFF;
		}



a.menu:hover 	{
		text-decoration: none;
		position: relative; top: -11px; right: 1px;
		padding-left:21px;
		padding-right:19px;
		padding-top: 13px;
		margin-bottom: -22px;
		padding-bottom: 14px;
		background-color:#000000;
		color: #FFFFFF;
		border-right: #000000 1px solid;
		}

