/* ----------container to center the layout-------- */
#splashcontainer {
	width: 700px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
} 

/* ----------outer and inner----------------- */

#splashouter{
	background-color: #ffffff;  /* color of the content column */
	border-right-width: 200px;
	border-left-width: 150px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #0060aa;
} 

#splashinner{margin:0; width:100%; } /* The ie/pc pecularity */ 

/* --------------left and right navi------------- */
#splashcontentleft {
	width:150px;
	float:left;
	position:relative;
	margin-left:-150px;
	margin-right:1px;
	background-color: #0060AA;
 }
#splashcontentleft h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 15px;
	text-align: center;
	line-height: 26px;
	font-weight: bold;
}
#splashcontentleft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	line-height: 14px;
}

#splashcontentleft img {
	display: block;
	width: 150px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

 #splashcontentright {
	width:200px;
	float:right;
	position:relative;
	margin-right:-200px;
	margin-left:1px;
	background-color: #FFFFFF;
 }
#splashcontentright img {
	display: block;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#splashcontentright h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #2E62FF;
	margin-top: 32px;
	margin-bottom: 20px;
}



/* -----------------content--------------------- */ 
#splashcontentcenter { 
position: relative; 
margin: 0px; 
}
#splashcontentcenter h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #2E62FF;
	text-align: center;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#splashcontentcenter h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 20px;
	margin-left: 10px;
	line-height: 1.2em;
}
#splashcontentcenter ul {
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
}
#splashcontentcenter ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#splashcontentright h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #2E62FF;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	background-color: #FFFFCC;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
