body {
	margin: 0;
	padding: 0;
	background-color: #003333;
	color: white;
	background-repeat: repeat-x;
	font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
  background-color: #fdf8f2;
  color: black;
  margin: 50px 60px 40px 60px;
  padding: 10px;
}
#header-bottom {
	border-top: 1px solid #CAFEB4;
	border-bottom: 1px solid #CAFEB4;
	height: 1%;
}
#header-bottom ul {
  margin: 0;
  padding: 0;
  padding: 0 30px 0 0;
  text-align: right;
}
#header-bottom li {
  display: inline;
  background-color: #fdf8f2;
  color: #050845;
}
#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: #fdf8f2;
  color: #050845;
}
#links {
  font-weight: bold;
  background-color: #fdf8f2;
  color: #050845;
  font-style: italic;
  margin: 0;
  padding: 0 0 0 20px;
  width: 500px;
  float: left;
}

#main {
  width: 100%;
  margin-top: 10px;
  background-position: top right;
  background-repeat: repeat-y;
}
#content {
	margin: 0 240px 0 0;
	border-top: 1px solid #CAFEB4;
	border-right: 1px solid #CAFEB4;
	border-left: 1px solid #CAFEB4;
	background-color: white;
	color: black;
}
#title {
	background-repeat: no-repeat;
	background-color: red;
	color: white;
	padding: 2em 2em 1em 20px;
	height: 1%;
}
#title h2 {
  margin: 0;
  font-weight: normal;
  font-size: 200%;
}
#title p {
  font-size: 110%;
}
#title p.more {
  margin-top: 0;
  text-align: right;
}
#title p.more a:link, #title p.more a:visited {
  color: white;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}
#content .inner {
  margin: 10px 20px 10px 40px;
  }

#content .inner h2 {
	color: #2318F3;
	padding-bottom: 0.2em;
	font-size: 110%;
}
#content .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .inner h3 {
  font-size: 130%;
}
#content .inner h3 a:link, #content .inner h3 a:visited {
  color: #245185;
}
#content .inner p {
	color: #525252;
	font-size: 110%;
}

#content .inner p #indent {
	padding-left : 10px;
	float: right;
}

#content .inner p.more{
  margin-top: 0;
  text-align: right;
}

#content .inner .sub1 {
  margin-top: 0;
  float: left;
}

#content .inner .sub2 {
  margin-top: 0;
  float: right;
}

#footer .counter {
  margin: 10px 50px 10px 40px;

}


#content .abstract {
  color: #245185;
  padding-top: 1em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #CAFEB4;
  font-size: 90%
}

#content .abstract h3 a:link, #content .inner h3 a:visited {
  color: #245185;
}

#content .abstract ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content .abstract blockquote {
	background-color: #FDFAB5;
	margin-left : 150px;
	margin-right : 150px;
}
	
#content .abstract h3 {
  color: #2318F3;
  padding: 50;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #CAFEB4;
  font-size: 110%;
	}	

#rtsidebar {
	float: right;
	width: 220px;
	background-color: red	;
	color: white;
	margin: 0;
	padding: 0;
}
#rtsidebar h3 {
  font-size: 110%;
  background-image: url(img/sidebar-header-bg.jpg);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: normal;
}
#rtsidebar .inner {
  padding: 10px;
}

#rtsidebar .inner  li {
  font-size: 110%;
  line-height: 1.4em;
}

#rtsidebar ul {
  margin-left: 0;
  padding-left: 20px;
}
#rtsidebar  li {
  font-size: 110%;
  line-height: 1.4em;
}
#rtsidebar ul a:link, #sidebar ul a:visited {
  color: white;
}
#rtsidebar .date {
  font-weight: bold;
}
#searchform .text {
  width: 196px;
  border: 1px solid #45bac0;
}
#searchform .searchbutton {
  text-align: right;
  margin-top: 4px;
}
#searchform .btn {
  border: 1px solid #45bac0;
  background-color: #256290;
  color: white;
}

#footer {
  width: 80%;
  border-top: 1px solid #CAFEB4;
  border-bottom: 1px solid #CAFEB4;
  margin-top: 10px;
  clear: both;
}
#footer p {
  font-size: 90%;
  color: #256290;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
}
#empty {
  clear: both;
  height: 1px;
}
#main2 {
  margin-top: 10px;
  background-position: bottom left;
  background-repeat: repeat-y;
}
