body, p, div, td, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#LargeContent {
	font-size: 12px;
}
#LargeContent td {
	font-size: 12px;
}

#SectionHeader {
	background-image: url('http://athletics.iit.edu/images/header.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	height: 55px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
	#SectionHeaderText {
		padding-left: 10px;
		font-size: 23px;
		color: #fff;
		font-weight: bold;
	}
	#SectionSubHeaderText {
		font-size: 16px;
		font-weight: bold;
	}
	#SectionNav {
		font-size: 11px;
		font-weight: bold;
	}
	
#SmallHeaderText {
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
}

#Home_MainBoxLeft {
	border: 1px solid #111;
	padding: 0px;
}
#Home_CaptionBox {
	background-color: #111;
	color: #fff;
	font-size: 11px;
	padding: 5px;
}
	
#Home_MainBoxRight {
	background-color: #666;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	height: 200px;
	overflow: scroll;
}
	#Home_MainBoxRight fieldset {
		text-align: left;
		border: 1px solid #ccc;
		width: 200px;
		/*height: 200px;*/
		padding: 10px;
	}
	#Home_MainBoxRight legend {
		font-size: 14px;
		font-style: italic;
		font-weight: bold;
		padding-left: 5px;
		padding-right: 5px;
	}

 
#Home_BottomBoxLeft {
	border-top: 1px solid #ccc;
	padding: 5px;
	font-size: 10px;
}
#Home_BottomBoxLeft td { font-size: 10px; }
#Home_BottomBoxRight {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
	font-size: 10px;
}
#Home_BottomBoxRight td { font-size: 10px; }


#NavHeaderText {
	font-size: 13px;
	font-weight: bold;
	color: #999;
}


#AdminForm {
	border: 1px dotted #666;
}
#AdminForm td {
	background-color: #eee;
}
#AdminForm #AdminHeader {
	font-size: 14px;
	font-weight: bold;
	background-color: #ccc;
}
#AdminError {
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	background-color: #990000;
	color: #fff;
}
#AdminSuccess {
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	background-color: #66CC33;
	color: #fff;
}

