html, body {
	position: relative;
	height: 100%;	
	min-height: 100%;	
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0.2em;
	margin-left: 0.5em;
    padding: 0;
	font-family: 'Clear Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
	font-weight: 400;
	text-align: left;
	line-height: 1.5;
	color: #212529;
}

a {
    color: #0e6aba;
    text-decoration: underline;
    background-color: transparent;
}

a:hover
{
	text-decoration: none;
}

a:focus {
	outline: 3px solid #15a5df !important;
	outline-offset: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	line-height: 1.2;
}

h2 {
	color: #3A4249;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

p {
	margin: 0 0 10px 5px;
	padding: 0;
}

.standardLeftPanel {
	float: left;
	width: 540px;
	padding: 10px 10px 0 10px;
	margin: 10px 0 0 0;
}

.standardRightPanel {
	background-color: #E4E7EA;
	float: right;
	border: 1px solid black;
	width: 224px;
	padding: 10px 10px 0 10px;
	margin: 20px 0 0 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 4px;
	margin-left: 4px;
}

.standardRightPanel ul {
	/* list-style-image: url("rsrc/icon_arrow.gif"); */
	margin: 0 0 10px 0px;
	padding: 0;
	list-style-type: none;
}

.standardRightPanel ul li {
	background: url("/rsrc/icon_arrow.gif") no-repeat left top;
	/* margin: 0 0 5px 0; */
	padding: 0 5px 0 20px;
}