/* CSS Document */

/* concept
---------------------------------*/
#concept{
	background:url(common_imgs/top_img.gif) no-repeat left top;
	height: 236px;
	margin-bottom: 20px;
}

#concept2{
	padding-top: 53px;
	padding-left: 18px;
}
.concept_ex {
	font-size: 80%;
	line-height: 125%;
	font-weight: bold;
}
.marg-r3 {
	margin-right: 3px;
}
#concept p {
	margin: 0px 0px 10px;
}


/* activity_aren
----------------------------------------------- */
#t_main {
	width: 450px;
	float: left;
}

#t_entry {
	padding-right: 10px;
	padding-left: 10px;
	}

#t_entry h3 {
	text-align: left;
	font-weight: bold;
	background-image: url(common_imgs/top_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 10px;
	font-size: 100%;
	padding-left: 30px;
	height: 25px;
	line-height: 125%;
	}
	
#t_entry p {
	font-size: 90%;
	line-height: 150%;
	margin: 0px 0px 10px;
	padding-left: 30px;
	}

#t_entry p posted {
	font-size: 90%;
	text-align: left;
	line-height: normal;
	padding: 3px 3px 7px;
	border-bottom: 1px solid #999999;
	}

#link-note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 150%;
	text-align: center;
	}

/* whatsnew
----------------------------------------------- */
#whatsnew {
	float: right;
	width: 250px;
	overflow: hidden;
	}

#whatsnew ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#whatsnew li {
	font-size: 90%;
	margin: 0px 0px 5px;
	background-image: url(common_imgs/local_arrow.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 125%;
	}

#whatsnew h2 {
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(common_imgs/whatsnew.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 30px;
	padding-top: 7px;
	padding-left: 15px;
	}
#whatsnew2 {
	overflow: hidden;
	padding: 7px;
	margin-bottom: 15px;
}

