#left-col {
	float: left;
	padding: 10px 0 0 20px;
	width:240px;
}
#right-col {
	float: right;
	margin: 15px 0 0;
	padding: 0 15px 0 0;
	width:640px;
}
#right-col a {
	text-decoration: underline;
}
#right-col ul {
	padding: 0 0 10px;
	list-style: circle inside;
}
#right-col ul li {
	padding: 0 0 5px;
}
#right-col ul li b {
	color: #00138c;
	font-weight: bold;
}
#right-col p {
	color: #222;
	display: block;
	font-size: 12px;
	line-height: 19px;
	padding: 0 15px 10px 0;
}
#right-col h1 {
	font-size: 24px;
	font-weight: bold;
	color: #00138c;
	padding: 0 0 4px 0;
}
#right-col h2 {
	font-size: 24px;
	font-weight: bold;
	color: #00138c;
	padding: 0 0 4px 0;
}
#right-col h2 label {
	color: #00138c;
}
#right-col h3 {
	color: #00138c;
	font-weight: bold;
	padding: 8px 0 0;
	font-size: 16px;
}
#right-col h4 {
	color: #00138c;
	font-weight: bold;
	padding: 8px 0 0;
	font-size: 14px;
}
.module-wrap {
	margin: 0px auto;
}
.module-box {
	margin: 0px auto;
}
.fix-1 {
	display: block;
	overflow: hidden;
	height: 100%;
}
.fix-2 {
	display: inline;
	overflow: hidden;
	height: 100%;
}
.fix-1 p {
	text-align: justify;
}
.fix-2 p {
	text-align: justify;
}
.fix-2 h3 {
	color: #00138c;
	font-weight: bold;
	padding: 8px 0 0;
	font-size: 16px;
}
.fix-2 h4 {
	color: #00138c;
	font-weight: bold;
	padding: 8px 0 0;
	font-size: 14px;
}
.f-left p {
	text-align: justify;
}
.f-right p {
	text-align: justify;
}
.f-right h3 {
	color: #00138c;
	font-weight: bold;
	padding: 8px 0 0;
	font-size: 16px;
}
.f-right h4 {
	color: #00138c;
	font-weight: bold;
	padding: 8px 0 0;
	font-size: 14px;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
