/* Default body style*/
body { background-image: none; margin: 0; padding: 0;
	margin-top="0";
	margin-left="0"; 
}


/*OVERALL FONT STYLE*/
	
body, p, th, li, dd, blockquote    {
    font-family:   arial, Helvetica, sans-serif;
    font-size: 12px;
	color:#222222;
    }
/*Use of the DIV style will interfere with the sub-menus popup font size.*/
/*So the DIV style was not defined in this style sheet. */


/*OVERALL BOLD FONT*/
td b {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}


/*Headers  */
h1 {
	font-family : arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #999999;
	background-color : transparent;
	font-weight : bold;
	margin-bottom : 8px;
}

h2 {
	font-family : arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
	background-color : transparent;
	font-weight : bold;
	margin-bottom : 4px;
}

h3 {
	font-family : arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #000000;
	background-color : transparent;
	font-weight : bold;
	margin-top : 4px;
	margin-bottom : 2px;
}

h4 {
	font-family : arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color : #000000;
	background-color : transparent;
	margin-top : 1px;
	margin-bottom : 1px;
}

h5 {
	font-family : arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color : #000000;
	background-color: transparent;
	text-decoration: none;
	margin-top : 1px;
	margin-bottom : 1px;
}



/*Overall Link style*/
a:link { color: blue; font-family : arial, Helvetica, sans-serif; font-size : 9pt; font-style : normal; text-decoration: none; font-weight : bold; }
a:visited {
	font-family : arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	color : navy;
	text-decoration: none;
	font-weight : bold;
}
a:active {
	font-family : arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	color : #000000;
	text-decoration: none;
	font-weight : bold;
}
a:hover {
	font-family : arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	color : #000000;
	text-decoration : underline;
	font-weight : bold;
}
/*Public Page Links*/
a.public:link { color: blue; font-size: 9pt; font-family: arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; text-decoration: none; }
a.public:visited { color: green; font-size: 9pt; font-family: arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; text-decoration: none; }
a.public:active { color: black; font-size: 9pt; font-family: arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; text-decoration: none; }
a.public:hover { color: black; font-size: 9pt; font-family: arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; text-decoration: none; }
/* Secondary Navigation Links for About section. */
 a.about:link{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #006699;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.about:visited{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #006699;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.about:active {
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #006699;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.about:hover{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #999999;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}




/* Secondary Navigation Links for Find A Club section. */
 a.findaclub:link{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #006666;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.findaclub:visited{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #006666;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.findaclub:active {
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #006666;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.findaclub:hover{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #999999;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}



/* Secondary Navigation Links for the Staff section. */
 a.staff:link{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #cc6600;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.staff:visited{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #cc6600;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.staff:active {
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #cc6600;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.staff:hover{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #999999;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}






/* Secondary Navigation Links for the Resources section. */
 a.resources:link{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #66cc00;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.resources:visited{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #66cc00;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.resources:active {
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #66cc00;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.resources:hover{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #999999;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}


/* Secondary Navigation Links for the Regional section. */
 a.regional_menu_1:link{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #008291;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.regional:visited{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #008291;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.regional:active {
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #008291;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.regional:hover{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #999999;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

/* Secondary Navigation Links for the FAQs section. */
 a.faqs:link{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #682f73;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.faqs:visited{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #682f73;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.faqs:active {
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #682f73;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.faqs:hover{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #999999;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}



/* Secondary Navigation Links for the LINKS section. */
 a.links:link{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #009ec0;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.links:visited{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #009ec0;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.links:active {
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #009ec0;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.links:hover{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #999999;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}




/* Secondary Navigation Links for the Com Centre section. */
 a.comcentre:link{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #289728;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.comcentre:visited{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #289728;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.comcentre:active {
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #289728;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}

a.comcentre:hover{
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #999999;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	width: 150px;
	height: 18px;
}




/* Footer Links. */
 a.footer:link{
	font-family : arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
    	color : #333333;
	text-decoration: none;
	font-weight : normal;
}
a.footer:visited{
	font-family : arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
    color : #333333;
	text-decoration: none;
	font-weight : normal;
}
a.footer:active {
	font-family : arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
    color : #333333;
	text-decoration: none;
	font-weight : normal;
}
a.footer:hover{
	font-family : arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
	color : #000000;
	text-decoration : underline;
	font-weight : normal;
}


/*Disclaimer  Footer*/
.disclaimerfooter{
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: transparent;
	color : #7b0713;
}


/* Disclamer Links. */
 a.disclaimer:link{
	font-family : arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style : normal;
	color : #7b0713;
	text-decoration: none;
	font-weight : bold;
}
a.disclaimer:visited{
	font-family : arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style : normal;
	color : #7b0713;
	text-decoration: none;
	font-weight : bold;
}
a.disclaimer:active {
	font-family : arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style : normal;
	color : #7b0713;
	text-decoration: none;
	font-weight : bold;
}
a.disclaimer:hover{
	font-family : arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style : normal;
	color : #186199;
	text-decoration : underline;
	font-weight : bold;
}

/* MENU 1 global*/
TD#menu_1 { 
	width: 150;
	align: "left";
	vertical-align: top;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #3cf;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
  	font-size: 11px;
  	padding-top:4px;
  	padding-left:5px;
	vertical-align: top;
  }
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #3cf;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
     	padding-top:4px;
  	padding-left:5px;
    	filter:alpha(opacity='70', style='0');
	vertical-align: top;
}
TD#menu_1 DIV.menu1-level1-act A {
  	color: #000000;
	
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #3cf;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;  
	padding-top:4px;	
  	padding-left:15px;
	
}


/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #3cf;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
  	font-weight:bold;
	padding-top:4px;
  	padding-left:15px;
	
}

/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #3cf;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;  
	padding-top:4px;	
  	padding-left:25px;
	
}  	
	

/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #3cf;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
  	font-weight:bold;
	padding-top:4px;
  	padding-left:25px;
	
}

/*  MENU 1, level 4, normal state (NO) */
TD#menu_1 DIV.menu1-level4-no {
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #3cf;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;  
	padding-top:4px;	
  	padding-left:35px;
	
}  	
	

/*  MENU 1, level 4, active state (ACT) */
TD#menu_1 DIV.menu1-level4-act {
	font-family : arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #3cf;
	text-decoration: none;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
  	font-weight:bold;
	padding-top:4px;
  	padding-left:35px;
	
}


/* Content column */
TD#content {
	width: 590px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top;
	text-align: left;	
	background-color: #FFFFFF;
}

/* Content spacer column */
TD.content_spacer {
	width: 590px;
	height: 150px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top;
	text-align: left;	
	background-color: #FFFFFF;
}

/* black header underline*/
td.blackline {	
	height: 1;
	width: 760;
	align: left;
}

/* Header table document*/
TD#header_1 {
	width: 760px;
	height: 103px;
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	border-top: thin solid #000000;	
}

/* footer table style*/
table.footer_1 { font-size: 10px; background-color: #ffffff; height: 7%; width: 100%; text-align: center; }
.white { color: white; }
.footer { font-size: 10px; font-family: arial, Helvetica, sans-serif; }
.blue { background-color: #3cf; background-repeat: repeat; padding: 5px; }
.yellow { background-color: #ff9; padding: 5px; }
.orange { background-color: #f90; padding: 5px; }
.dkgreen { background-color: #6c0; padding: 5px; }
.ltgreen { background-color: #cc0; padding: 5px; }
.purple { background-image: url(images/lightPurple.jpg); padding: 5px; }
