﻿h1 {
	margin-top: 20px;
}
h3 {
	margin-bottom: 5px;
}
.Title {
	font-size: 16px;
	color: #000;
}
.IMG {
	float: right;
	margin-left: 10px;
}
.Detail P{
	margin-top: 10px;
}



/*ProjectAndActivities--------------------------------*/
#ProjectAndActivities {
	margin-top: 30px;
}
#ProjectAndActivities .ContentGR {
	background-color: #f4f4f4;
	width: 100%;
	position: relative;
	margin: 0px;
	min-height:260px;
	height:auto;
}
#ProjectAndActivities .ContentGR .Header{
	background: url('/SiteCollectionImages/KBank35/ContentGRHeaderBG.gif') no-repeat top left;
	height: 14px;
}
.Header .END{
	background: url('/SiteCollectionImages/KBank35/ContentGRHeaderBG.gif') no-repeat top right;
	float: right;
	width: 30px;
	height: 100%;
}
#ProjectAndActivities .ContentGR .Footer{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	background: url('/SiteCollectionImages/KBank35/ContentGRFooterBG.gif') no-repeat bottom left;
	height: 14px;
}
.Footer .END{
	background: url('/SiteCollectionImages/KBank35/ContentGRFooterBG.gif') no-repeat bottom right;
	float: right;
	width: 30px;
	height: 100%;
}
.List {
	margin-left: 20px;
	
}
.List UL {
	margin-left: 18px;
	position: relative;
}
.List LI{
	list-style-image: url('/SiteCollectionImages/MasterPortal/Bullet1.gif');
}
.List A:link {
	font-size: 12px;
	color: #000;
}
.List A:active {
	font-size: 12px;
	color: #000;
}
.List A:visited {
	font-size: 12px;
	color: #000;
}
.List A:hover {
	font-size: 12px;
	color: red;
	text-decoration: underline;
}
