/* -------------------------------------------------------------
SECOND LEVEL PAGE LAYOUT / LAREG CENTRAL CONTENT AREA
------------------------------------------------------------- */ 
.secondBody {
	width: 980px;
	min-height: 130px;
	background-image: url(../images/bg_secondbody.gif);
	background-repeat: repeat-y;
}
.secondLeft {
	width: 48px;
	float: left;
}
.secondCenter {
	padding: 6px 0px 0px 0px;
	width: 884px;
	float: left;
	
}
.secondRight {
	width: 48px;
	float: left;
}


/* -------------------------------------------------------------
TEXT AND COLUMNS
------------------------------------------------------------- */ 
.secondColLeft {
	float: left;
	width: 544px;
}
.secondColMid {
	float: left;
	width: 34px;
}
.secondColRight {
	float: left;
	width: 306px;
}


/* -------------------------------------------------------------
SIDE PANEL SCROLLING AREA
------------------------------------------------------------- */ 
.sidePanelTitle {
	width: 306px;
	height: 38px;
	background-image: url(../images/info_title.jpg);
}
.sidePanelRepeat {
	width: 306px;
	background-image:url(../images/info_repeat.gif);
}
.sidePanelBody {
	padding: 5px 0px 0px 0px;
	width: 306px;
	background-image:url(../images/info_body.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#sidePanelText {
	padding: 2px 0px 0px 18px;
	width: 277px;
	color: #FFFFFF;
}
#sidePanelText a:link { 
	color: #FFFFFF;
	text-decoration: underline;
}
#sidePanelText a:visited { 
	color: #DDDDDD;
	text-decoration: underline;
}
#sidePanelText a:hover { 
	color: #DDDDDD;
	text-decoration: underline;
}
#sidePanelText a:active { 
	color: #FFFFFF;
	text-decoration: underline;
}
#sidePanelText ul { 
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 10px 4px;
}
#sidePanelText li { 
	background-image: url(../images/bullet_3.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin: 0px;
	padding: 2px 0px 6px 12px;
}


/* -------------------------------------------------------------
MISC OVERRIDING STYLES
------------------------------------------------------------- */ 
.longUl {
	list-style-type: none;
	padding: 0px;
	margin: 0px 100px 10px 18px;
}
.longLi {
	background-image: url(../images/bullet_2.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin: 0px;
	padding: 7px 0px 8px 20px;
}



