/*

	/content/home/template.css

*/

DIV.cmsContent {
	width: auto;
	overflow-x: hidden;
	background: white;
	font-family: Arial;
	font-size: 13px;
	color: #5D5C4F;
	line-height: 18px;
}
DIV.cmsContent TD {
	font-size: 13px;
}
DIV.cmsContent_Left {
	width: 390px;
	background: #FEF9F5;
}
DIV.cmsContent_Left A {
	text-decoration: none;
	font-weight: bold;
	color: #5D5C4F;
}
DIV.cmsContent_Left A:hover {
	text-decoration: underline;
}
DIV.cmsContent_Right {
	width: 390px;
	background: #F9FBF5;
}
DIV.cmsContent_Right A {
	text-decoration: none;
	font-weight: bold;
	color: #5D5C4F;
}
DIV.cmsContent_Right A:hover {
	text-decoration: underline;
}
DIV.cmsContent_Copyright {
	width: 600px;
	background: #5D5C4F;
	color: White;
}
DIV.cmsContent_Copyright A {
	color: White;
}

/* Layout */

DIV.tmpHomeBanner {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	width: 854px;
}
DIV.tmpHomeBanner IMG {
	width: 854px;
	height: 246px;
}
DIV.tmpMain DIV.tmpDiv {
	width: 10px;
	overflow: hidden;
}
TD.tmpMission {
	border-left: 1px solid #F58837;
	border-right: 1px solid #F58837;
	background: #FEF9F5;
}
TD.tmpMission DIV.tmpMission {
	padding-top: 23px;
	padding-bottom: 23px;
	padding-left: 15px;
	padding-right: 15px;
}
TD.tmpNews {
	border-left: 1px solid #8AAD42;
	border-right: 1px solid #8AAD42;
	background: #F9FBF5;
}
TD.tmpNews DIV.tmpNews {
	padding-top: 23px;
	padding-bottom: 23px;
	padding-left: 15px;
	padding-right: 15px;
}

