/* Women's Club Basketball */

html {overflow:auto;}

body {width:100%;
		height:100%;
		font-family:Arial, Helvetica, sans-serif;
		padding:0px;
		margin:0px;}

p {text-align:justify;}

a {color:#293F6F;
		text-decoration:none;}
		
a:hover {color:#A67A00;}

img {border:0px;}

img.pic {padding:3px;
		border:1px solid #A67A00;}
		
img.resize {width:100%;
		height:100%;
		position:fixed;
		z-index:-1;}

div {margin:0 auto;}
		
.container {width:890px;
		min-height:100%;
		background:#FFFFFF;
		margin:0 auto;}

.title {height:125px;
		text-align:center;
		padding:15px;}
		
.bar {width:850px;
		height:40px;
		text-align:center;
		border-bottom:1px dashed #666666;}
		
.bar ul {font-size:15px;
		font-weight:600;
		list-style-type:none;
		padding:0px;
		margin:0px 0px 0px 114px;}
		
.bar ul li {width:110px;
		display:inline-block;
		float:left;
		padding:7px;}
		
.bar a {width:110px;
		background-color:#EAFF98;
		color:#293F6F;
		text-decoration:none;
		display:inline-block;
		padding:1px;
		border-top:2px solid #A67A00;
		border-right:1px solid #A67A00;
		border-bottom:6px solid #A67A00;
		border-left:1px solid #A67A00;}
		
.bar a:hover {background-color:#EAFF98;
		color:#000000;
		border-top:2px solid #000000;
		border-right:1px solid #000000;
		border-bottom:6px solid #000000;
		border-left:1px solid #000000;}
		
.bar a:active {background-color:#E2FE1D;}

.header {text-align:right;
		padding:10px 0px;}
		
.content {width:850px;
		min-height:500px;
		margin-bottom:40px;}
		
.footer {width:850px;
		height:60px;
		padding:5px 0px;
		border-top:1px dashed #666666;}

td, th {height:20px;
		margin:0px;
    	padding:4px;
		border:2px groove #666666;}
		
th {background:#EAFF98;}

table {text-align:center;
		margin:0 auto;
		border-collapse:collapse;}

/* Slideshow */

.gallery {position:absolute;
		top:300px;}
		
.slides {width:100%;
		height:500px;
		overflow:hidden;}
		
.slides img {width:600px;
		height:400px;
		padding:3px;
		margin-left:121px;
		border:1px solid #A67A00;}
		
.ie div.slides img {margin-left:36px;}
		
.nav {width:600px;
		padding:460px 40px 20px 40px;}		