﻿body
{
	/*padding: 0px;*/
	margin: 0px;
	background-image:url('images/background.png');
	background-position:center top;
	background-repeat:repeat;
	text-align:center;
}



#Container
{	
	/*border: solid 1px red;margin: 0 auto;
	height: auto;
	text-align:center;min-height: 600px;*/
	/*background: white;*/
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/blacknavigationwhitecontent.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #0099cc;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	clear:both;

}


#Header
{
	
	background-image:url('images/header_swimmer1.png');
	background-repeat:no-repeat;
	background-position:right top;
	height:207px;
	text-align:left;
	width: 800px;
	margin: 0px;
	float: left;
	background-color:#0099cc;
	
}

#Logo
{
	background-image:url('images/WSTLogob.png');
	background-repeat:no-repeat;
	background-position:center center;
	text-align:left;
	height:207px;
	width:300px;
}

#NavigationContainer {
	margin: 0px;
	float:left;
	min-height: 510px;
	background-image:url('images/');
	padding-left: 5px;
	padding-right: 5px;
	background-color:Black;
	
}


.MenuTable 
{
	border:0;
	width:250px;
	padding-top:5px;
	padding-bottom:5px;
}

.Menu
{
	width: 250px;
	background-color: Black;
	list-style-type: none; 
	float:left;
	margin:0;
	padding:5px 0 7px 0;
}

#Main
{
	
	background-color:Black;
	width:540px;
	 padding-top:2px; 
	 margin:0;
	 padding-left: 0px;
	 float:left;
	 height:inherit;
	 
	 
}




#ContentPane
{
	float:left;
	/*border: solid 1px green;width: 550px;*/
	background-color:White;
	width:inherit;
	height:inherit;
	min-height:510px;
}

.Footer
{
	background-image:url('images/dropshadow.png');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #0099cc;
	width: 800px;
	height: 100px;
	text-align:left;
	clear:both;
		
}

   
.Bottom
{
	background-image:url('images/EatOurBubbles.png');
	background-repeat:no-repeat;
	background-position:right bottom;
	width: 750px;
	height: 90px;
}

.LeftNavHyperLink
{
	text-decoration:none;
	color:White;
}

a.LeftNavHyperLink:hover
{
	color: #0099cc;
}

.ListItem
{
	font-size:inherit;
	padding:5px 0 7px 0;
	margin:0;
}


h1
{
	font-family:Arial;
	padding:2px 0 0 0;
	margin:0 0 0 0;
}

h2
{
	font-family:Arial;
	padding:2px 0 0 0;
	margin:0 0 0 0;
}

h3
{
	font-family:Arial;
	padding:2px 0 0 0;
	margin:0 0 0 0;
}

h4
{
	font-family:Arial;
	padding:2px 0 0 0;
	margin:0 0 0 0;
}

h5
{
	padding:2px 0 0 0;
	margin:0 0 0 0;
}

.quickNavBlack
{
	cursor: pointer;
	color: Black;
}

.quickNavBlue
{
	cursor: pointer;
	color: #0099cc;

}

.quickNavCell
{
	text-align:center;
	vertical-align:baseline;
}

.quickNavDivider
{
	width:2%;
}

.quickNavTable
{
	width: 100%;
	padding:0; 
	margin:0;
}
