body{
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container{
	width:  100%;
	border: 0px;
}
a{
	color: #406891;
}
a:visited{
	color: #6189B0;
}
a:hover{
	text-decoration: none;
}
h2{
	font-size: 140%;
	border-bottom: 1px solid #999;
}
h3{
	font-size: 110%;
}

#side{
	display: none;
}
#side img{
	margin: 0 1px 3px 3px;
}
#contents{
	background: url(../images/right-gradient.gif) repeat-x #fff;
}
#contents2 img{
	width: 200px;
}
#contents_width{
	width: 100%;
	border: 0px;
}
#header{
	display: none;
}
#logo{
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 92px;
}
#footer_links{
	display: none;
}
#cjfooter{
	display: none;
}
#contents ul{
	list-style: square;
}
ul.expand li{
	margin-bottom: 1em;
}
.floatleft{
	margin: 0 10px 10px 0;
	float: left;
}
.floatright{
	margin: 0 0 10px 10px;
	float: right;
}
li.pdf{
	line-height: 16px;
	padding-left: 5px;
	list-style-image: url(../images/pdf-icon.gif);
}