body {
	width:auto;
	margin:0 none;
 	margin-left:2em ;
	text-align:left;
}
body,td {
 	font-family: arial, helvetica ; 
 	font-size:11pt ; 
 	line-height:1.4em ; 
 	color:#000 ;
}
h1 {
 	font-family: arial, helvetica ; 
 	font-size:18pt ;
 	line-height:1.4em ; 
 	font-weight:bold;
 	margin:0 0 0.2em 0;
 	border-bottom:1pt solid black;
 	color:#000;
}
h2 {
 	font-family: arial, helvetica ; 
 	font-size:16pt ; 
 	line-height:1.3em ; 
 	font-weight:bold;
 	margin:0 0 1em 0;
 	border-bottom:1pt solid black;
 	color:#000;
}
ul {
	list-style-image:none;
}
a {
	color:#006;
	text-decoration:none;
}

/* CONTAINERS */

.container1,
.container2,
.container3,
.container4 {
	width:auto;
	margin:0;
	background-image:none;
	border:none;
}

/* HEADER/NAV */

.border_top {
	display:none;
}
.border_bottom {
	display:none;
}
.header {
	display:none;
}
.logobar {
	display:none;
}
.nav {
	display:none;
}

/* MAIN COLUMN */

.maincol {
	/* margin-right:35%; */
	width:auto;
}


/* SIDEBAR */

.sidebar {
	position:relative;
	float:right;
	width:30%;
	padding-left:2em;
	color:#000;
 	font-size:10pt ; 
 	line-height:1.2em ; 
 	overflow:hidden;
}
.sidebar .content {
	margin:0;
}
.sidebar ul {
	margin: 3px 0 3px 17px;
	padding:0;
}
.sidebar li {
	margin:0;
	padding:0;
}

/* FOOTER */

.footer {
	width:auto;
	height:auto;
	margin-top:10pt;
	clear:both;
	color:#000;
	border-top:1pt solid #000;
	font-size:9pt;
 	line-height:1.2em ; 
}
.footer img.logo {
	display:none;
}
.footer small {
	display:none;
}

/* OTHER */

.break {
	clear:both;
}