/* box.css */
.box {
	margin-bottom: 1em;
}
.box h2 {
	color: #004367;
	font-size: 1.6em;
	padding-top: 0.188em;
	margin-bottom: 1em;
}
.box h2 a {

}
.box .box_content {
	font-size: 1.2em;
	line-height: 1.385em;
}
.box .box_content h2,
.box .box_content h3,
.box .box_content h4,
.box .box_content h5,
.box .box_content h6 {
	color: #004367;
	margin-bottom: 1em;
}
.box .box_content h2 {
	font-size: 1.308em; /*17px*/
}
.box .box_content h3 {
	font-size: 1.231em; /*16px*/
}
.box .box_content h4 {
	font-size: 1.154em; /*15px*/
}
.box .box_content h5 {
	font-size: 1.077em; /*14px*/
}
.box .box_content h6 {
	font-size: 1em; /*13px*/
}
.box .box_content img.picture {
	float: right;
	margin: 0 0 1em 2em;
}
.box p,
.box ul,
.box ol,
.box table {
	margin-bottom: 1em;
}
.box li {
	margin-left: 2em;
}
.box form ul,
.box form ol {
	margin-bottom: 0;
}
.box form li {
	margin-left: 0;
}

/* right */
#right .box h2 {
	text-transform: uppercase;
	font-size: 1.4em;
}
#right .box .box_content {
	line-height: 1.273em;
	font-size: 1.1em;
}

/* pictures */
ul.pictures_list {
	list-style-type: none;
	margin-top: 0.5em;
}
ul.pictures_list li {
	margin: 0 0 0 8px;
	float: left;
	width: 149px;
	overflow: hidden;
	text-align: center;
}
ul.pictures_list li.first {
	margin-left: 0;
}
ul.pictures_list li.spacer,
ul.pictures_list li.spacer_last {
	clear: both;
	margin: 0;
	float: none;
	width: auto;
	overflow: hidden;
	text-align: center;
	height: 8px;
}
ul.pictures_list li.spacer_last {
	height: 0;
}

/* files */
ul.files_list {
	list-style-type: none;
	margin-left: 22px;
}
ul.files_list li {
	margin: 0;
	background: no-repeat center left;
	padding: 2px 0;
}
ul.files_list li a {
	padding-left: 22px;
}
