DIV.contentArea 
{
	position: absolute;
	left: 0px;
	top: 216px;
	width: 900px;
}
DIV.contentArea h2
{
	margin: 20px 0px 0px 0px;
	border-bottom: solid 2px #000;
	width: 450px;
}

/* TAB CSS */
DIV.tabCtrl {
	position: absolute;
	top: 0px;
	left: 233px;
	width: 600px;
	z-index: 1000;
}
DIV.tabs {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 100%;
	height: 22px;
	margin-left: 10px;
	white-space: nowrap;
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 1px;
	background: #fff;
	color: #666;
	z-index: 1000;
	overflow: hidden;
}
DIV.tab {
	position: relative;
	float: left;
	margin: 0 5px;
	padding: 2px 9px;
	border: solid 1px #19338F;
	border-bottom-width: 0;
	cursor: pointer !important;
	background: inherit;
	color: inherit;
	border: solid 1px #CEEBF7;
}

DIV.tabSelected {
	background: #CEEBF7;
	color: #890C08;
	border-color: #19338F;
}

DIV.tabHover {
	color: #19338F;
	border-color: #890C08;
}

DIV.tabContent {
	position: relative;
	top: 22px;	/* below head */
	padding: 0px 20px 20px 20px;
	border: 1px solid #CEEBF7;
	width: 529px !important;
	width /**/:569px;
	z-index: 500;
	background-color: #fff;
}

/* Tag Navigation */
DIV.tagNav 
{
	position: absolute;
	top: 69px;
	left: 123px;
	width: 80px;
	z-index: 1150;
	padding: 5px 15px;
	border-left: solid 1px #ceebf7;
}
DIV.tagNav a
{
	display: block;
	margin: 0px;
	padding: 4px 0px;
}
#headline 
{
	width: 465px;
}
#headline h1 
{
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	text-align: right;
}

/*
DIV.categories, DIV.tagCloud
{
	margin: 0px 0px 20px 235px;
	width: 565px;
	overflow:hidden;
	z-index: 100;
}
.categoryButton, DIV.tagCloud a
{
	display: block;
	margin: 5px;
	float:left;
}
*/

/* Article List */
DIV.article 
{
	margin: 5px 0px 20px 0px;
	width: 450px;
	padding-bottom: 5px;
	border-bottom: solid 1px #FB805F;
}

DIV.article a.thumb
{
	display: block;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
DIV.article a.thumb img 
{
	display: block;
	border: solid 1px #666;
	margin: 0;
	padding: 0;
	width: 66px;
	height: 66px;
}
DIV.article h3 
{
	margin: 0 0 5px 0;
	padding: 0;
}
DIV.article h3 a
{
	color: #890C08;
	font-weight: bold;
}
DIV.article DIV.desc
{
	padding: 0;
	color: #333;
}
DIV.article DIV.desc p 
{
	padding-top: 0;
	margin-top: 0;
	line-height: 110%;
}
DIV.article DIV.desc a 
{
	display: block;
	text-align: right;
}
DIV.info
{
	font-size: 80%;
	color: #FB805F;
	text-align: right;
}
DIV.info a
{
	margin: 0px 4px;
	border-bottom: dashed 1px #19338F;
}


/* DEFs for Individual Articles */
DIV.articleDetail
{
	margin: 5px 0px 20px 0px;
	width: 100%; /* 900px as set in #contentArea */
	overflow: hidden;
	margin-bottom: 40px;
}
DIV.articleDetail P 
{
	line-height: 18px;
}
/* each individual column in DIV.article */
DIV.articleDetail DIV.articleColumnL
{
	width: 223px;
	text-align: right;
	margin-right: 10px;
	float: left;
}

DIV.articleDetail DIV.articleColumnC
{
	width: 430px;
	margin-right: 10px;
	float: left;
}
DIV.articleDetail DIV.articleColumnR
{
	width: 200px;
	float: left;
}
DIV.articleDetail DIV.articleColumnR img, DIV.article DIV.articleColumnL img
{
	margin-top: 20px;
}
DIV.articleDetail DIV.articleColumnC h3
{
	margin-bottom: 10px;
}
DIV.articleDetail DIV.articleDate
{
	font-weight: bold;
	color: #FB805F;
	text-align: right;
	clear: both;
	width: 653px;
	margin-bottom: 10px;
}
html>body DIV.articleDetail DIV.articleDate
{
	margin-bottom: 0px;	
}

DIV.BTT		/* BACK TO TOP */
{
	margin: 20px 0px 0px 10px;
	clear: both;
}


/* OVERRIDE */
.bottomNavBox { top: 150px }
.copyrightNavText { top: 2000px; margin-bottom: 50px;}

/* Summary Boxes */
#athleticsSummary {
	width: 500px;
	margin: 0 0 10px 0;
	padding: 10px 0;
	overflow: hidden;
}
	
.asItem {
	margin: 0px 0px 3px 3px;
	padding: 3px 4px;
	width: 110px;
	height: 110px;
	overflow: hidden;
	border: solid 1px black;
	cursor: pointer;
	background: #fff;
	float: left;
	font-size: 12px;
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;		
}
.asItem h3, .asItem h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.asItem h4 {
	text-align: right;
	font-weight: normal;
	color: #333;
}
.result {
	border-color: #890c08;
}
.sched {
	border-color: #19338f;
}
.asItem .asTitle {
	font-weight: bold;
	color: #19338F;
	border-bottom: solid 1px #999;
}
.asItem .asDate {
	font-weight: normal;
	font-style: italic;		
	color: #890c08;
	font-size: 10px;
	text-align: right;		
}
.asItem .asDesc {
	color: #333;
	font-size: 10px;
}