body {
	margin-left: 10px;
	margin-top: 10px;
	background-color: white;
}
	
#header-top {
	width:800px;
	height:120px;
	background-color : #F4F7DC;
	min-width: 640px;
	border-style: solid;
	border-color: #666666;
	border-top :none;
	border-left : none;
	border-right :none;
	border-bottom : thin;
}

#header-top img{
  border:0px;
	margin:0px;
	padding:0px;
}

#header-top .right {
	float: right;
	margin-right:-3px;
}
html>body #header-top .right{
	margin:0px;
}

#header-top .left {
	float: left;
	margin-left:-3px;
}
html>body #header-top .left{
	margin:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */
#nav {
	width: 180px;
	font-family: verdana, arial, helvetica, sans-serif ;
	font-size : .9em;
	background-color : #F4F7DC;
	border-style: solid;
	border-color: #666666;
	border-top :none;
	border-left : thin;
	border-bottom : thin;
	border-right : thin;
}

#nav a {
	font-family: verdana, arial, helvetica, sans-serif ;	
	font-size : .9em;
	color: #284684;
	text-decoration : none;
	font-weight: normal;
	white-space:nowrap;
}

#nav a:hover {
	font-family: verdana, arial, helvetica, sans-serif ;
	font-size : .9em;
	color: #000000;
	text-decoration : underline;
}
	
/* ---------------------------------------------------------------------------------------------------------------------------------- */
p {
	font-family: verdana, arial, helvetica, sans-serif ;
	}
H4 {
	font-size: .9em;
}
H2 {
	font-size: 1.2em;
}
/* ---------------------------------------------------------------------------------------------------------------------------------- */

#content {
	position: absolute;
	top:140px;
	left: 200px;
	font-family: verdana, arial, helvetica, sans-serif ;
	font-size : .95em;
	color: black;
}
/* ---------------------------------------------------------------------------------------------------------------------------------- */
#content_footer {
	font-size: .8em;
	text-align: center;
	padding:3px;
}	
/* ---------------------------------------------------------------------------------------------------------------------------------- */
#webbot {
	font-size: .6em;
	text-align: center;
	color: black;
}	
