body {
	margin: 0px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
}

#blocker {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #fff;
}


#header {
	margin: 0 0 0 180px;
	padding: 0;
	width:  707px;
	text-align: center;
}

	#header img {
		border-bottom: 1px solid black;
		border-top: 0;
		border-right: 0;
		border-left: 0;
		padding: 0 2px 0 2px;
		margin: 0 -2px 0 -2px;
	}
	
	#header a:active {
		background-color: white;
	}
	
	#header .iTitle {
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
	}


#mbody {
	margin: 0;
	padding: 0;
}

	#backgroundImage {
		background-image:   url(../images/chasis-whirl.gif);
		background-position:top;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 0;
		top: 180px;
		left: 0px;
		width: 900px;
		height: 379px;
	}
		
	
	#menuSpace {
		float: right;
		width: 1px;
		height: 400px;
	}
	

	#menu {
		position: absolute;
		z-index: 1;
		left: 0;
		top: 187px;
		padding: 20px 5px 10px 4px;
		margin: 0;
		width: 155px;
		height: 249px;
		background-image: url(../images/chasis-subMenu.gif);
		background-repeat: no-repeat;
		background-position: inherit;
		color: white;
		font-weight: normal;
	}
	
		#menu a { 
			color: #fff;
			text-decoration: none;
			font-weight: bold;
			font-size: 13px;
		}
		
		#menu a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		#menu ul {
			list-style-type: none;
			margin: 0;
			padding: 6px 0 0 4px;
		}
		
			#menu li {
				margin: 0;
				padding: 0;
				line-height: 15px;
			}
			

	#dog {
		float: left;
		position: absolute;
		left: 0;
		top: 446px;
		margin-top: 0;
		padding: 0;
	}
	
	#content {
		position: relative;
		top: 0;
		left: 0;
		margin: 50px 0 0 190px;
		padding: 0;
		width: 725px;
	}
		#indexContent{
			color: #006699;
			font-size: 20px;
		}

			#indexContent img{
				margin-left:80px;
			}
			
			#swimmingLinks img{
				position: relative;
				left: 200px;
				margin-left: 35px;
			}
			
		
		#leftColumn {
			float: left;
			width: 50%
		}
		
		#rightCoslumn {
			float: right;
		}
		
		
		
		#picRows img {
			border: 1px solid #03C;
			padding: 2px;
			margin: 3px;
		}
	

		
		p {
			margin: 0 0 20px 0;
		}
		
		.cInfo {
			font-size: 14px;
			color: #3E7B3E;
			margin: -4px 0 0 0;
			padding: 0;
			font-weight: normal;
		}
		
		.row {
				display: inline;
		}
		
		
		#navlist li {
			display: inline;
			list-style-type: none;
			padding-right: 20px;
		}
		
		.borderBottom td {
			border-bottom: 1px solid #03C;
		}
		
		

#footer {
	clear: both;
	font-size: 11px;
	font-weight: normal;
	margin: 20px 0 0 0;
	text-align: center;
	width: 900px;
	color: #333333;
}

	#footer a {
		color: #2463E4;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}




a {
	color:#000000;
	text-decoration: none;
}
a:link {
	color:#0000CC;
}
a:visited {
	color:#0000CC;
}
a:hover {
	color:#FFFFFF;
}
a:active {
	background-color:#AABBCC;
}

/**
Ids
**/

#employblock {
	display:block;
	position:relative;
	top:0;
	left:0;
}


#employee {
	clear: left;
	margin-bottom: 25px;

}



/******
Classes
******/

.left {
	float: left;
}

.right {
	float: right;
}

.noBorder, #content .noBorder {
	border: 0;
}


/******
Headers
******/

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #0033CC;
	margin: 0;
	padding: 0;
}


h4 {
	font-size: 16px;
	color: #009933;
	margin-bottom: 0;
}


h5 {
	font-size: 14px;
	color: #336633;
	margin: 0 0 0 0;
	padding: 0;
	font-weight: normal;
}



/*****
Images
*****/

img {
	border: 0;
	
}


#content img {
	border: 1px solid #36f;
	padding: 2px;
	margin: 5px;
}

#content img:before {
	content: attr(x);
	content: url(../images/loadingImage.gif);
}

#employee img {
	border: 1px solid #36f;
	padding: 2px;
	margin: 5px 5px 0 0;
	clear: left;
	float: left;
}




/****
Lists
****/


#employee  dl {
	margin: 0 0 0 100px;
	padding: 0;
	display: block;
}

	#employee dt {
		font-weight: bold;
		float: left;
		margin: 0 0 0 0;
	}
	
	#employee dd {
		margin-left: 165px;
	}