@charset "utf-8";
/* CSS Document */

/*	
	=========================================================
	MISSISSIPPI COLLEGE - SCHOOL OF BUSINESS
	
	HOMEPAGE CSS
	
	Crafted by MadGENIUS, INC.
   	www.madgeniusinc.com | info@madgeniusinc.com
    rob rubinoff, brad bishop, jay pennington
	=========================================================
*/
#messaging {
	width: 100%;
	height: 268px;
	}
#messagingLeft {
	width: 658px;
	float: left;
	}
#messagingRight {
	width:342px;
	float: right;
	background-image:url(../images/bg_messagingHome.gif);
	height: 268px;
	}
.messagingRightItem p {
	vertical-align:middle;
	}
#messagingRight p {
	background-repeat:no-repeat;
	font-size: 100%;
	line-height: 22px;
	margin: 25px;
	color: #555;
	}
	
#messagingRight img {
	border:solid 1px #ccc;
	padding:4px;
	}
#contentHome {
	clear: both;
	width: 1000px;
	height: 265px;
	background-color: #fff;
	background-image:url(../images/bg_contentHome.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-size: 12px;
	overflow: display;
	}
#contentHome a {
	color: #006ea6;
	text-decoration: underline;
	}
#contentHome a:hover {
	color:#777;
	text-decoration: none;
	}
#contentHome .contentHomeBox {
	width:283px;
	float: left;
	margin: 0px 25px;
	}
	
#contentHome .contentHomeBox {
	width:283px;
	float: left;
	margin: 0px 25px;
	}

/* if you add up all the values, you get 333px so we need to subtract the margins for IE. */


* html #contentHome .contentHomeBox {  /* This is the Tan hack */
	width: 283x; 
	w\idth: 263px; 
	} 
/* this gave us 283 - 50 = 233. I then incrementally added to fudged width to make it look */
/* as good as possible in IE6/5. 263 gave best results for IE6 in quirks mode */	

.contentHomeBox h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #802000;
	margin: 10px 0px;
	text-transform: uppercase;
	word-spacing:5px;
	}
.contentHomeBox img {
	float: left;
	padding: 0px 10px 10px 0px;
	}
.contentHomeBox ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type:none;
	}
.contentHomeBox li {
	margin: 0x 0px;
	padding: 3px 0px;
	font-size: 11px;
	line-height: 14px;
	}
	
.contentHomeBox p {
	
	padding: 3px 0px;
	font-size: 11px;
	line-height: 14px;
	}
