
.FirstPageContent {
	zoom: 1;
	position: relative;
	line-height: 1.5;
	background: url(../res/firstpage/firstpagebkg.jpg) repeat-x;
	background-color: #a4c1ee;
}
.FirstPageContent .FirstPageContentPart {
	padding: 20px 20px 0px 20px;
	border-style: solid;
	border-width: 0px 1px;
	border-color: #a4c1ee;
}

.FirstPageContent .LeftBottom {
	height: 5px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	background: url(../res/firstpage/leftbottom.gif) no-repeat 0px 0px;	
}

.FirstPageContent .RightBottom {
	margin-left: 5px;
	padding: 0px;
	height: 5px;
	font-size: 1px;
	background: url(../res/firstpage/rightbottom.gif) no-repeat 100% 0px;
}

.FirstPageContent a {
	color: #22539c;
	text-decoration: none;
	font-weight: 900; 
}

.FirstPageContent a:hover {
	color: rgb(0, 130, 255);
	text-decoration: underline;
}


.FirstPageContent h1 {
	float: left;
	padding: 0px;
	color: #777777;
	font-size: 20px;
	font-weight: 900;
	width: 360px;
}

.FirstPageContent .SideBox h2 {
	color: #555555;
}

.FirstPageFlash {
	float: right;
	width:570px;
	height:230px;
	overflow: hidden;
	border: 1px solid #333333;
}

.FirstPageLeftInfo {
	float: left;
	width: 330px;
}

.FirstPageRightInfo {
	float: right;
	width: 330px;
}

.FirstPageLeftInfo img,
.FirstPageRightInfo img {
	float: left;
	padding-top: 2px;
	padding-right:10px;
}

.FirstPageRightBottom {
	float: right;
	width: 190px;
	overflow: hidden;
	display: inline;
}







