body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: verdana,arial,sans-serif;
  font-size: 13px;
}

img {
  border: 0;
}

a {
  color: #ef30ef;
  text-decoration: underline;
}

#header {
  background-color: #ff40ff;
  height: 85px;
  border-bottom: solid #df20df 8px;
}

#top {
  background-repeat: no-repeat;
  background-position: 20px center;
  position: absolute;
  left: 50%;
  margin-left: -380px;
  padding-top: 17px; 
  width: 760px;
  height: 90px;
}

#main {
  direction: rtl;
  position: absolute;
  top: 120px;
  left: 50%;
  width: 760px;
  margin-left: -380px;
  line-height: 1.3em;
}

#main h2 {
  font-family: Georgia;
  font-size: 14pt;
  color: #ff40ff;
}

#main h2 a, #main h2 a:visited {
  color: #ef30ef;
}

#main a.date {
  color: #ff40ff;
  text-decoration: none;
}

#main a.date:hover {
  color: #cf10cf;
}

#main a:visited {
  color: #ef90ef;
}

#main a.link {
  color: #6060c0;
}

#main a.link:visited {
  color: #9090f0;
}

#sidebar {
  float: left;
  width: 180px;
  padding: 0 5px;
}

#sidebar p {
  text-align: right;
}

#sidebar p.links {
  border-top: solid #FFCCFF 1px;
  padding: 10px 0;
  line-height: 20px;
}

#sidebar ul {
  padding-right: 16px;
  color: #ff40ff;
  list-style-type: square;
  margin: 0;
}

#sidebar ul li {
  padding: 3px 0;
}

#sidebar a {
  color: #ef30ef;
}

#sidebar p.links a, #sidebar p.links span.link {
  color: #ef30ef;
}

#sidebar div.title {
	background-image: url(gradient.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #ffffff;
	padding: 0 4px;
	font-weight: bold;
	height: 17px;
}

#content {
  float: right;
  width: 540px;
  padding: 0 5px;
}

#content.full {
  width: 760px;
}

#content p {
  text-align: justify;
}

#content p.ltr {
  text-align: left;
  direction: ltr;
  }

#content div.medal {
  background-image: url(medal.gif);
  background-repeat: no-repeat;
  background-position: 7px 6px;
  border: solid 1px silver;
  padding: 0 10px;
  background-color: #fffcff;
  }

#content div.note {
  background-image: url(pin.gif);
  background-repeat: no-repeat;
  background-position: 0 -8px;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-bottom: solid 1px #888888;
  border-right: solid 1px #888888;
  padding: 0 10px;
  background-color: #fefffc
  }

#content span.details {
  font-size: smaller;
  color: #999999;
  }

#content a.source, #main content.source {
  font-weight: bold;
  color: #999999;
  font-size: 11px;
  }

#content span.date_time {
  direction: ltr;
  }

#footer {
  border-top: solid silver 1px;
}

span.link {
  cursor: pointer;
  color: #0000E0;
  text-decoration: underline;
}

#messages {
  border: solid black 1px;
  background-color: #ffffdd;
  padding: 10px;
}

#messages table td {
  padding: 4px 0;
}

#news {
  background-color: #ffffff;
  color: #000088;
  text-decoration: none;
  display: none;
  font-size: 10px;
  font-weight: normal;
}