body {
	position: relative; 	
	background-color: #E3E3FF; 
	margin: 0; 
	padding: 0;	
	behavior: url(http://www.carrboroultimate.org/csshover.htc);
}

.large {
	font-size:large;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#images{
text-align:center;
}

div#nav {
	position:absolute;
	top:15px;
	left:15px;
	height:60px;
	/*width:225px;*/
	width:96%;
	background-color:#000000;
	}
div#logo{
	position:absolute;
	top:15px;
	left:20px;
	width:200px;
	height:50px;
	padding:5px;
	margins:0;
	z-index:600;
}
div#logo a{
	position:absolute;
	top:5px;
	left:0px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../nav_global/CarrboroUltimateUp.gif");
	}

div#logo a:hover{
	background-image: url("../nav_global/CarrboroUltimateOver.gif");
	}

div#logo img {
	border-width:0px;
	}

div#links {
	position: absolute;
	background:#000;
	top: 15px;
	left: 230px;
	width:500px;
	height: 50px;
	padding:5px;
	font: 16px Verdana, sans-serif;
	z-index: 100;
}
div#links a {
	text-align: center;
	top:0px;
	font: normal 1.0em sans-serif;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	border-width: 0;
	text-decoration: none;
	color: #FFF;
	background: #000;
	border-right: 5px solid #505050;
}
	
div#links a:hover{
	color: #000;
	border-right: 5px double #00BABC;
	background-color: #00FCFF;
}
div#links a.current{
	color: #000;
	border-right: 5px double #00BABC;
	background-color: #00FCFF;
}

div#links a span {display: none;}
div#links a:hover span {
	display: block;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 400px;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	color: #00FDFF;
	background: black;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
}

div#content {
    position:absolute;
	left:15px;
	top:100px;
	min-width:655px;
	min-height:800px;
	width:93%;
	color: #000;
	font: 13px Verdana, sans-serif;
	padding: 10px;
	border: solid 5px #444;
}
div#content p {
	}
div#content p.ital {
	width:180px;
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
div#content h3 {margin-bottom: 0.25em;}

h1 {margin: -9px -9px 0.5em; padding: 15px 0 5px; text-align: center; color: #33644C; letter-spacing: 0.3em; text-transform: lowercase; font: bold 25px sans-serif; height: 28px; vertical-align: middle; }
dt {font-weight: bold;}
dd {margin-bottom: 0.66em;}
div#content a:link {color: #33644C;}
div#content a:visited {color: #006666;}
div#content a:link:hover {color: #00CC00;}
div#content a:visited:hover {color: #0C0;}
code, pre {color: #EDC; font: 110% monospace;}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
font:bold 1.3em Geneva, Arial, Helvetica, sans-serif; vertical-align:middle;
text-decoration: none;
padding: .2em 1em;
margin-right: 3px;
border: 1px solid #778;
color: #33644C;
letter-spacing:0.2em;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #33644C;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #63947C;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabstyle{
border: 1px solid gray;
width: 93%;
min-height:400px;
margin-bottom: 1em; padding: 10px;
}

div#news{
	background-color:#FFFFFF;
	float:right;
	width:200px;
	padding:0px 10px 20px 10px;
	margin:10px 0px 20px 20px;
	border:thin solid blue;
	}
