
#header {
	color: #fff;
	background: #9eb717;
	}

body#home div#header {
	position: relative;
	height: 339px;
	margin: 0;
	padding: 0;
	width: 760px;
	color: #fff;
	background: #444;
	}

/*
body#home #memorial_stadium {
	display: block;
	margin: 100px 0 0 377px;
	}
*/
body#home #memorial_stadium {
	position: absolute;
	top: 0px;
	left: 378px;
	z-index: 100;
	}

#update {
	color: #444;
	background: transparent;
	float: left;
	margin: 20px 0 0 0;
	width: 160px;
	font-size: 86%;
	}

#update a:link, #update a:visited {
	color: #444;
	background: inherit;
	border-bottom: 1px dotted #444;
	}

#update a:hover {
	color: #444;
	background: #8CA114;
	border-bottom: 1px solid #444;
	}

#home h2 {
	margin-bottom: 20px;
	}

th {
	font-weight: normal;
	width: 175px;
	text-align: right;
	}

#contents a:link, #contents a:visited {
	color: #369;
	background: inherit;
	border-bottom: 1px dotted #33f;
	}

#contents a:hover {
	color: #33f;
	background: #CCE6FF;
	border-bottom: 1px solid #33f;
	}

#contents a.more:link, #contents a.more:visited {
	color: #fff;
	background: inherit;
	font-style: italic;
	border-bottom: none;
	}

#contents a.more:hover {
	background: transparent;
	text-decoration: underline;
	}

/*
#nav a:link, #nav a:visited {
	color: #242323;
	background: inherit;
	text-transform: uppercase;
	font-size: 60%;
	}

#nav a:hover {
	color: #fff;
	background: inherit;
	}
*/
body#home #footer {
	/*background: transparent url(../../images/home/cal_script_bottom.gif) 672px 0 no-repeat;*/
	padding-bottom: 20px;
	}

#footer a:link, #footer a:visited {
	color: #999;
	background: inherit;
	text-transform: none;
	}

#footer a:hover {
	color: #9eb717;
	background: inherit;
	}

#wrapper {
	color: #666;
	background: #fff;
	border-bottom: 16px solid #5E7AA9;
	}

body#home #wrapper {
	color: #fff;
	background: #9eb717; /* url(../../images/home/cal_script_top.gif) 672px 100% no-repeat;*/
	}

.opportunities th {
	font-weight: normal;
	width: 250px;
	}

span.date {
	white-space: nowrap;
	}

p.qanda {
	font-weight: bold;
	margin-bottom: 0;
	}
	
/* color definitions for breadcrumbs */
#breadcrumb a{
	background:inherit inherit inherit inherit inherit;
	border-bottom:1px none #3333FF;
	color:#369;
}