BODY	{
	SCROLLBAR-BASE-COLOR: #8B4513;
	BACKGROUND-COLOR: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
}

/* PAGE LINK AND MENU LINK COLORS */
a:link		{ color: Maroon; text-decoration: none; }
a:visited	{ color: Maroon; text-decoration: none; }
a:active	   { color: Maroon; text-decoration: none; }
a:hover		{ color: Red; text-decoration: none; }
.header-background {
			background-color: #8B4513;
			background-image: url("../picts/header.jpg");
			background-repeat: no-repeat;
			background-position: center;
}
/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */
TABLE 		 { COLOR: #000000; FONT: 13px "Gill Sans MT", sans-serif; font-weight: normal; }
.title 		 { COLOR: Maroon; FONT: 26px arial, verdana, sans-serif; font-weight: bold; }
.subtitle 	 { COLOR:  Maroon; FONT: 16px arial, verdana, sans-serif; font-weight: bold; }
.footertext  { COLOR: #000000; 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: 14px "Gill Sans MT", sans-serif; font-weight: bold; }
.price	 	 { COLOR: #FF6600; FONT: 12px arial, verdana, sans-serif; font-weight: bold; }
.price2		 {	color: Maroon;  FONT: 16px arial, verdana, sans-serif; font-weight: bold; }
.price1  	 {	color:  Red;  FONT: 12px arial, verdana, sans-serif; font-weight: bold; }
.title2 		 { COLOR:  #FF0B0B; FONT: 28px arial, verdana, sans-serif; font-weight: bold; }
.text    	 { COLOR:  #00000; FONT: 12px arial, verdana, sans-serif; font-weight: normal; }
.just 		 { text-align: justify; }
.formmargin	 { margin: 0px; margin-top: 5px; }
.sidebar		{
			width: 200px;
			border-right: #999999 1px solid;
			background-color: #8B4513;
			background-image: url("../picts/background-left.gif");
}
.mainTable {
	/*background-image: url(../backgrounds/peacockBk.jpg);
   background-position: center;
   background-repeat: no-repeat; */
	text-align: justify;
}
.tableText {
	FONT: 14px helvetica, arial, verdana, sans-serif;
}
/* CONTACT PAGE CODE */
.contact 	{ COLOR: #FF0B0B; FONT: 25px verdana, arial, sans-serif; font-weight: bold }
.contactTitle	{ COLOR: #000000; FONT: 12px verdana, arial, sans-serif; font-weight: bold }
.contactTxt	{ COLOR: #000000; FONT: 12px verdana, arial, sans-serif; font-weight: bold }
.contactTxt2 { COLOR: Maroon; FONT: 12px 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;
}
.shadedate	{
		FONT: 12px arial, verdana, helvetica, sans-serif;
		background-image: url("../picts/shadeform.gif");
		WIDTH: 90PX;
		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: 1px solid #8B4513; }
.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: #4A7EAD;
			height: 3px;
}
.pagebar	{
		background-color: #8B4513;
		height: 5px;
		border: solid #8B4513;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}
.pagebar-left	{
		background-color: #8B4513;
		width: 10px;
		border: solid #8B4513;
		border-width: 0px 1px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}
.pagebar-bottom	{
		background-color: #8B4513;
		height: 15px;
		border: solid #8B4513;
		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;
}

