@charset "utf-8";
.hdr #title {
	height: 32px;
	width: 950px;
	font-size: 24px;
	color: #000;
	padding-left: 0px;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #FFF;
	border-top-style: solid;
}
.hdr #leftcol {
	height: 400px;
	width: 300px;
	font-size: 12px;
	color: #000;
	float: left;
	background-color: #FFF;
	padding: 10px;
	margin-top: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.hdr #leftcoltitle {
	height: 70px;
	width: 300px;
	font-size: 16px;
	color: #000;
	float: left;
	background-color: #FFF;
	font-weight: bold;
	text-align: center;
}

.hdr #rtcol {
	height: 530px;
	width: 500px;
	font-size: 12px;
	color: #000;
	float: left;
	background-color: #FFF;
	padding: 10px;
	margin-top: 10px;
}
.hdr #rtcoltitle {
	height: 30px;
	width: 500px;
	font-size: 16px;
	color: #000;
	float: left;
	background-color: #FFF;
	text-align: center;
}
.hdr #rtcoltitle2 {
	height: 60px;
	width: 500px;
	font-size: 16px;
	color: #000;
	float: left;
	background-color: #FFF;
	text-align: center;
}


.hdr #leftpic {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: 120px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.hdr #leftspacer {
	float: left; /* since this element is floated, a width must be given */
	width: 20px;
	height: 120px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hdr #lefttallspacer {
	height: 400px;
	width: 200px;
	font-size: 12px;
	color: #F0F;
	float: left;
}
.hdr #leftpictall {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.hdr #rtcolleftspacer {
	height: 400px;
	width: 26px;
	font-size: 12px;
	color: #F0F;
	float: left;
	background-color: #FFF;
}
.hdr #leftpictallfirst {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
