/* note also col_ie6.css */
#cnts {
	float: left;
	margin-bottom: 10px;
	display: block;
	width: 65.5%;
}
.headline {
	background-color: #DBDBB7;
	width: auto;
}
.headline h2 {
	background-color: #AC8559;
	color: white;
	white-space: nowrap;
	display: block;
	background-image: url('http://law.gsu.edu/tpl/rtop16.gif');
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0px;
	margin-top: 5px;
	padding-left: 8px; 
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 110%;
	line-height: 100%;
	width: auto;
}
.headline a.h2 {
	padding-left: 24px;
	background-image: url('http://law.gsu.edu/images/bullet_brnbox.gif');
	background-position: left;
	color: White;
	font-weight: bold;
	background-repeat: no-repeat;
}
.headline p {	
	line-height: 140%;
}
.headline b, .headline strong  {
	background-color: #DBDBB7;
	color:#8e6332;
	white-space: nowrap;
	font-size: 80%;
}
.left {
	margin: 0px;
	width: 48%;
	float: left;
	padding: 4px;
}
.right {
	margin: 0px;
	width: 47%;
	float: right;
	padding: 4px;
}
#content .sidebar .spotlight a, .spotlight a:hover {
	color: black;
	font-weight: normal;
}
.sidebar {
	border: none;
	width: 33%;
	float: left;
	font-size: 100%;
}
.sidebar h2 {
	margin-bottom: 8px;
	color: White;
	width: auto;		
}
.spotlight  a.h2 {
	padding-left: 19px;
	background-image: url('http://law.gsu.edu/images/bullet_boxblue.gif');
	background-position: left top;
	color: White;
	font-weight: bold;
	background-repeat: no-repeat;
}
.spotlight {
	background-color: #ccd8f8;
}
.multimedia {
	margin-top: 4px;
	float: left;
	width: 100%;
}
h1.pageheader { 
	display: none;
	margin: 0px;
	padding: 0px; 
}
@media print {
	#cnts {
		width: 470px !important;
	}	
	#pic {
		width: 460px !important;
		height: 276px !important;
	}
	.spotlight  a.h2, .headline a.h2 {
		padding-left: 1px;
		margin-left: 1px;
		background: none;
		color: #001080;
		font-weight: bold;
	}
}

