/* Sponsored Programs CSS Document - Template pages */
.scsu-shell-width {
	width: 850px;
}

body {
/*	margin: 0px;
	padding: 0px;
*/}

.bkgrnd {
	background-image:  url("../images/header_bg.jpg");
	background-repeat: repeat-x;
}

#mainnav {
	background-image:  url("../images/header_navbg.jpg");
	background-repeat: none;
}
#mainnav ul {
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	_margin-bottom: -15px;
	width: 180px;
	padding: 0px;
}
#mainnav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	border-bottom: 1px solid #DFD68E;
	line-height: 1.25em;
}
#mainnav .bottom {
	border-bottom: 0px;
}
#mainnav a {
	color: #004379;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 2px;
}
#mainnav a:hover {
	background-color: #FDFDF9;
	margin: 2px;
}

#leftnav {
	width: 146px;
	/*position: absolute;
	left: 0px;*/
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#leftnav h1 {
	font-size: 11px;
	padding: 5px 0px 3px 8px;
	margin: 0px;
	background-image:  url("../images/h1_bkgrnd.jpg");
	line-height: 12px;
	height: 26px;
}
#leftnav ul {
	border: 1px solid #E5ECF1;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: .75em;
}
#leftnav a {
	border-left: 2px solid #FFFFFF;
	padding: 0px 0px 1px 3px;
	margin: 3px 0px 3px 0px;
	color: #000000;
	text-decoration: none;
	display: block;
}
#leftnav a:hover {
	border-left: 2px solid #E8E2AF;
	background-color: #FAF9EB;
	font-weight: bold;
}
ul#thirdnav {
	background-image:  url("../images/thirdnav_bg.jpg");
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #E8E2AF;
	margin: 2px 0px 2px 0px;
	padding-top: 1px;
	height: 16px;
}
#thirdnav li {
	display: inline;
	margin: 0px 0px 0px 17px;
}
#leftnav #thirdnav a {
	color: #004379;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	display: inline;
}
#leftnav #thirdnav a:hover {
	color: #000000;
	border: 0px;
	background-color: transparent;
	font-weight: bold;
	margin-left: 1px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0px 0px 0px 146px;
	padding: 5px;
}
#content h2 {
	font-size: 1.1em;
	font-style: italic;
	color: #004379;
	margin: 0px 0px 0px -3px;
	padding: 7px 0px 3px 4px;
	border-bottom: 1px solid #DFD68E;
}

#content .rednotice {
	color: #990000;
	font-weight: bold;
	}
	
#content h3 {
	font-size: 1.1em;
	color: #000000;
	margin-bottom: 0px;
	}
	
#content p {
	margin-top: 0px;
	}
	
#content .upperalpha {
	list-style-type: upper-alpha;	
	}

#content .loweralpha {
	list-style-type: lower-alpha;	
	}


/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #leftnav {
  margin-right: 0px;
  }
 
* html #content {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */
