/* jack's bear palette: */
/* jb green = 9CCF00 */
/* jb mid  green = 7EA800 */
/* jb dk green = 628200 */
/* jb dkr green = 3C4F00 */

/* jb orange = FF6805 */
/* jb yellow = FFBE08 */
/* jb purple = A799CA */

/* --------HMTL -----------------*/

BODY {
	background-color : Ffffff;
	font-family : arial;
	text-align : justify;
	font-size : 10pt;
	background-image : url("images/bg.jpg");
	text-align : center;
}

A:LINK {
	text-decoration : underline;
	color : ff6805;
}

A:HOVER {
	text-decoration : underline;
	color : ee2130;
}

A:ACTIVE {
	text-decoration : underline;
	color : ee2130;
}

A:VISITED {
	text-decoration : underline;
	color : ff6805;
}

H1 {
	font-size: 16pt;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 50px;
	text-align: left;
}

H3 {
	color: #7EA800;
	text-align: left;
}


P {
	text-align : justify;
	margin-left : 8px;
	margin-right : 8px;
}

UL {
	text-align : left;
}

LI {
	text-align : left;
}

TD {
	font-family : arial;
	font-size : 10pt;	
}


/* -----layout-and -style------- */

#pageContainer {
	text-align : center;
	border : 4px solid #ff6805;
	background-color : #FFFFFF;
	width : 1000px;
	margin-left : auto;
	margin-right : auto;
	position : relative;
	margin-top : -15px;
}

#header {
	background-color : transparent;
	text-align : center;
	z-index:10;
	position : relative;
}

#topnav {
	width : 100%;
	background-color :#ff6805;
	padding-top : 5px;
	margin-bottom : -10px;
}

#orange {
	background-color : #ff6805;
	clear : both;
}

#centerContainer {
	background-color : #FFFFFF;
	/* border : thin solid Black;
	*/
	min-height : 343px;
}


#content {
	text-align: 
}

#contentTwo {
	clear : both;
    padding-top: 10px;
	width : 900px;
	margin-left : auto;
	margin-right : auto;	
}


#left {
	float : left;
	
	margin : 0px 0px 0px 0px;
	background-color : #FFFFFF;	
	padding : 0px 20px 0px 0px;	
	border : 0px 0px 0px 0px;		
}

#right { 
	float : right;
	
	margin : 0px 0px 0px 0px;
	background-color : #FFFFFF;	
	padding : 0px 0px 0px 0px;	
 }

 #tagline {
	background-color : transparent;
	z-index:10;
	position : relative;
	margin-left : 150px;
}

#taglineClub {
	background-color : transparent;
	z-index:10;
	position : relative;
	margin-right : 350px;
}

 #centerEmail { 
	margin-left : 300px;
	margin-right : auto; 
  }
 
  LI.centerEmail {
	list-style-image : none;
	list-style-type : none;
} 
 
#footer {
	background-color : 98cb00;
	width : 100%;

}

#footerLogo {
	float : left;
}

#footerAddress {
	text-align : center;
}

#footerText {
	font-family : "Verdana";
	font-size : 18pt;
	font-weight : bold;
	color : #FFFFFF;
	float : right;
}




/* -----misc------- */

#headline {
	color : #9ccb00;
	text-transform : uppercase;
	font-weight : bolder;
	font-size : 14pt;
}

P#staytuned {
	border-top-color : Black;
	border-top-style : solid;
	border-top-width : thin;
	margin-top : 50px;
}

#bearRight { 
	float : right;
	margin : -100px 0px 0px 0px;
	background-color : #FFFFFF;	
	padding : 0px 0px 0px 0px;	
	position : relative;
 }
 