/* Start of CMSMS style sheet 'main' */
body {
  font-family: 'Trebuchet MS',Tahoma,Arial,Helvetica,sans-serif;
  font-size: 13px;
  color : #eee;
  font-weight : normal;
  margin : 0;
  padding : 0;
  text-align: left;
}

td, td p {
 text-align: left;
}

.blue {
  color : #ABE4ED;
}

h2 {
  margin : 0;
  color : white;
  height : 27px;
  overflow : hidden;
}

h3 {
  margin : 15px 0 0 0;
  color : white;
  text-transform : uppercase;
}

a, a:visited, a:active, a:link {
  color : white;
  text-decoration : underline;
  font-weight: bold;
}

a:active, a:focus, object:focus {
  -moz-outline: none;
  outline: none;
  ie-dummy: expression(this.hideFocus=true);
  border: 0;
}

#menu a {
  font-weight: normal;
}

img {
  border : 0;
}

.roundbox {
  position : relative;
  display: block;
  background-image : url('images/box-bg.gif');
  background-repeat : repeat-y;
  width : 520px;
}

.roundbox:before {
  display : block;
  line-height : 0;
  background-image : url('images/box-top.gif');
  content : url('images/box-top.gif');
  padding : 0;
  margin-top : -5px;
}

.roundbox:after {
  display : block;
  line-height : 0;
  content : url('images/box-bottom.gif');
  padding : 0;
}

li.roundbox:after {
  margin-top : 130px;
}


.opinionbox {
  position : absolute;
  background-image : url('images/box2-bg.gif');
  background-repeat : repeat-y;
  width : 258px;
  top : -10px;
}

.opinionbox:before {
  display : block;
  line-height : 0;
  content : url('images/box2-top.gif');
  padding : 0;
}

.opinionbox:after {
  display : block;
  line-height : 0;
  content : url('images/box2-bottom.gif');
  padding : 0;
}

.upper {
  text-transform : uppercase;
}

.right_panel {
  position : absolute;
  width : 258px;
  left : 536px;
  top : 0;
}


/* End of 'main' */

