/* WL CSS Page Layout */

#topNavBar {
	POSITION: absolute; 
	Z-INDEX: 80;
	TOP: 10px; 
	LEFT: 0px; 
	WIDTH: 722px; 
	HEIGHT: 89px
}

#leftMargin {
	POSITION: absolute;	
	Z-INDEX: 48; 
	LEFT: 0px; 
	WIDTH: 128px; 
 	TOP: 100px; 
	HEIGHT: auto; 
	overflow-x: hidden; 
	overflow-y: visible; 
	text-align:center;
}
#rightMargin {
	position: absolute;
	width: 100px;
	z-index:50;
	top:100px;
	left: 617px;

}

p.redHR {
	border-top:1px solid #CB5052;
	padding: 8px 0 8px 0;
	font-size: 0.90em;
	margin:0;
}
#leftmargin p.link a:hover {color:red}
.marginContent {text-align:center; font-family: Arial, Helvetica, sans-serif;}

.marginContent a {color:#000000;}

.MarginTop {
	background-image:url('../Images/top1.gif');
	height: 12px;
	background-repeat:no-repeat;
}
.MarginBottom {
	background-image:url('../Images/bottom2.gif');
	height: 11px;
	background-repeat:no-repeat;
}


/********************
	TEXT STYLES
*********************/

.smallText {font-size:80%}
.smallerText {font-size:75%}

.hrBlock {
	border-top: 2px solid #CC3333;
	padding: 5px;
}
.grayBG, .hrBlock {
	background-color:#EEEEEE;
}