/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */

body {
	background: #272828;
	margin-top: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
		width: 760px;
	}
#AccessibilityNav img{
	border:none;
}
/*  message for users with old Browsers - links to update Browsers  */
p#older_browsers {
	display: none;
}
/*  Company name invisible but to old browsers and Search Engines  */
div#CompanyName {
	display: none;
}

.pdf {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .85em;
}

img#banner_image{
padding: 20px 20px 0px 0px ;
}

img#banner_image a {
border: none;
}
/* ************************************----------- HEADER -----------************************************ */
table#Header {
	margin-top: 0;
	min-width: 760px;
	border-top: solid 1px #5F5F5F;
	border-left: solid 1px #5F5F5F;
	border-right: solid 1px #5F5F5F;
	
}
table#pagetitle {
	margin-top: 0;
	width: 760px;
	min-width: 760px;
	height: 80px;
	background: #ffffff url(images/topbackground.jpg) 0 0 no-repeat;
	border-left: solid 1px #5F5F5F;
	border-right: solid 1px #5F5F5F;
	
}




/* ************************************----------- MENUBAR -----------************************************ */
table#Menu {
	width: 760px;
	height: 1.75em;
	min-width: 760px;
	background-color:#043F76;
	border-top: solid 1px #5F5F5F;
	border-bottom: solid 1px #5F5F5F;
	border-left: solid 1px #5F5F5F;
	border-right: solid 1px #5F5F5F;
	
}
table#Menu td{
font-size: .7em;
text-decoration: none;
color: #ffffff;
}



/*----------- TOP NAVIGATION LINKS -----------*/
table#Menu a {
	color: #FFFFFF;
	text-decoration: none;
	}


table#Menu a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #021E37;
	padding: 5px 0 5px 0;
}

/* ************************************----------- CONTENT AREA -----------************************************ */
* html #Container { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 0px;
}
table#Container {
	width: 760px;
	border-left: solid 1px #5F5F5F;
	border-right: solid 1px #5F5F5F;

}
html>body table#Container { /*  This hack allows Netscape to read it but not IE - IE will take the previous values  */
		width: 760px;
}

/* ************************************----------- LEFT COLUMN -----------************************************ */
/*  Background for the left column is specified here  */
td#LeftColumnMenu{
	background-color: #000000;
	width: 181px;
	font-size: .7em;

	/*font-weight: bold;
	background: url(images/bg_left_column.jpg) 100% 130px  no-repeat;
	padding: 170px 5px 0 3px;  */
}

/*----------- LEFT NAVIGATION LINKS -----------*/

div#formbutton a, div#formbutton a:hover{
	color: #FFFFFF;
	padding: 0;
	background-color: #000000;
	
}

#LeftColumnMenu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 15px;
}
#LeftColumnMenu a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #333333;
	

}
#LeftColumnMenu a:visited{
text-decoration: none;
	
}



/* ************************************----------- RIGHT COLUMN -----------************************************ */
/*  Background for the left column is specified here  */
td#RightColumn{
	background-color:#000000;
	border-left: solid 1px #5F5F5F;
	width: 1em;
	/*font-weight: bold;
	background: url(images/bg_left_column.jpg) 100% 130px  no-repeat;
	padding: 170px 5px 0 3px;  */
}

/* ************************************----------- MAIN COLUMN -----------************************************ */
div#TableBg {
	background-color:#FFF;	
}

td#MainColumn {
	padding-top: 5px;
	border-bottom: solid 1px #5F5F5F;
	border-left: solid 1px #5F5F5F;
	background-color: #000000;


}
div#Content {
	margin: 10px 20px;
	color: #ffffff;
	font-size: .76em;
	
}

/*  If there is a myproduct being installed - use this tag to style the admin menu  */
/*div#AdminMenu {
	margin-top: 15px;
}
div#AdminMenu a {
	color: #000000;
	font-size: 0.75em;
}
div#AdminMenu a:hover {
	color: #000000;
	text-decoration: none;
}
*/
h1 {
	color: #5C76CC;
	font-size: 1.5em;
}
H2 {
	color: #8A9BD4; 
	font-size: 1.2em;
	font-weight: bold;
}
H3 {
	color:#000000;
	font-size: 1em;
	font-weight: bold;
}
/* 
p.quote {
	font-size: 0.75em;
	font-weight:bold;
}
p.Address {
	font-size: 0.75em;
}
 
p.SmallText {
	font-size: 0.65em;
	color: #000000;
	margin: 0 10px;
}

td#MainColumn p, td#MainColumn ul, td#MainColumn ol {
	font-size: 0.75em;
	line-height: 1.25em;
}
html>body div#Content td {
	font-size: 0.75em;
	line-height: 1.25em;
}
*/
div#Content a, div#Content a:visited {
	color:#AAAAAB;

}
div#Content a:hover {
	color:#797979;
	text-decoration: none;
}

/* ************************************----------- FOOTER -----------************************************ */
* html #Footer { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 0px;
}
table#Footer {
	width: 760px;
	height: 1.875em;
	min-width: 760px;
	border-right: solid 1px #5F5F5F;
	border-left: solid 1px #5F5F5F;
	border-bottom: solid 1px #5F5F5F;
	background: url(images/bottomfill.jpg);
}
/*	td#ContactUs {
	background-color: #ffffff;
	font-size: 0.65em;
	font-weight: bold;
	color:#000000;
	padding: 5px 0;
border-bottom: solid 1px #000000;
	letter-spacing: 0.025em;
	word-spacing: 0.035em;
}*/

td#copyright {

	font-size: 0.65em;
	color:#ffffff;
}

/* ************************************----------- CLUB CONNECT  PAGE HEADER -----------************************************ */

/* ************************************----------- CLUB CONNECT  PAGE CONTENT -----------************************************ */

/* ************************************----------- CLUB CONNECT  PAGE FOOTER -----------************************************ */