/*
CollegePlus! news CSS
*/

td {
        font-family: Verdana, Arial, Helvetica, sans-serif;
}

#news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	float: left;
	width: 539px;
}

#news p, ul {
	margin-right: 15px;
	line-height: 170%;
}

#news p a {
	color: #880000;
	text-decoration: none;
}
#news p a:hover {
	text-decoration: underline;
}
#news p a:visited {
	color: #880000;
}

#news li a {
	color: #880000;
	text-decoration: none;
}
#news li a:hover {
	text-decoration: underline;
}
#news li a:visited {
	color: #880000;
}

#news h1, h2, h3, h4 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	margin-right: 15px;
	color: #3B3F45;
}

#news h2 a, h2 a:visited {
        text-decoration: none;
	color: #880000;
}
#news h2 a:hover {
        text-decoration: none;
	color: #3B3F45;
}
#news h4 a {
	color: #880000;
	text-decoration: none;
}

#news h1 {
	margin-top: 15px;
	font-size: 30px;
        border-bottom: 1px solid #CCCCCC;
}
#news h2 {
	font-size: 18px;
        border-bottom: none;
        padding-top: 15px;
}
#news h3 {
	font-size: 16px;
	border: none;
}
#news h4 {
	font-size: 14px;
	border: none;
}
#news .dropcap {
	float: left;
	font-size: 48px;
	line-height: 36px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666666;
}
#news .details {
        margin: -10px 0 20px 0;
	font-size: 11px;
        line-height: 100%;
        color: #3B3F45;
}
#news .spacer {
	font-size: 11px;
        line-height: 100%;
        color: #3B3F45;
        border-bottom: 1px dotted #CCCCCC;
        padding-bottom: 15px;
}

#news .leftimg {
	float: left;
	margin: 5px 15px 5px 0px;
	overflow: auto;
}

#news .rightimg {
	float: right;
	margin: 5px 0px 5px 15px;
	overflow: auto;
}

#news .bigimg {
	margin-bottom: 30px;
}