* {
padding: 0;
margin: 0;
}
html, body {
  background: #f2f2f2;
}
body {
  font-family: trebuchet ms, sans-serif;
  font-size: 0.75em;
color:#1a0783;
  
}
a {
  text-decoration: none;
}
img {
border-width:0;
}
#header {
  clear: both;
  background:#f2f2f2 url('images/logo.jpg'); background-repeat:no-repeat;
  padding: 40px 20px 5px 20px;
  margin: 0 0 4px 0;
	height: 120px;
}
#header h1 {
  font-weight: bold;
  font-size: 30px;
	text-align:right;
	color:#0f0062;
	padding-top:2em;

}
#header a {
  color: #e87400;
}
#header a:hover {
  border-bottom: 1px solid #fff;
}
#menu {
  background: #fff;
  clear: both;
  height: 100%;
  overflow: hidden;
  margin: 0 0 4px 0;
  padding: 0 0 0 6px;

}
#menu ul {
  list-style: none;

}
#menu li {
  float: left;

}
#menu a {
  display: block;
  line-height: 20px;
  padding: 0 8px;
  color:#000;
  font-weight: bold;
	margin-left: 1cm;

}
#menu a:hover {
  background: #fff;
  color: #000;

}
#container {
  clear: both;
  height: 100%;
  overflow: hidden;
  margin: 0 0 4px 0;
}
#centerwrapper{
  float: left;
  width: 100%;
  margin: 0 0 -20000px 0;
  padding: 0 0 20000px 0;
}
#center {
  margin: 0 200px -20000px 150px;
background: #ffffff;
  
  padding: 4px 10px 20000px 50px;
	color: #000;
	margin-left: 4cm;
}
#center h2 {
  font-size: 20px;
  color:#000;
  line-height: 150%;
}
#center p {
  margin: 0 0 8px 0;
  text-indent: 15px;
  text-align: justify;
	color: #0f0062;
	padding: 1em 0 0 0;
}






#left {
  float: left;
  width: 180px;
  margin: 0 0 -20000px -100%;
background:#ffffff;

  padding: 0 0 20000px 0;
font-style:italic;
font-weight:bold;
font-size:13px;
}
#left dl {
  margin: 8px;
}
#left dt {
  font-size: 12px;
  color: #000;
  text-align: center;
	font-weight: bold;
  border-bottom: 1px solid #3a148b;
}
#left a {
  display: block;
  color: #000;
  border-bottom: 1px dotted #fff;
  line-height: 150%;
}
#left a:hover {
  border-bottom: 1px solid #000;
}
#left p {
color:#1a0783;
}
#right {
  float: right;
  width: 200px;
  margin: 0 0 -20000px -250px;
background:#fff;
  padding: 0 0 20000px 0;
	color:#000;
}

#right p {
  margin: 0 8px 8px 8px;
  line-height: 120%;
  text-align: justify;
}

#footer {
  
  clear: both;
  color: #fff;
background:#6c6c6c;
  font-weight: 900;
  text-align: center;
  line-height: 20px;
  height: 100%;
  overflow: hidden;
}


a:link { color: #000}

a:visited {color: #000}
a:hover { color: #000}
a:active { color: #000}





iframe {

border:none;
}


