body {
	background-color: #001442;
	background-image: URL(Images/background_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
	margin: 0px;
	color: #FFF;
	font-size: 10px;
 }



a:link {
	color: #3679DC;
	font-weight: bold;
 }

a:visited {
	color: #2F6AC0;
	font-weight: bold;
 }

a:active {
	color: #91CDFF;
	font-weight: bold;
 }

a:hover {
	color: #388ED0;
	text-decoration: underline;
	font-weight: bold;
 }

img {
	margin: 0px;
	border: 0px;
 }


.div {
	margin: 0px;
 }

div.bg {
	background-image: URL(Images/background_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: right;
	height: 100%;
	width: 100%;
	margin: 0px;
	position: absolute: bottom 0;
 }


div.links {
	background-image: URL(Images/links_bg.png);
	background-repeat: repeat-y;
	float: right;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 331px;
	width: 133px;
	margin: 0px;
	filter: alpha(opacity=80);
 }

table.main {
	float: right;
	width: 100%;
	height: 93.5%;
	margin: 0px;
 }

td.main_content {
	width: 60%;
 }

td.links {
	font-family: Arial;
	color: #FFF;
	text-align: right;
	padding-top: 120px;
 }

div.main {
	background-image: URL(Images/background_top.gif);
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	height: 100%;
	width: 100%;
	margin: 0px;
 }

div.content {
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	padding: 0px;
	width: 600px;
 }

div.content_unindex {
	float: right;
	margin-right: 5px;
	margin-top: 119px;
	padding: 0px;
	width: 600px;
	font-size: 12px;
	font-family: Tahoma;
	color: #FFF;
 }

div.welcome {
	background-color: #6E0000;
	background-image: URL(Images/welcome_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #6E0000;
	font-size: 12px;
	font-family: Tahoma;
	color: #FFF;
	float: right;
	margin-right: 5px;
	margin-top: 119px;
	padding-left: 8px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 3px;
	width: 587px;
 }


 /* Content Table Stuffs */

table.the_content {
	float: left;
	margin:0px;
	padding:0px;
	padding-left: 2px;
	font-size: 12px;
	font-family: tahoma;
	color: #fff;
	width: 100%;
	border:0px;
 }

td.the_contentttle {
	background-color: #1E3357;
	font-size: 18px;
	font-family: tahoma;
	color: #90F700;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 6px;
	text-align: center;
}

td.the_content {
	font-size: 12px;
	font-family: tahoma;
	color: #FFF;
	padding-left: 2px;
	padding: 1px;
}

table.the_content img {
	border: 1px solid #fff;
	
}

/* End of Content Table Stuffs */




 /* News Table Stuffs! */


table.news {
	float: left;
	margin:0px;
	padding:0px;
	font-size: 10px;
	font-family: tahoma;
	color: #fff;
	border:0px;
 }

td.newsttle {
	background-color: #1E3357;
	font-size: 18px;
	font-family: tahoma;
	color: #90F700;
	font-weight: bold;
	padding-bottom: 2px;
}

td.content {
	font-size: 12px;
	font-family: tahoma;
	color: #FFF;
	padding: 1px;
}

table.news img {
	border: 1px solid #fff;	
}

/* End of News Table Stuffs */


/* Start the Images Box Style */

div.image_maindiv {
	border: 1px solid #000;
	background-color: #6B737E;
	border-bottom: 1px solid #000;
	font-size: 10px;
	font-family: tahoma;
	color: #fff;
	width: 500px;
	margin-top: 20px;
 }

div.image_comment {
	border-bottom: 1px solid #CFD2D6;
	padding-bottom: 3px;
	font-size: 10px;
	font-family: tahoma;
	color: #fff;
	width: 498px;
	padding-top: 3px;
	padding-left: 4px;
	font-weight: bold;
 }

div.image_header {
	background-color: #6B737E;
	background-image: URL(Images/image_main_background.png);
	background-repeat: repeat-x;
	padding: 1px;
	padding-top: 7px;
	padding-left: 3px;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	color: #fff;
	height: 28px;
	width:  434px;
	float: left;
	text-transform:uppercase;
 }

div.image_headerclose {
	background-color: #6B737E;
	background-image: URL(Images/image_close.png);
	background-repeat: repeat-x;
	padding: 1px;
	padding-left: 3px;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	color: #fff;
	height: 27px;
	width: 64px;
	float: right;
 }

div.image_box {
	background-color: #0054A6;
	background-image: URL(Images/image_box_background.png);
	background-repeat: repeat-x;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 498px;
 }

div.image_box img {
	border: 1px solid #fff;
 }

div.image_headerclose img {
	border: 0px;
 }

td.committee_images {
	width: 160px;
	text-align: center;
	font-size: 10px;
	font-family: tahoma;
}

td.committee_images img {
	margin-top: 10px;
 }
	

/* End Images Box Style */


/* Copyright Information */

div.copyright {
	background-repeat: repeat-x;
	border-top: 2px solid #94FB08;
	font-size: 10px;
	font-family: tahoma;
	color: #FFF;
	font-weight:bold;
	padding-top: 6px;
	padding-bottom: 6px;
	float: right;
	width: 80%;
	text-align: center;
 }

div.copyright a:link {
	color: #FFF;
	font-weight: bold;
 }

div.copyright a:visited {
	color: #FFF;
	font-weight: bold;
 }

div.copyright a:active {
	color: #91CDFF;
	font-weight: bold;
 }

div.copyright a:hover {
	color: #388ED0;
	text-decoration: underline;
	font-weight: bold;
 }

/*End copyright Information*/


/* Side Glow */

div.size_limiter {
	background-image: URL(Images/background.png);
	margin: 0px;
	height: 100%;
	width: 760px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	border-right: 1px solid #000;
	text-align: left;
	position:relative; top:0px; bottom:0px;	
	min-height: 100%;
 }

div.bg_glow_right {
	height: 100%;
	width: 56px;
	margin: 0px;
	background-image: URL(Images/bg_right_glow.png);
	border: 56px;
	background-repeat: repeat-y;
	float: left;
 }
/*End Side Glow*/

/* Fees Table Styles */

table.fees {
	width: 410px;
	font-size: 11px;
 }


td.fees_top {
	border-bottom: 1px solid #fff; 
	font-size: 14px; 
	font-weight: bold; 
	font-family: tahoma; 
	color: #29AEFF;
 }

td.fees_title {
	font-size: 12px; 
	font-weight: bold; 
	font-family: tahoma; 
	color: #FFF;
 }

td.fees_subtitle{
	font-size: 11px;  
	font-family: tahoma; 
	color: #FFF;
	text-align: center;
	padding-bottom: 3px;
 }

td.fees_sub {
	font-size: 10px; 
	font-style: italic; 
	font-family: tahoma; 
	color: #FFF;
	text-align: right;
	padding-top: 6px;
 }

td.fees_space {
	height: 19px;
 }

/* End of Fees Table Styles */

/* Swim Meets */

div.news_swimmeets {
	width: 580px;
	font-size: 10px; 
	font-family: tahoma; 
	color: #FFF;
 }

table.swimmeets_top {
	width: 580px;
	font-size: 10px; 
	font-family: tahoma; 
	color: #FFF;
	padding:3px;
	border-bottom: 1px solid #fff;
 }


td.swimmeets_maintitle {
	border-bottom: 1px solid #fff; 
	font-size: 14px; 
	font-weight: bold; 
	font-family: tahoma; 
	color: #2EACFF;
	text-align:center;
 }

tr.swimmeets_title {
	font-size: 12px; 
	font-weight: bold; 
	font-family: tahoma; 
	color: #FFF;
 }

td.swimmeets_sub {
	border-top: 1px solid #fff; 
	font-size: 11px; 
	font-family: tahoma; 
	color: #FFF;
	text-align: center;
	padding-bottom: 6px;
	padding-top: 6px;
 }

td.swimmeets_space {
	height: 19px;
 }
/* End Swim Meets */

/* Main */

div.main_info {
	width: 180px;
	font-size: 10px; 
	font-family: tahoma; 
	color: #FFF;
 }

table.main_info_top {
	width: 190px;
	font-size: 10px; 
	font-family: tahoma; 
	color: #FFF;
	padding:3px;
	border-bottom: 1px solid #fff;
 }


td.main_info_maintitle {
	border-bottom: 1px solid #fff; 
	font-size: 14px; 
	font-weight: bold; 
	font-family: tahoma; 
	color: #29AEFF;
	text-align:center;
 }

td.main_links {
	text-align: center;
	font-size: 13px;
 }

/* End Main */

/* Info */

div.news_info {
	width: 270px;
	font-size: 10px; 
	font-family: tahoma; 
	color: #FFF;
 }

table.info_top {
	width: 270px;
	font-size: 10px; 
	font-family: tahoma; 
	color: #FFF;
	padding:3px;
	border-bottom: 1px solid #fff;
 }


td.info_maintitle {
	border-bottom: 1px solid #fff; 
	font-size: 14px; 
	font-weight: bold; 
	font-family: tahoma; 
	color: #29AEFF;
	text-align:center;
 }


td.info_sub {
	border-top: 1px solid #fff; 
	font-size: 11px; 
	font-family: tahoma; 
	color: #FFF;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
 }

/* Info */




/* Training Sessions */

div.news_training {
	width: 300px;
	font-size: 10px; 
	font-family: tahoma; 
	color: #FFF;
 }

table.training_top {
	width: 300px;
	font-size: 10px; 
	font-family: tahoma; 
	color: #FFF;
	padding:3px;
	border-bottom: 1px solid #fff;
 }


td.training_maintitle {
	border-bottom: 1px solid #fff; 
	font-size: 14px; 
	font-weight: bold; 
	font-family: tahoma; 
	color: #29AEFF;
	text-align:center;
 }

tr.training_title {
	font-size: 12px; 
	font-weight: bold; 
	font-family: tahoma; 
	color: #FFF;
 }

td.training_sub {
	border-top: 1px solid #fff; 
	font-size: 11px; 
	font-family: tahoma; 
	color: #FFF;
	text-align: center;
	padding-bottom: 6px;
	padding-top: 6px;
 }

td.training_space {
	height: 19px;
 }

td.align_left {
	text-align: left;
 }
/* End Training */

/* Index Fonts */
td.main_left {
	text-align: center;
 }

td.main_image {
	padding-top: 3px;
	padding-bottom: 3px;
 }

.main_left a:link {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
 }

.main_left a:visited {
	color: #2F6AC0;
	font-weight: bold;
	font-size: 14px;
 }

.main_left a:active {
	color: #91CDFF;
	font-weight: bold;
 }

.main_left a:hover {
	color: #388ED0;
	text-decoration: underline;
	font-weight: bold;
 }

/* Blues Page */

td.content_blues {
	margin: 0px;
	}

/* End of Blues Page */
	


/* Holiday Training Sessions */


td.holidaytraining_maintitle {
	border-bottom: 1px solid #fff; 
	font-size: 14px; 
	font-weight: bold; 
	font-family: tahoma; 
	color: #29AEFF;
	text-align:center;
 }

tr.holidaytraining_title {
	font-size: 12px; 
	font-weight: bold; 
	font-family: tahoma; 
	color: #FFF;
	text-align: left;
	text-decoration: underline;
 }
/* End Training */



/* Generic Web Page */

span.title {
	font-size: 14px; 
	font-weight: bold; 
	font-family: tahoma; 
	color: #29AEFF;
	margin: 10px;
 }

td.lts_left {
	width:130px; 
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: tahoma;
	color: #FFF;
 }

td.lts_left img {
	border: 0px;
 }

td.lts_left img {
	margin: 2px;
 }

/* End of Generic Page */
