	* {
		padding: 0;
		margin: 0;
	}

	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
	}

	#wrapper {
		background: #fff url(../images/two_columns.gif) repeat-y 0% 0;
		font-size: 90%;
		width: 1024px;
		margin: 0 auto;
	}

	#wrapperClear {
		clear:both;
	}

	#globalHeader {
		width: 100%;
		height: 117px;
		background-image: url(../images/football_header.jpg);
		position: relative; /* offset purposely left at 0,0 */
	}

	#globalNav {
		position: absolute;
		top: 90px;
		left: 0px;
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		font-size: 110%;
		list-style: none;
	}

	#globalNav li {
		display: inline; /* fixes IE margin bug */
		float: left;
		color: white;
		margin-left: 20px;
		padding-top: 3px;
	}
	
	#globalNav a {
		color: white;
		font-weight: bold;
		font-size: 100%;
	}

	#globalNav a:hover {
		color: #EBD07A;
	}

	a#imagemap {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 85px;
		width: 100%;
		text-decoration: none;
	}


	#breadcrumb {
		font-size: 95%;
		width: 100%;
		background: white;
		padding-left: 1%;
		padding-top: 2px;
		padding-bottom: 2px;
		line-height: 145%;
	}

	#breadcrumb span.label {
		font-weight: bold;
		color: #616161;
		margin-right: 8px;
	}

	#breadcrumb span.separator {
		font-family: Courier;
		margin-right: 4px;
	}

	#breadcrumb span.selected {
		font-weight: bold;
	}


	#footer {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 93%;
		width: 100%;
		margin: 10px 0;
		text-align: center;
	}
	
	#timestamp {
		font-style: italic;
		color: gray;
	}

	#content {
		width: 83%;
		float: right;
	}

	/* leftColumn */
	#leftColumn {
		width: 17%;
		height: auto;
		float: left;
		border-top: 1px solid white;
		font-size: 100%;
	}

	#leftColumn a {
		color: white;
		font-weight: bold;
		text-decoration: underline;
	}

	#leftColumn a:hover {
		color: #EBD07A;
	}

	div.section {
		margin-bottom: 15px;
	}

	div.section ul {
		list-style: none;
		width: 100%;
		margin-top: 10px;
	}

	div.section ul.sub1 {
		margin-top: 0px;
		display: inline;
	}

	div.section ul.sub2 {
		margin-top: 0px;
		display: inline;
	}

	div.section li {
		margin-top: 4px;
		margin-left: 6px;
		padding-left: 12px;
	}

	div.section li.sub1 {
		margin-left: 0px;
	}

	div.section li.sub2 {
		margin-left: 0px;
	}

	div.section li.header {
		font-weight: bold;
		font-size: 100%;
		color: white;
		margin-top: 4px;
	}

	div.section li.top {
		margin-top: 12px;
	}

	/* rightColumn */

	#rightColumn {
		width: 21%;
		float: right;		
		border-top: 1px solid white;
		font-size: 100%;
		text-align: left;
	}

	#rightColumn h2 {
		margin-top: 20px;
		color: white;
		font-size: 130%;
	}

	#rightColumn li {
		list-style: none;
		margin-top: 4px;
		margin-left: 10px;
	}

	#rightColumn li.page_item {
		margin-top: 10px;
	}

	#rightColumn a {
		color: white;
		font-weight: bold;
		font-size: 100%;
	}

	#rightColumn a:hover {
		color: #EBD07A;
	}

	/* middleColumn */

	#middleColumn {
		width: 77%;
		float: left;
	}

	#middleColumn {
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		color: #333;
		text-align: center;
	}

	#middleColumn .entry {
		line-height: 150%;
	}

	#middleColumn .entry p {
		margin-bottom: 20px;
	}

	#middleColumn .postmetadata {
		text-align: center;
	}

	#middleColumn small {
		font-family: Arial, Helvetica, Sans-Serif;
	}

	#middleColumn h2 {
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-weight: bold;
	}

	#middleColumn h2 {
		font-size: 160%;
	}

	#middleColumn small, .postmetadata {
		color: #777;
	}

	#middleColumn a {
		color: #06c;
		text-decoration: none;
	}

	#middleColumn a:hover {
		color: #147;
		text-decoration: underline;
	}

	#middleColumn h2 a {
		color: #333;
		text-decoration: none;
	}

	#middleColumn h2 a:hover {
		color: #06c;
		text-decoration: underline;
	}

	#middleColumn h2 a:visited {
		color: #333;
		text-decoration: none;
	}

	#middleColumn .post {
		margin: 20px 60px;
		text-align: justify;
	}

	#middleColumn .postmetadata {
		margin: 15px 0;
	}

	#middleColumn .postmetadata {
		clear: left;
	}

	#middleColumn .navigation {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 60px;
	}

	#middleColumn div.mels-header {
		margin: 10px 60px 0px 60px;
		text-align: justify;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color:#9E9E9E;
		padding-bottom: 10px;
	}

	#middleColumn div.mels-header h2 {
		text-align:left;
	}

	#middleColumn div.mels-header h1 {
		font-size: 100%;
		text-align:left;
		margin-top:10px;
	}

	#middleColumn div.mels-header p {
		text-align: left;
		margin-top: 2px;
	}

	#middleColumn div.mels-header p.feedback {
		margin-top: 10px;
	}
