#top {
  margin: 0;
  padding: 0;
  text-align: left;
  height: 30px;
  clear: both;
  overflow: hidden;
}
#top a {
	color: Maroon;
	font-weight: bold;
}
#top #login-search {
  float: right;
  padding: 8px;
}

.frontpagetitle {
  height: 120px;
  margin: 0 auto 0 auto;
  width: 500px;
}

.frontpagetitle h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 40px;
	font-weight: bold;
	text-align: left;
	color: #14A6E8;
	margin: 0 auto 0 auto;
	height: 60px;
	width: 450px;
	padding: 5px 0 0 165px;
	background: url(../images/rsoe_edis_small.png) no-repeat top left;
}

#search {
  background: url(../images/background.gif) repeat-x;
  height: 50px;
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
  clear: both;
}

#overview {
  background: url(../images/background.gif) repeat-x;
  margin: 20px auto 0 auto 0;
  padding: 8px 0 0 0;
  clear: both;
  overflow: hidden;
  text-align: left;
}
#overview .overview-wrapper {
  width: 100%;
  margin: 0 auto 0 auto;
}
#overview h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #0A86BF;
	font-size: 16px;
	margin: 0 0 10px 0;
}

#overview .col {
  width: 350px;
  float: left;
  margin-right: 2px;
  margin: 0 350px 0;
}
#overview ul {
  padding: 0 0 0 1.3em;
  margin: 0 0 20px 0;
}
#overview li {
  margin: 4px 0 8px 0;
}

#license {
  width: 630px;
  margin: 10px auto 0 auto;
  text-align: left;
}
#license img,
#license p {
  float: left;
  margin-right: 2px;
}
#license p {
  width: 600px;
  margin: 1px;
  padding: 0;
}
#license p a {
  display: block;
}
div.contentbox{
    
    background: #F7F7F7 url('../../images/dogear.jpg') no-repeat;
    background-position:100% 0%;
    border:1px dotted #ccc;
    padding:10px;
    font-family: Georgia;
    font-size: 12px;
    }
