.right_side {
	position: absolute;
	margin-left: 450px;
	margin-top: 310px;
	width: 410px;
	padding-bottom: 100px;
	z-index: 1;
	font-size: 12px;
}

.left_side {
	position: absolute;
	top: 310px;
	width: 410px;
	padding-bottom: 100px;
	z-index: 1;
	font-size: 12px;
}

.left_side a {
	color: #E67300;
}

.full_screen {
	position: absolute;
	top: 310px;
	width: 860px;
	height: 600px;
	z-index: 1;
	font-size: 12px;
}

.blocks {
	width: 100%;
}

.blocks img {
	border: none;
}

.blocks table {
	width: 100%;
}

.blocks td {
	text-align: left; 
	vertical-align: top;
}

.alumni_news {
	width: 410px;
	background-color: #fff2e4;
	border: 1px solid #ff6633;
}

#alumni_news_header {
	width: 100%;
	height: 30px;
	background: url(../img/alumni_news_header_bg.gif) repeat-x left top;
}

#alumni_news_header h1 {
	color: #ffffff;
	padding-left: 5px;
	padding-right: 120px;
	margin: 0px;
	display: inline;
	font-size: 20px;
}	

.database_view {
	width: 100%;
	border-collapse: collapse;
}

.database_view th {
	vertical-align: top;
	padding: 5px;
	background-color: #cccccc;
	width: 60px;
	font-size: 11px;
}

.database_view td {
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	font-size: 10px;
}

#map_number {
	position: absolute;
	color: #ffffff;
}

#map_number a span {
	display: none;
}

#map_number a:hover span  {
display: block;
position: absolute; 
top: -30px;
left: -70px; 
width: 125px;
padding: 5px; 
margin: 10px; 
z-index: 100;
text-align: center;
color: #4DFF4D;
}

.updates_header {
	background-color: #999999;
	font-size: 14px;
	color: #ffffff;
	padding: 3px;
	margin-bottom: 0px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

.updates_textbox {
	border: 1px solid #999999;
	padding: 5px;
	background-color: #eeeeee;
}

.welcome_header {
	background-color: #ff9933;
	font-size: 14px;
	color: #ffffff;
	padding: 3px;
	margin-bottom: 0px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

.welcome_textbox {
	border: 1px solid #999999;
	padding: 5px;
}

.welcome_block {
	background-color: #dddddd;
	font-size: 14px;
	padding: 4px;
}