body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#3f3f3f;
	font-size: 11px;
	margin: 0px;
	margin-top:5px;
	margin-bottom:5px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height:normal;
}

#container {
	position:relative;
	padding:0px;
	width:640px;
	text-align:left;
	margin:auto;
	overflow:hidden;
	background-color:#FFFFFF;
}

/*--------------------- header ----------------*/
#header {
	position:relative;
	width:640px;
	height:288px;
	overflow:hidden;
}

#project_type {
	position:relative;
	width:640px;
	height:106px;
	overflow:hidden;
}

#content {
	position:relative;
	padding:0;
	width:640px;
	text-align: left;
	margin: auto;
	background-image:url(../images/um/bg.png);
	background-repeat:repeat-y;
	overflow:hidden;
}

#content h1 {
	font-size: 18px;
	font-weight: normal;
	color: #8cb335;
	margin-left: 6px;
	/*margin-left: 44px;*/
}

#content h3 {
	font-size: 14px;
	font-weight:bold;
	color: #3f3f3f;
	margin-top:15px;
	margin-bottom:15px;
	margin-left: 6px;
}

#content p {
	font-size: 12px;
	font-weight: normal;
	color: #3f3f3f;
	line-height:16px;
	margin-top:6px;
	margin-bottom:0px;
	margin-left: 6px;
}

.generalPadding {
	width:590px;
	height:auto;
	overflow:hidden;
	margin-left:25px;
	margin-right:25px;
}

#menu {
	font-size: 11px;
	color:#3f3f3f;
	text-align:center;
}

#menu a{
	color:#3f3f3f;
	text-decoration: none;
}