body {

	background-image: url('img/background.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #131a30;
	margin: 0px;
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;

}

#master {

}


a {
	color:#ffffff;
}

p, form  { margin: 0; }

#header {
	width:900px;
}

	#nav {
		float:left;
		position: relative;
		top: 0px;
		left: 0px;
		z-index: 6;
		width:240px;
	}

	#flash {
		position:relative;
		float:left;
		z-index: 5;
		width:594px;
		height:447px;
	}

	#rightShadow {
		background-image:url('img/rs_shadow.jpg');
		height:447px;
		width:56px;
	}

	#staticHeader {
		height:384px;
		width:900px;
	
	}

#content {
	width:100%;
	clear:both;
}

	#contentPane {
		width:900px;
		background-image: url('img/content_repeat.jpg');
		background-repeat: repeat-y;
	}

	#contentContainer {
		width: 575px;
		padding: 0px 15px 0px 0px;
	}

	#contentTop {
		width:900px;
	}

	#contentBottom {
		width:900px;
		clear:both;
	}
	#bottomRepeat {
		width:900px;
		background-image: url('img/bottom_repeat.jpg');
		background-repeat: repeat-y;
	}


		#crRepeat {
			background-image: url('img/static_repeat.jpg');
			background-position: top center;
			background-repeat: repeat-y;
			width:900px;
		}

			#crTop {
				background-image: url('img/static_top.jpg');
				background-position: top center;
				background-repeat: no-repeat;
				width:900px;
			}

		#crBottom {

			background-image: url('img/static_bottom.jpg');
			background-position: center;
			background-repeat: no-repeat;
			width:900px;
			height:119px;

		}

#rightShadow {
	float: left;
}

#DROP_START {
	float: left;
	width: 0px;

	position: relative;
	top: 220px;
	left: 20px;
	z-index: 7;

	background-color:#ffffff;
}

#CONTENT_DROP_START {
	float: left;
	width: 0px;

	position: relative;
	top: 135px;
	left: 260px;
	z-index: 7;

	background-color:#ffffff;
}

	.dynamIt_menu {
		position: absolute;
		/* for slide downs we want top: -250px; */
		top: 0px;
		/* comment out visibility: hidden for slide downs */
		visibility: hidden;
		width:178px;

		background-image: url('img/menu.gif');
		background-repeat: repeat-y;

	        -moz-opacity: .85;
	        opacity: .85;
		filter: alpha(opacity=85);

		padding: 4px;
	}

	a.dynamIt_menu_obj {
		display: block;

		margin: 4px 8px 4px 8px;
		padding: 4px;

		text-align: left;
		border-style: hidden;
		border-width: 1px;
		border-color: #124168;

                 text-decoration: none;
                 color: #ffffff;
	}

.rosterTable td a {
	color:#336699;
}
