/*

THIS IS A CASSACADING STYLE SHEET (CSS) DOCUMENT.  IT CONTROLS AS MANY OF THE LOOK AND FEEL ASPECTS OF THE WEBSITE. 
THE MAIN PURPOSE OF USING CSS DOCUMENT IS THAT IF WE WANT TO IMPLEMENT A "LOOK AND FEEL" CHANGE, WE CAN ALTER ONE 
DOCUMENT AND MAKE CHANGES ONTO ALL PAGES OF THE WEBSITE.

*/


/* this section applies a background image to the entire body of the site. */
body { background-image: url("images/bg_1.gif");  }

*/this table encapsulates all site content*/
table.table_main {

}

/* This section allows the application of style to both the banner section and the content section of the site */
table.table_top {

	background-color: white;
	border: dotted blue;
	font-family: arial;
	font-size: x-small;

}


/* This section allows the application of style to the banner section which includes the Pool logo and the "tag line" */
table.table_banner {


}


/* This section allows the application of style to the content section which includes the navigation links and the main text area. */
table.table_content {

text-decoration: none;

}



/* Sub_Nav are the links that appear under the main headings: "Who We Are" & "What We Beleive". */
a.sub_nav {

text-decoration: none;

}


/* This section allows the application of style to the bottom area of the site which only includes the area with the mission statement. */
table.table_bottom {

	font-family: arial;
	font-size: x-small;
	font-style: bold;

}