body
{
  font-family: "Arial", sans-serif;
  font-size: 12px;
  background-color: #66AADD;
  margin: 10px 7%;
}

h3
{
  font-size: 14px;
  font-weight: bold;
}

a
{
  color: #008265;
  text-decoration: none;
}

img
{
  border: 0px;
}

.boxul
{
  background: url(images/box_ul.png) top left no-repeat;
}

.boxur
{
  background: url(images/box_ur.png) top right no-repeat;
}

.boxbl
{
  background: url(images/box_bl.png) bottom left no-repeat;
}

.boxbr
{
  background: url(images/box_br.png) bottom right no-repeat;
  padding: 10px 20px 20px 10px;
}

.boxcontent
{
  position: relative;
  width: 99%;
  overflow: auto;
}


#leftbar
{
  margin-right: 126px;
}

#rightbar
{
  width: 126px;
  float: right;
}

#title
{
  height: 26px;
  background: url(images/title.png) 0px 3px no-repeat;
}

#shortcuts
{
  font-size: 0px;
}

#status .content
{
  background: url(images/statustitle.png) top center no-repeat;
  padding-top: 22px;
  font-size: 11px;
}

#status .protocol
{
  margin-bottom: 5px;
}

#status .protocol img
{
  padding-top: 5px;
  float: right;
}

#shortcuts img
{
  margin: 0px 2px 0px 3px;
}

.linkbutton
{
  height: 46px;
  background: url(images/shadow2.png);
  padding-top: 10px;
  padding-left: 13px;
}

#innerbar
{
  width: 160px;
  margin: 5px 10px;
  float: right;
}

#screenshots img
{
  margin: 4px;
  margin-right: 10px;
  float: left;
}

#menu .content
{
  background: url(images/menutitle.png) top center no-repeat;
  padding-top: 22px;
}

#menu #menudiv1 ul
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#menu #menudiv2 ul
{
  list-style-type: disc;
  font-size: 11px;
  margin-left: 0px;
  padding-left: 15px;
}


#innerbar .section h3
{
  font-size: 12px;
}

#innerbar .section .award
{
  margin-top: 15px;
  text-align: center;
}


.newsitem
{
  margin-bottom: 25px;
}

.newsitem h4
{
  font-size: 13px;
}

.newsitem h4,
.newsitem p
{
  padding-left: 100px;
}

.newsitem .date
{
  position: absolute;
  left: 10px;
}
