html {

	background: repeat-y right url(/images/right_slice.jpg);
	padding: 0px;
	margin: 0px;
}
body  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background: repeat-y url(/images/left_slice.jpg);
	padding: 0px;
	margin: 0px;
}

h1 {
	padding-left:0px;
	display: block;
	padding-bottom: 5px;
	background: no-repeat left bottom url(/images/titleline.jpg);
	color: #00254d;
	font: 900 24px Verdana;
}

h2 {
	margin:20px 0px 4px 0px;
	color: #08387C;
	font-weight:bold;
	font-style: italic;
	font: 900 Verdana;
}

h3 {
	color: #08387C;
	text-transform: uppercase;
	margin:20px 0px 6px 0px;
	font-weight: 900;
	font-size: 10px;
	font: 900 Verdana;
}

h4 {
	margin:10px 0px 4px 0px;
	color: #9E153E;
	font: 900 Verdana;
}
p{
	margin:0px 0px 10px 0px;
	line-height:140%;
	color: #333333;
}

ul,ol{
	margin:0px 0px 10px 0px;
	line-height:140%;
	color: #333333;
}

a {
	color: #074F99;
	
}
a:visited {
	color:#074F99;
}
a:active{
	color: orange;
}
input{
}
label{
	margin-top: 10px;
	color: #333333;
	font-weight: bold;
	display: block;
}
#container{
	min-width: 800px;
}
#banner{
	background: #074F99 repeat-x top url(/images/v_slice.jpg);
	height:130px;
	_overflow:hidden;
	margin: 0px;
	padding:0px;
}
#banner_left{
	background: no-repeat left top url(/images/banner_left.jpg);
	width: 150px;
	padding:0px;
	margin: 0px;
	margin-top: 1px;
	height: 134px;
	float: left;
}
#banner_mid{
	background: no-repeat left top url(/images/banner_mid.jpg);
	width: 456px;
	padding:0px;
	margin: 0px;	
	float: left;
	height: 107px;
}
#banner_right{
	background: no-repeat right top url(/images/banner_right.jpg);
	width: 192px;
	padding:0px;
	margin: 0px;	
	float: right;
	clear:  right;
	height: 107px;
}
#nav{
	background: no-repeat left top url(/images/nav_bg.jpg);
	width: 456px;
	padding:0px;
	margin: 0px;	
	float: left;
	height:  23px;
}
#nav_right{
	background: no-repeat #CBCBCB left top url(/images/right_corner.jpg);
	width: 194px;
	padding:0px;
	margin: 0px;	
	float: right;
	height:  23px;
}
#sidebar{
	background: no-repeat top left url(/images/left_top.jpg);
	width: 150px;
	padding:50px 10px 50px 10px;
	margin: 0px;	
	float: left;
	clear:  left;
	height: 500px;
}
#sidebar a{
	font-size: 16px;
	color: #074f99;
	font-weight: bold;
	display: block;
	margin: 0px -10px 0px -10px;
	padding: 3px 10px 3px 10px;
	width: 130px;
	text-decoration: none;
}

#sidebar a:visited{
	font-size: 16px;
	color: #074f99;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:hover{
	font-size: 16px;
	color: white;
	font-weight: bold;
	background-color:#134D84;
}
#placement{
	width:120px;
	margin:15px 0 0 0;
	text-align:center;
}
#placement img{
	border-width:0px;
}
#placement a, #placement a:hover{
	margin:10px 0 0 -6px;
	display:block;
	padding:0;
	background-color:transparent;
}
.content{
	display: block;
	padding-top:20px;
	padding-right: 250px;
	margin-bottom:100px;
	padding-left: 180px;
	_padding-left:0px;
	height: 100%;
}
#center{
	display:block;
	height: 100%;
}

#footer{
	display: block;
	padding-bottom:50px;
	padding-right: 250px;
	padding-left: 180px;
	text-align: center;
}

#home_link{
	display: block;
	position: absolute;
	top:0px;
	left: 0px;
	width:  100%;
	height:130px;
}
#player_home{	float: right;	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
.staff_member {
	margin-bottom: 20px;
}
.staff_member img {
	float: left;
	margin-top: 5px;
	margin-right:20px;
	margin-bottom: 10px;
	border: 1px solid black;
	background-color: #CBCBCB;
	width: 100px;
	text-align: center;
}

.staff_member a {
	float: right;
}
.inline{
	display: inline;
}