body {
    background: #fff;
	padding:0;
	margin:0;
	font:12px/1.6em arial;
	color:#000;
}

#content-wrapper {
	display:inline;
	float:none;
	height:100%;
}

#wrapper {
    width: auto;
    border: 0;
    margin: 0 2%;
    padding: 0;
    float: none !important;
    color: #000;
	display:inline;

}

#banner, #yuinavigation, .lfr-dock, #footer, .first-of-type, #column-1 {
    display: none;
}

#column-2 {
	width:100%;
	float:none !important;
}

.portlet {
    border: 0px
}

ul, li, ol {
	list-style-type:disc;
}


table {
	border-collapse:collapse;
}

h1, h2, h3, h4, h5, h6, .portlet-title {
	padding:0 0 10px 0;
	margin:0;
	border-bottom:1px dotted #000;
}

h1, .portlet-title {
	font-size:20px;
}

h2, h3, h4, h5, h6 {
	font-size:16px;
}

/* Show URL */
a:link, a:visited {background: transparent; color:#022a5b; text-decoration:none;}

