#topTxt {
	background-color:#4681B2;
	text-align: center;
	width: 593px;
	color: #fff;
	padding: 0 0 3px 0;
	margin-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-top: 1em;
	}

#content {
	padding: 0 20px 10px 20px;
	}
	
#content h4 { font-size: 1.1em; color: #fff; text-align: center; }
	
.title {
	color: #4681B2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 14px;
	}
	
ul.listStyle {
	list-style-position: outside;
	list-style-image: url("/corpserv/10pcd-expansion/art/bullet.gif");
	}

.boxBody ul.listStyle {
	list-style-position: outside;
	list-style-image: url("/corpserv/10pcd-expansion/art/bullet-grey.gif");
}

ul.listStyle li { padding-bottom: 6px; }
	
	
.fact {
	padding-left: 10px;
	}
	
	

/* Start Side Box */

.boxContainer { float: right; width: 200px; }	

#boxBody ul li { list-style: none; }
	
.box, .boxBody, .boxHead, .boxHead h4 {
	/*border: 1px solid green;*/
    background: transparent url(/corpserv/10pcd-expansion/art/box.png) no-repeat bottom right; 
} 


.box { 
    width: 200px !important; /* intended total box width - padding-right(next) */
    width: 185px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: auto;  /* use to position the box */ 
} 


/* set the top-right image */ 
.boxHead { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 25px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.boxHead h4 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /*  */ 
    padding: 13px 0 5px 25px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE */ 
} 

/* set the lower-left corner image */ 
.boxBody { 
    background-position: bottom left; 
    margin-right: 5px; /* interior-padding right */ 
    padding: 1px 0 10px 25px; /* mirror .boxHead right/left */ 
} 

.boxBody ul { margin-left: 15px; margin-top: 10px; padding-left: 0;  }


.boxBody p { margin-top: 10px; margin-bottom: 20px; }
		
/* End Side Box */


.date {
	font-size: 90%;
	font-weight: bold;
	}	

.highlight { color: #4681B2; font-weight: bold; }

/* table style */

.tabloid table {
	border: 1px solid #999;
	padding: 4px;
	border-collapse: collapse;
	}
	
.tabloid table td, .tabloid table th {
	border: 1px solid  #999;
	padding: 4px;
	}

.tabloid table th {
	background-color: #EAEAEA;
	text-align: center;
	}
	
	
	
	
