	
html { 
	background-color: #ffffff;
}

body {
	/* ASSIGN HEADER BACKGROUND IMAGE */
	background-colof:#ffffff;
}




/*--- FOR MASTHEAD & MAIN NAV ---*/
#topnav{
	background-color: #371d00;
	z-index:100;/* ie fallback is in html */ /* ASSIGN COLOR OR TRANSPARENT */
	}
	
	
#topnav ul li a {
	background:url(../../global/images/bg-main-nav.gif) no-repeat scroll 0 center transparent;
	}
#topnav ul li a {
	color: #fff; 
	}
#topnav h1 {
	background:transparent url(../../global/images/bostonia-alumni-magazine-sm.png) no-repeat scroll 0 13px;
	
	}
	
	#topnav ul li:first-child a {
background: none;
}
	#topnav {
	height:60px;
	}
	
	
#topnav ul {
	display: block;
	padding-top:20px;
}
#topnav ul li {
display: inline;
}
	
	
#topnav ul li a {
font: .8em Arial, Helvetica, sans-serif;
line-height: .5;
text-decoration: none;
padding: 15px 6px 15px 9px;
}

#topnav h1 a{
	display:block;
	width:135px;
	height:40px;
	float: left;
	margin-right: 40px;
	background-image: url(../../global/images/bostonia-alumni-magazine-sm.png);
	background-repeat: no-repeat;
	margin-top: 15px;
}
#topnav h1 a {
	text-indent: -9999px;
}


/*-----------------------------*/
/*-------- FOR ARTICLE --------*/
/*-----------------------------*/

/* USE .WRAPPER FOR HEADER & BREAKS IN CONTENT */
.wrapper { 
	width: 862px;
	margin: 0 auto;
}
/* ------------------------------------------- */

#box {
	background: #fff url(images/box.jpg) no-repeat 50% -60px;
}

.content {
	margin: 0 auto;
	padding: 40px 0px 0px 0px;
	width: 565px;
}

.content h2 {
	padding:0;
	margin-bottom:6px;
	}
	

.content p {
	color: #4c545c;
	font:1em/1.5 Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow:#c5cbd6 1px 1px 0;
	}
	

.content P STRONG {
	color:#000;
}

.content A{
	color:#000;
}


.content UL {
	clear: both;
	display: block;
	margin-top: 20px;
	list-style-type: none;
	height: 538px;
}


.buniverselinks li a{
	width: 174px;
	margin-right: 10px;
	float: left;
	height: 163px;
	margin-bottom: 10px;
	display: block;
}

.points {
	width: 174px;
	margin-right: 10px;
	float: left;
	height: 163px;
	margin-bottom: 10px;
	background-image: url(images/points.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.stew a {
	background-image: url(images/stewOFF.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.stew a:hover {
	background-image: url(images/stewOVER.png);
}
.stew.active a {
	background-image: url(images/stewON.png);
}

.preethi a {
	background-image: url(images/preethiOFF.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.preethi a:hover {
	background-image: url(images/preethiOVER.png);
}
.preethi.active a {
	background-image: url(images/preethiON.png);
}

.john a {
	background-image: url(images/johnOFF.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.john a:hover {
	background-image: url(images/johnOVER.png);
}
.john.active a {
	background-image: url(images/johnON.png);
}

.davide a {
	background-image: url(images/davideOFF.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.davide a:hover {
	background-image: url(images/davideOVER.png);
}
.davide.active a {
	background-image: url(images/davideON.png);
}

.tyler a {
	background-image: url(images/tylerOFF.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.tyler a:hover {
	background-image: url(images/tylerOVER.png);
}
.tyler.active a {
	background-image: url(images/tylerON.png);
}

.huang a {
	background-image: url(images/huangOFF.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.huang a:hover {
	background-image: url(images/huangOVER.png);
}
.huang.active a {
	background-image: url(images/huangON.png);
}

.michelle a {
	background-image: url(images/michelleOFF.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.michelle a:hover {
	background-image: url(images/michelleOVER.png);
}
.michelle.active a {
	background-image: url(images/michelleON.png);
}

.allison a {
	background-image: url(images/allisonOFF.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.allison a:hover {
	background-image: url(images/allisonOVER.png);
}
.allison.active a {
	background-image: url(images/allisonON.png);
}

/* ------------------------------------------------------------*/
/* ------------ VIDEO SIDEBAR <<<---------------------*/
/* ------------------------------------------------------------*/


.content #video {
	clear: both;
	zoom: 1;  /* NEEDED IN IE TO CLEAR */
	height: 355px;	
}


#video:after {  /* NEEDED IN ALL COMPLIANT BROWSERS TO CLEAR - APPLY TO BLOCK-LEVEL CONTAINER IN WHICH THERE ARE FLOATED ELEMENTS */ 
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}



/* ------------------------------------------------------------*/
/* ------------ ARTICLE TOOLS <<<---------------------*/
/* ------------------------------------------------------------*/

/* ---- TO SET ARTICLE TOOLS & COMMENTS TO 862 PIXEL WIDTH, USE STYLES BELOW --- */

/*
.comments {
	width: 858px;
	margin: 0 auto;
	}	
#article-tools {
	width: 870px;
	margin: 0 auto;
}
*/


#footer {margin-top:0 !important;}
