body
{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background : #235cba url('/images/bg.jpg') repeat-x;
}

div
{
  margin: 0px;
  padding: 0px
}

img
{
  display:block
}

p
{
  font-family: arial;
  font-size: 12px;
  text-align: justify;
  margin: 0px 10px;
}

#content
{
  position: relative;
  left: 50%;
  top: 0px;
  width: 800px;
  margin-left: -400px;
}

#content_top_nav
{
  position: absolute;
  top: 5px;
  right: 5px
}

#content_top_nav a
{
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #235cba;
  text-decoration : none
}

#content_top_nav a:hover
{
  text-decoration : underline
}

#content_bottom div p
{
  font-family: arial;
  font-size: 10px;
  color: #ffffff;
  text-align: center
}

#content_bottom div p a
{
  font-family: arial;
  font-size: 10px;
  color: #ffffff;
  text-align: left;
  text-decoration: none
}

#content_bottom div p a:hover
{
  text-decoration: underline;
}

#content_body
{
  width: 798px;
  margin: 0px;
}

#content_body a
{
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #960028;
  text-decoration: none;
}

#content_body a:hover
{
  text-decoration: underline
}

.ptitle
{
  font-size: 24px;
  text-align: center;
  color: #235cba;
  margin: 0 0 12px 0
}

.sect
{
  background-color: #347bef;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 12px 0;
  text-indent: 5px;
}

.subh
{
  font-weight: bold
}

.comment
{
  font-weight: bold;
  color: #000000;
  background-color: #ffcc99;
  width: 325px;
  margin: 12px auto
}

.rbcontent div.links{margin-left: 10px; margin-bottom: 12px}
.rbcontent div.cont{display: inline-block}
.rbcontent div.fl {float:left}
.rbcontent img {display: inline}
.rbcontent p{margin-bottom: 12px}
.rbcontent ul {list-style-type : square; font-family: arial; font-size: 12px; text-align: justify}

/* Rounded boxes */

.rt, .rb {display: block; background-color: transparent}
.rt b, .rb b {display: block; height: 1px; overflow: hidden; background-color: #ffffff}
.rbcontent {background-color: #ffffff; padding: 10px}
.l1{margin : 0 5px}
.l2{margin : 0 3px}
.l3{margin : 0 2px}
.l4{margin : 0 1px; height: 2px}
