/* CSS Document */

/* -------------- Basic Structure -----------------------------*/

body {
	background: #333333;
	margin: 0px;
	padding: 0px;
	width: 750px;
}

#top {
	padding-left: 5px;
	padding-top: 15px; 
	width: 745px;
	background-color:#ffcc00;
		
}

#header {
	width: 750px;
	background-color:#000000;

}

#wrap {
	width: 750px;
	background-color: #FFEC80;
	/*background-color:#ffcc00;*/
	margin-left:100px;
    margin-right:auto;
	margin-top:10px;

	/*border-right:#FFCC00 solid;*/
}

#content {
	margin: 0px;
	padding-left:10px;
}
#content_slides {
	background-color: #000000;
}

#main {
	float: left;
	width: 540px;
	/*background-color:#ffcc00;*/
	background-color: #FFEC80;
	/*background-image: url("images/main_top.gif");
	background-position: top left;
	background-repeat: repeat-x;*/
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	color:#000000;
	font-size: .9em;
	line-height:1.2em;
	/*margin-top: -10px;
	Z-index: 10;*/
	
	
}

#nav {
	float: right;
	width: 180px;
	color: #CCCCFF;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #000000;
	background-image: url("images/nav_top.gif");
	background-repeat: repeat-x;
	background-position: top left;
	/*margin-top: -5px;*/
	
}

# nav .inner {
	width: 90%;
}

#footer {
	width: 750px;
	clear: both;
	background-color:#9191FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #333333;
	font-weight: bold;
	text-align:center;
	padding: 5px 0;
	border-top: 1px #000;
}

/* ------------------- Text Formatting ---------------------------*/
p {
	color: #28006B;
}
td p {
	font-size: .8em;
	padding: 0;
	margin: 0;
}

.whitetext {
	color: #ffffff;
}
.goldtext {
	color: #FFEC80;
}

#footer a {
	color: #28006B;
}

.small {
	font-size: .7em;
	letter-spacing: .3em;
}
.handbooknav {
font-size: .7em;
}
.smaller {
	font-size: .8em;
	font-family: verdana, sans-serif;
	line-height: .7em;
	
}

h2 {
	font-size: 1.2em;
	font-family: verdana, arial, helvetica, sans-serif;
	color:#54754F;
}

h3 {
	font-size: 1.2em;
	font-family: verdana, arial, helvetica, sans-serif;
	/*color:#333333;*/
	color: #28006B;
}

h4 {
	font-size:.9em;
	color: #28006B;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom:0;
}

ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 5px;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	
}
#nav li a {
	/*color: #D7BFFF;*/
	color:#9191FF; 
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 1.5em;
	text-decoration:none;
	display: block;
}
* html #nav li a {
	padding-bottom: 0px;
	line-height: 1.2em;

}

#nav li a: visited{
	/*color: #D7BFFF;*/
	color:#9191FF; 
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 1.5em;
	text-decoration:none;
	display: block;
}

* html #nav li a:visited {
	padding-bottom: 0px;
	line-height: 1.2em;
}


#nav li a:hover {
	/*color: #D7BFFF;*/
	color:#FFEC80; 
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 1.5em;
	text-decoration:none; 
	display: block;
	background-color: #333333;
}
* html #nav li a:hover {
	padding-bottom: 0px;
	line-height: 1.2em;
}


#home .home, #about .about, #teaminfo .teaminfo, #meets .meets, #practice .practice, #social .social, #preteam .preteam, #archive .archive, #calendar .calendar, #records .records, #handbook .handbook {
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 1.5em;
	text-decoration:none;
	color:#FFEC80;
	
	
}

/* ----------------------- Image formatting ----------------------------*/
.img_left {
	margin-right: 5px;
	border: 2px solid #D0DCCB;

	}

