/******************************************************************************* Defines default styles for site pages.                                      *******************************************************************************/	body {		font-family:arial,helvetica,sans-serif;		font-size:12px;		background-color: #ACFF91;	}	#wrapper {		text-align:left; /* reset text alignment */		width:748px; /* or a percentage, or whatever */		margin:0 auto; /* for the rest */	}	#header {	}		#imagecontent {	float: left;	}	#line {		background-color: #103575;		height: 1px;	}		#blue_banner {		background-color: #7ba2ae;		height: 83px;		padding-right: 50px;		padding-top: 20px;	}#tan_body {	background-color: #F3F1E9;	height: 27px;}#rt_header {	position: relative;	top: 93px;	width: 489px;	margin-left: 259px;	border-color: #103575;	border-right-width: 1px;	border-right-style: solid;	border-right-color: #103575;	border-left-width: 0px;	padding: 0px;	text-align: right;}	#course_title {	font-family: Arial, Helvetica, sans-serif;	font-size: 30px;	color: #333333;}#department {	font-family: Arial, Helvetica, sans-serif;	font-size: 18px;	color: #333333;}#blue_banner p {	margin: 0px;	padding: 0px;}		#content {	text-align:left; /* reset text alignment */	position: relative;	left: 22px;	width: 705px;	margin: 0px;	padding: 10px;	border: 0 px;	background-color: #F3F1E9;	clear: left;	}	.content div {		padding:10px;	}		#footer {	left:21px;	margin-top:5px;	padding:3px;	position:relative;	width:720px;	}		.yui-content {		overflow-y: scroll; 	}.actual_content {	height: 300px;	}	.actual_content .category_main {	background-color: #E6EEF7;	font-size: 14px;	border-color: #333333;	padding:3px;	margin:5px;	margin-bottom: 2px;}.actual_content div.category_item {	font-style: normal;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	margin-left: 10px;	}.actual_content .links div.category_item {	font-size: 11px;	}	.actual_content .item_date {	margin-right:5px;	}	.actual_content .item {	}.copyright {	font-size: 11px;	color: #333333;	text-align: center;}.copyright a{	color: #123676;}