@charset "UTF-8";
/* CSS Document */

/* Index */

#index_left {
	position: absolute;
	width: 190px;
	margin: 30px 0px 0px 0px;
	}
	
#index_right {
	position: absolute;
	width: 446px;
	margin: 30px 0px 0px 224px;
	}
	
	
/* Connections */
	
#connections_top {
	position: relative;
	width: 190px;
	height: 6px;
	margin-top: 30px;
	margin-left: 0px;
	}
	
#connections_title {
	position: relative;
	width: 190px;
	height: 32px;
	margin-top: 2px;
	margin-left: 0px;
	}
	
#connections_copy {
	position: relative;
	width: 238px;
	margin-top: 10px;
	margin-left: 0px;
	}
	
#connections_bottom {
	position: relative;
	width: 190px;
	height: 6px;
	margin-top: 10px;
	margin-left: 0px;
	}
	
/* News */
	
#news_top {
	position: relative;
	width: 190px;
	height: 6px;
	margin-top: 0px;
	margin-left: 0px;
	}
	
#news_title {
	position: relative;
	width: 190px;
	height: 32px;
	margin-top: 2px;
	margin-left: 0px;
	}
	
#news_copy {
	position: relative;
	width: 190px;
	margin-top: 10px;
	margin-left: 0px;
	}
	
#news_list {
	position: relative;
	width: 190px;
	margin-top: 10px;
	margin-left: 0px;
	}
	
#news_list a {
	position:relative;
	display:block;
	width:180px;
	padding:5px 5px 10px 5px;
	border-bottom:solid 1px #939598;
}

#news_list a:hover {
	background-color:#e0e0e0;
	color: #939598;
}
	
#news_bottom {
	position: relative;
	width: 190px;
	height: 6px;
	margin-top: 10px;
	margin-left: 0px;
	}
	
/* Article Side */

#article_top {
	position: relative;
	width: 446px;
	height: 6px;
	margin-top: 0px;
	margin-left: 0px;
	}
	
#article_title {
	position: relative;
	width: 136px;
	height: 40px;
	margin-top: 2px;
	margin-left: 0px;
	}
	
#article_copy {
	position: relative;
	width: 446px;
	margin-top: 10px;
	margin-left: 2px;
	text-align: left;
	}
	
#article_bottom {
	position: relative;
	width: 446px;
	height: 6px;
	margin-top: 10px;
	margin-left: 0px;
	}
	
/* Footer */

#footer_top {
	position: relative;
	width: 446px;
	height: 6px;
	margin-top: 30px;
	margin-left: 0px;
	}
	
#copyright {
	position: relative;
	width: 446px;
	height: 20px;
	margin-top: 5px;
	margin-right: 0px;
	text-align: right;
	}