body{
	background: #fff;
	color: #000;
	font: 90% Tahoma, Verdana,Arial, san-serif;
	margin: 20px;
	padding: 0;
}
a {
	color: #000;
}
a.hover {
	text-decoration: none;
}
h1, h2, h3{
	font-size: 1.7em;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
h1 {
	font-size: 1.9em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
}
p, table, ul, ol {
	font-size: 1em;
}
a img {
	border: none;
}

/* -----structure----- */
#topbanner,
#topmenu, 
#footer,
#left,
#right,
#top_menu,
#search_nav_container  {
display: none;
}

#container {
border: none !important;
padding-left:100px;
}

#Content {
width: auto !important;
display: block;
margin: 0 !important;
padding: 0 !important;
background: none !important;
}

#main p{
	text-align: justify;
}
#footer {
	margin-top: 20px;
border-top: 1px solid #000;
}
#footer p{
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

