/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*Name		 	: company.css									*/
/*CreateDate 	: 2012.10.15									*/
/*UpdateDate 	: 2012.10.15									*/
/*UsedPage		: index.html									*/
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*[ CONTAINER ]+++++++++++++++++++++++++++++++++++++++++++++++++*/
#container {
	margin			:0px auto;
	width			:1024px;
	left			:auto;
	top				:0px;
	right			:auto;
	bottom			:0px;
}




/*[ HEADER ]++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header {
	width			:100%;
	height			:120px;
}




/*[ MAIN-SCREEN ]+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#container #mainScreen {
	position		:relative;
	top				:-11px;	
  	width			:100%;
	height			:3500px;
}




/*[ MAIN-FRAME ]+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#mainScreen #mainFrame{
	width			:1024px;
	height			:3000px;
	position		:relative;
	top			:10px;
}


/*[ CENTER-FRAME ]+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#mainFrame #content {
	width			:800px;
   	height			:2900px;
	padding			:15px 40px;
	background		:#fff;
	float			:left;
}

#content p{
	font-size		:12px;
	position		:relative;
	left			:15px;
	line-height		:160%;
}

#content h1{
	position		:relative;
	top			:-26px;
	left			:26px;
}

#content h2{
	font-size		:15px;
	position		:relative;
	left			:15px;
	line-height		:160%;
}

#content #policytable{
	border			:2px #D3D3D3 solid;
	width			:895px;
	margin-top		:10px;
	margin-bottom		:30px;
	margin-left		:5px;
}

#content #policytable tr td{
	vertical-align		:middle;
	padding-left		:40px;
	padding-top		:15px;
	padding-bottom		:15px;
}


#content #policytable tr td p{
	font-size		:16px;
}


#content .contentP1{
	font-size		:12px;
	position		:relative;
	left			:30px;
}


#content h3{
	font-size		:13px;
	position		:relative;
	left			:30px;
	line-height		:160%;
}

#content .contentP2{
	font-size		:12px;
	position		:relative;
	left			:40px;
}


#content #perInfoTable{ 
	position		:relative;
	left			:25px;
}


#content #perInfoTable td{ 
	border			:1px #000 solid;
	font-size		:12px;
	padding			:5px;
}

#content #perInfoTable td{ 
	border			:1px #000 solid;
	font-size		:12px;
	padding			:5px;
}

#content #perInfoTable tr.tableHead{ 
	text-align		:center;
	background-color:#CCC; 
}

#content h4{
	font-size		:12px;
	position		:relative;
	left			:40px;
	line-height		:160%;
	font-weight		:normal;
}

#content .contentP3{
	font-size		:12px;
	position		:relative;
	left			:50px;
}

#content .contentP4{
	font-size		:12px;
	position		:relative;
	left			:50px; 
	text-align		:right;
}