@charset "ISO-8859-1";


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 



h1{
	font-size: 16px;
	color: #592a8a;
	line-height: 12px;
	font-weight: bold;
}

h2{
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	font-weight: normal;
	display: inline;	
}

h3{
	font-size: 9px;
	color: #592a8a;
	font-weight: bolder;
	display: inline;
	
}

h4{
	font-size: 12px;
	color: #592a8a;
	line-height: 16px;
	font-weight: bolder;
	display: inline;
}

h5{
	font-size: 9px;
	color: #fec923;
	font-weight: bolder;
	display: inline;
}

h6{
	font-size: 14px;
	color: #592a8a;
	font-weight: bold;
	line-height: 16px;
	display: inline;	
}

h7{
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	display: inline;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: 0 auto;
  	width: 770px;
	height: 100%;
	top: 308px;
	
}
	

#leftnav {
	float: left;
	width: 170px;
	height: 100%;
	min-height: 250px;
	background-color: #E1E1E1;
	padding: 8px 6px 5px 6px;
	background: url(http://www.ecu.edu/cs-admin/mktg/customcf/images/2nd_leftnav_bg.gif) repeat-x;	
	
}



#maincontent {
	float: left;
	width:400px;
	height: 100%;
	border-right: 1px #592a8a solid;
	border-bottom: 1px #592a8a solid;
} 

#subcontent {
	float: left;
	width:375px;
	height: 100%;
	padding: 5px 10px 5px 10px;

} 

#sitebody {
	float: left;
	width: 555px;
	padding: 12px 15px 5px 15px;
	
}

#photo {
	float: right;
	width: 250px;
	height: 300px;
	clear: both;
	margin: 8px 10px 25px 15px;
	text-align: center;

}
#photo_h {
	float: right;
	width: 275px;
	height: 255px;
	clear: both;
	margin: 8px 10px 10px 10px;
	text-align: center;

}
	

		




/***********************************************/
/* Components                                  */
/***********************************************/


/*************** content styles **************/



#floatleft {
	float: left;
}

#floatleft_mgopics {
	float: left;
	margin: 5px 8px 15px 0px;
	clear: both;
	min-height: 150px;
}

#mgopics {
	float: left;
	margin: 2px 8px 15px 0px;
	clear: both;
}


#floatright {
	float: right;
}


#century_link {
	width: 770px;
	height: 22px;
	margin: 0px auto;
	background-color: #592a8a;
	border-bottom: 3px #fec923 solid;
	border-top: 1px #fec923 solid;
}
#century_link_tabs {
	float: right;
	margin: 0px 0px 0px 0px;
}

#century_left_link {
	width: 158px;
	height: 100%;
	margin: 12px 0px 5px 2px;
	line-height: 20px;
}

#index_intro{
	float: left;
	font-family: Times New Roman, Times, serif;
	font-size: 19px;
	line-height: 25px;
	color: #666666;
}




/************** .story styles *****************/





