@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#footer {
	background-color: #808080;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 9px;
	text-align: right;
}
.sidebar{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 14pt;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	vertical-align: top;
	padding-left: 20px;
	width: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 235px;
	background-color: #E6E6E6;
}
.content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 10pt;
	text-align: left;
	padding-right: 20px;
	background-color: #E6E6E6;
	padding-top: 20px;
	width: 580px;
	padding-bottom: 20px;
}
.none{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10pt;
	text-align: right;
	height: 25px;
}
.arrangercontent{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10pt;
	text-align: justify;
	vertical-align:middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E6E6E6;
	width: 350px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
}
