#mainImage {
	position: absolute;
	left: 233px;
	top: 103px;
	z-index:20;
}
#colorBand {
	position:absolute;
	left: 233px;
	top: 67px;
	z-index:10;
}
#blackCorner {
	position:absolute;
	left: 222px;
	top: 89px;
	z-index:30;
}
#headline {
	position:absolute;
	left: 233px;
	top: 257px;
}

#textArea {
	position: absolute;
	left: 233px;
	top: 290px;
	z-index: 50;
	width: 567px;
}
/* old
#contentArea p, #contentArea div p, #contentArea li {
	width: 430px;
	line-height: 18px;
}
*/
#textArea h3
{
	font-size: 1.2em;
}

/* --------------------  TOP AREA    ---------------------------*/
#titleArea	/* top title, description, and links to other e-newsletters */
{
	overflow: hidden;
	width: 100%;
}

#titleArea DIV.title, #titleArea DIV.title a		/* title of current e-newsletter */
{
	color: black;
	font-weight: bold;
	text-align: left;
	font-size:1.5em;
}
#titleArea DIV.alumniNews, #titleArea DIV.alumniNews a	/* link to Alumni News */
{
	color: #890C08;
	font-weight: bold;
	text-align: right;
}
#titleArea DIV.title, #titleArea DIV.alumniNews
{
	display: block;
	float: left;
	width: 283px;	/* 50% of textArea - note: using 50% will not work in IE*/
	margin-bottom: 10px;
}

/* -------------------  e-NEWSLETTER LIST  -------------------------*/
#contentArea DIV.enewsListbox {
	margin: 20px 0px 20px 0px;
}
#contentArea DIV.enewsListbox DIV.enewsLink {
	margin: 5px 0px 5px 0px;
	color: #666;
	line-height: 18px;
}
#contentArea DIV.enewsListbox DIV.enewsLink a {
	font-size: 1.5em;	
}
/* -------------------  e-NEWSLETTER HEADER  -------------------------*/

#contentArea DIV.enewsHeading {		/* title and quick links to sections within the newsletter */
	width: 100%;
	margin-bottom: 15px;	
	overflow: hidden;
}
#contentArea DIV.enewsHeading DIV.enewsTitle   /* title */
{
	margin: 15px 0px 10px 0px;
	padding: 25px 0px 25px 0px;
	text-align: center;
	width: 250px;
	background-color: #6595C5;
	float: left;
}
#contentArea DIV.enewsHeading DIV.enewsTitle, #contentArea DIV.enewsHeading DIV.enewsTitle a
{
	color: black;
	font-weight: bold;
	font-size: larger;
}
#contentArea DIV.enewsHeading DIV.enewsNav 		/* quick link nav */
{
	margin: 0px 0px 10px 40px;
	padding: 0;
	text-align: left;
	width: 250px;			/* width of textArea - DIV.newsTitle - margin */
	font-weight: bold;
	float: left;
}
html>body #contentArea DIV.enewsHeading DIV.enewsNav DIV.link, html>body #contentArea DIV.enewsHeading DIV.enewsNav H3
{
	font-weight: bold;
	text-indent: -15px;
}
#contentArea DIV.enewsHeading DIV.enewsNav DIV.link a
{
	font-weight: normal;
}

/* e-NEWSLETTER CONTENT */
DIV.content 
{
	width: 430px;
	line-height: 18px;
	clear: both;
}
DIV.contentNav 
{
	margin: 10px 0px 20px 15px;
}


/* MISC - LEFT OVERS - */
/* Navigation */
#galleryLink 
{
	position: absolute;
	left: 142px;
	top: 310px;
	z-index: 110;	
}

/* Scroll NAVIGATIONS */
#levelFiveOne, #levelFive
{
	position: absolute;
	left: 129px;
	top: 306px;
	z-index: 100;
}
.levelFiveX 
{
	line-height: 12px;
	margin: 5px;
}
#levelFiveTwo
{
	position: absolute;
	left: 129px;
	top: 324px;
	z-index: 100;
}
#levelFiveThree
{
	position: absolute;
	left: 129px;
	top: 342px;
	z-index: 100;
}
#levelFiveFour
{
	position: absolute;
	left: 129px;
	top: 360px;
	z-index: 100;
}
#levelFiveFive
{
	position: absolute;
	left: 129px;
	top: 378px;
	z-index: 100;
}
#levelFiveSix
{
	position: absolute;
	left: 129px;
	top: 396px;
	z-index: 100;
}
#levelFiveSeven
{
	position: absolute;
	left: 129px;
	top: 414px;
	z-index: 100;
}
