html {
	height: 100%;
	margin: 0px;
	background-color: White;
	width: 100%;
}
body {
	font-size: 12px;
	min-height: 100%;
	margin: 0px;
	background-color: White;
	font-family: "Trebuchet Ms", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	color: #2072B2;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
h1  {
	padding: 3px;
	margin: 5px 0;
	font-size: 16px;
	font-weight: bold;
}
h2, h3 {
	padding: 3px;
	margin: 25px 0;
	font-size: 14px;	
}
h1, h2, h3, h1 a, h2 a, h3 a {
	color: white;
}
/*/
h1:first-letter, h2:first-letter, h3:first-letter {
	font-size: larger;
}
/*/
h1 {
	background-color: #004284;
	color: White;
}
h2 {
	/*/text-indent: 10px;/*/
	font-size: 20px;
	color: #004284;
	border: 1px solid #004284;
	border-bottom: 0;
}
h3 {
	/*/text-indent: 20px;/*/
	font-size: 16px;
}
p {
	margin: 0px;
	padding: 0px;
}
.block {
	display: block;
}
.toLeft {
	float: left;
}
.toRight {
	float: right;
}
.clear {
	clear: both;
}
#cont {
	width: 1000px;
}
#leftside {
	position: fixed;
	left: 0;
	width: 165px;
	margin-left: 20px;
	margin-top: 15px;
	text-align: left;
	z-index: 10;
}
#rightside {
	margin-left: 200px;
	margin-top: 15px;
	width: 800px;
	text-align: left;
}
#rightside2 {
	margin: 5px;
	width: 770px;
}
#foot {
	clear: both;
	color: #646464;
	border-top: 1px solid #646464;
	margin-top: 15px;
}
.box {
	background-color: White;
	border: 1px solid Gray;
	border-right-width: 3px;
	border-bottom-width: 3px;
	padding: 5px;
	margin: 5px 0;
}
.board_img {
	background-color: White;
	display: block;
	margin-bottom: 90px;
}
.board_img img {
	z-index: 0;
	/* border-bottom: 25px solid White; */
}
.board_img .content {
	/* padding: 5px; */
}
.board_img h1 {
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	border-top: 2px solid White;
	width: 100%;
	margin-bottom: 0;
	margin-top: 2px;
	color: White;
}
.board_img div.pos {
}
.board_img h1 a {
	font-weight: normal;
	color: White;
}
.board_img p {
	background-color: White;
}