BODY	{
	SCROLLBAR-BASE-COLOR: #A38877;
	BACKGROUND-COLOR: #DAE2F1;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	color: #FFF;
	}









/* PAGE LINK AND MENU LINK COLORS */

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

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

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

a:hover		{
	color: #930;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}




.header-background	{
			background-image: url("picts/header.jpg");
			background-repeat: repeat-x;
			}





/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE 		{
	COLOR: #000000;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

.title 		{
	COLOR: #003;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

.subtitle 	{
	COLOR: #309;
	font-style: italic;
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}

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

.sidebartext 	{
	COLOR: #000066;
	FONT: 12px  arial, veranda, sans-serif;
	font-weight: bold;
}

.menutext 	{ COLOR: #000000; FONT: 12px arial, veranda, sans-serif; font-weight: bold; }

.price	 	{ COLOR: #FF6600; FONT: 16px arial, verdana, sans-serif; font-weight: bold; }

.just 		{
	font-size: 12px;
	text-align: center;

}

.formmargin	{ margin: 0px; margin-top: 5px; }



.sidebar		{
	width: 200px;
	border-right: #999999 1px solid;
	background-color: #F0F0F0;
	background-image: url("picts/background-left.gif");
	font-family: arial, veranda, sans-serif;
	font-size: 12px;
			}









/* CONTACT PAGE CODE */

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



.formbutton 	{ FONT: 12px arial, verdana, sans-serif; }



.shadeform	{
		FONT: 12px arial, verdana, 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;
		}

/* GALLERY CODE */

.gallery-border		{ border: #FFFFFF 1px solid; margin-bottom: 15px; }

.gallery-borderon	{ border: #FFFFFF 1px solid; margin-bottom: 15px; }


.button-slideshow	{
			color: #B6B0B5;
			font-family: verdana, arial, helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
			background-color: #4B4149;
			background-image: url("picts/button-gallery.gif");
			cursor:pointer;
			padding-top: 2px;
			padding-bottom: 2px;
			padding-left: 4px;
			padding-right: 4px;
			margin-left: 2px;
			margin-right: 1px;
			BORDER: #6B6169 1px solid;
			}

.buttonon-slideshow	{
			color: #FFFFFF;
			font-family: verdana, arial, helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
			background-color: #4B4149;
			background-image: url("picts/button-gallery.gif");
			cursor:pointer;
			padding-top: 2px;
			padding-bottom: 2px;
			padding-left: 4px;
			padding-right: 4px;
			margin-left: 2px;
			margin-right: 1px;
			BORDER: #B6B0B5 1px solid;
			}


.button-gal	{
		background-image: url("picts/button-gallery.gif");
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		padding-top: 3px;
		padding-bottom: 4px;
		padding-left: 8px;
		padding-right: 8px;
		margin-left: 2px;
		margin-right: 2px;
		margin-top: 2px;
		margin-bottom: 2px;
		cursor:pointer;
		text-align: center;
		display: block;
		white-space: nowrap;
		text-decoration: none;
		border: #6B6169 1px solid;
		}


a.button-gal:link 	{
			background-color: #4B4149;
			color: #B6B0B5;
			}


a.button-gal:visited 	{
			background-color: #4B4149;
			color: #B6B0B5;
			}


a.button-gal:active 	{
			background-color: #4B4149;
			color: #B6B0B5;
			}


a.button-gal:hover 	{
			background-color: #4B4149;
			background-image: url("picts/button-gallery.gif");
			color: #FFFFFF;
			border: #B6B0B5 1px solid;
			text-decoration: none;
			}




/* 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: #000000;
		background-image: url("picts/bar.jpg");
		height: 15px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.pagebar-left	{
		background-color: #000000;
		width: 30px;
		border: solid #000000;
		border-width: 0px 1px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}



	

.shadow		{
		background-image: url
		background-repeat:
		}
#tournament {
	font-size: 14px;
}
#NewsTitle {
	font-size: 16px;
	font-style: oblique;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#NewsTitle {
	font-family: Arial, veranda, sans-serif;
}
#NewsTitle {
	font-weight: bold;
}
#NewsTitle {
	font-style: italic;
}
#blogLink {
	font-weight: bold;
}
#FEDEX {
	font-size: 14px;
	text-align: center;
}
#Bottles {
	font-style: normal;
}
#Tourn {
	font-size: 24px;
}
#tournText {
	font-size: 18px;
}
#GolfTourn {
	text-align: center;
}
.sidebar .sidebartext tr th table tr td div a {
	font-size: 14px;
	font-weight: bolder;
	color: #C00;
}
.redtitle {
	color: #C00;
	font-size: 16px;
	font-weight: bolder;
}
#Title2 {
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #000;
}
.sidebartext tr td p .subtitle strong {
	font-size: 16px;
	font-weight: bolder;
	color: #006;
}
.BlueTitle {
	color: #006;
	font-size: 16px;
	font-weight: bold;
}
#TitleBlue {
	color: #006;
}
.title.style37 .title.style37 {
	font-size: 18px;
}
.title.style37 .title.style37 {
	font-size: 18px;
}

