BODY, HTML {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:10pt;
	margin:0px;
	background-color:black;

}

.hide {
	display:none;
}

A {
	color:black;
	font-weight:bold;
}

A:hover {
	color:blue;
}

#ch_body {
	width:800px;
	background-image:url("images/ch-bg.jpg");
}

/* Header contains banner, logo, and menu */

#ch_header {
	background-color:#ffffff;
	height:250px;
	width:800px;
}

#ch_banner {
	background:transparent url("images/ch-bar.png") no-repeat;
	height:250px;
	width:800px;
	background-position:96px 20px;
	
}

#ch_logo A {
	width:200px;
	height:200px;
	background-image:url("images/br-crest.png");
	display:block;
	text-indent:-9999em;
}


#ch_header_menu {
	position:absolute;
	left:240px;
	top:215px;
	font-size:12pt;
}

#ch_header_menu ul {
	margin:0;
	padding:0;
	width:560px;
	
}

#ch_header_menu li {
	display:inline;
}

#ch_header_menu a {
	margin-left:6px;
	text-decoration:none;
}


#ch_content {
	padding-bottom:50px;
}

.ch_box {
	background-color:#ffffff;
	border:2px solid black;
	padding:5px;
	width:700px;
	margin:10px auto;
}

.proc {
	border:1px solid black;
	text-align:center;
}

#ch_cred {
	background-color:black;
	color:white;
	text-align:center;
	font-size:8pt;
}

#ch_add {
	text-align:center;
}

#ch_add a {
	color:blue
}

#ch_cred a {
	color:white;
}

.ch_title {
	text-align:center;
}

#ch_hatpage {
	text-align:center;
}

#ch_frame {
	border:2px solid black;
}

#ch_text {
	padding:5px;
}

#piclist1 {
	float:left;
	width:50%;
}

#piclist1 ul, #piclist2 ul {
	margin-top: 0px;
}

#howto {
	text-align:center;
	margin-top: 0px;
}

.disclaimer {
	font-style:italic;
}