body {
  background-image: url(/web/images/bg.png);
  background-repeat: repeat-x;
  background-color: #ffffff;
  border: 0px;
  margin: 0px;
  font-family: verdana;
  font-size: small;
}
div {
border: 0px
/*border: 1px dotted black;*/
}

div#page {
  width: 994px;
  margin-left: auto;
  margin-right: auto;
}

div#top {
  clear: both;
}

div#logo {
  clear: both;
  color: #ffffff;
}

div#byline {
 float: right;
 letter-spacing: 20px;
 margin-top: 10px;
}

div#topbar {
  margin: 10px 10px 10px 10px;
}

div#toolbar {
  float: right;
  width: 200px;
  text-align: right;
}

div#menubar {
  color: #ffffff;
  font-weight: bold;
}

div#lcol {
  float:left;
  width: 300px;
}

div#sform {
  margin: 0px 5px 10px 10px;
  color: #B66700;
  font-weight: bolder;
}

table#sform_t {
		margin: 0px 10px 0px 10px;
}

table#sform_t td {
  font-size: small;
}

table#sform_t input {
  width: 165px;
  border: 1px solid black;
  margin-left: 5px;
  margin-bottom: 4px;
  font-size: small;
}

table#sform_t input.width80 {
  width: 140px;
  border: 1px solid black;
  margin-left: 5px;
  margin-bottom: 4px;
  font-size: small;
}

table#sform_t input.button, table#sform_t input[type=submit]  {
  width: 165px;
  border: 1px solid black;
  margin-left: 5px;
  margin-bottom: 4px;
  font-size: small;
  color: #ffffff;
  background-color: #3128E3;
}

table#sform_t select {
  width: 165px;
  border: 1px solid black;
  margin-left: 5px;
  margin-bottom: 4px;
  font-size: small;
}


div#adds {
  margin: 0px 5px 10px 10px;
}

div#rcol {
float: left;
width: 694px;
}

div#rcol_ctr {
 margin: 0px 10px 10px 5px;
}

div#rcol_ctr_1 {
float: left;
width: 332px;
background-color: inherit;
}
div#rcol_ctr_2 {
float: left;
width: 332px;
background-color: inherit;
}

div#rcontent_l {
margin: 0px 5px 0px 5px;
}

div#rcontent_cam {
margin: 0px 5px 10px 5px;
}

div#rcontent_r {
margin: 0px 5px 0px 5px;
}

/* Document classes*/

div.separator {
  clear: both;
  background-color: transparent;
  margin: 3px 20px 0px 20px;
}

div.add {
  background-color: #FFFFFF;
  color: #ff0000;
  margin: 0px 10px 10px 10px;
  /*padding: 20px;
  border: 1px dotted #ff0000;*/
  text-align:center;
  font-weight: bold;
  
}

div.item {
clear: both;
}

img.small {
		float: left;
  width: 150px;
  margin: 5px 5px 5px 10px;
  height: auto;
  /*border: 1px solid black;
  padding: 2px;
  background-color: #ffffff;*/
}

/* Document styles */

h1 {
font-size: large;
font-weight: bold;
margin: 10px 0px 10px 0px;
color: inherit;
}

h2 {
font-size: medium;
font-weight: bold;
margin: 0px 10px 0px 10px;
color: inherit;
}

p {
font-size: x-small;
font-weight: normal;
margin: 0px 10px 10px 10px;
color: inherit;
}

a.menubar_link {
color: #ffffff;
text-decoration: none;
}


