* {
  margin:0;
  padding:0;
}

body {
  color: black;
  font-size: 12px;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  line-height: 14px;
  background-color:#b9cda7;
  text-decoration:none;
}

.bg1 {
  background:url(../images/bg1.gif) top left no-repeat;
  min-height:554px;
}

* html .bg1 { /*IE6 only*/
  height:554px;
}

.bg2 {
  background:url(../images/bg2.gif) repeat-y;
  padding-bottom:220px;
}

.bg3 {
  background:url(../images/bg3.gif) bottom left no-repeat;
  height:59px;
}

.bg3 ul {
  font-size:90%;
  margin-left:220px;
  padding-top:10px;
  list-style-type:none;
}

.bg3 ul li {
  display:block;
  width:8em;
  float:left;
}

#logo {
  position:relative;
  top:10px;
  left:17px;
  width:97px;
  height:97px;
}

#header {
  position:relative;
  top:-50px;
  left:139px;
  width:550px;
  height:60px;
  color: #e0922f;
  font-size:46px;
  font-family:Comic Sans MS;
  font-weight: bold;
  padding:10px;
}

#mainmenu {
  position:relative;
  float:left;
  left:16px;
  width:155px;
}

#mainmenu ul {
  list-style-type:none;
  padding:0;
  margin:0;
}

#mainmenu ul li {
  margin-bottom:.5em;
}

#mainmenu ul a {
  display:block;
  color: #f7931d;
  font-family:Comic Sans MS;
  font-weight:bold;
  font-size:1.03em;
  text-decoration:none;
  background:#fff;
  padding:0.5em 0em 0.5em 1em;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter:alpha(opacity=65);
}

#mainmenu ul a:hover {
  color: #f7931d;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.clearer {
  clear:right;
}

#content_center {
  position:relative;
  float:left;
  left:50px;
  width:350px;
}

.side_list {
  position:relative;
  float:left;
  left:80px;
  width:222px;
  color: #fff;
  font-size: 12px;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  line-height: 14px;
}

#content-right h1 {
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 18px;
  margin: 0 0 0.2em;
}

p {
  margin-bottom:12px;
}

table {
  border-collapse:collapse;
}

th {
  text-align:left;
  background:#728972;
  color:#fff;
}

#content_center.tr-odd {
  background:#fff;
}

td {
  vertical-align:top;
}

a:link {
  color: #f7931d;
  font-family: arial;
  text-decoration: underline;
}

a:visited {
  color: #f7931d;
  font-family: arial;
}

a:hover {
  color: #a1bdea;
}

a:active {
  color: red;
}

h1 {
  color:#728972;
  font-size: 18px;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-weight: bold;
  font-style: oblique;
  text-decoration: none;
  margin-top: 0;
  margin-bottom:0.8em;
  padding-top: 0;
  padding-bottom: 0;
}

h2 {
  color: #728972;
  font-size: 18px;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-weight: bold;
  margin: 0 0 0.08em;
}

h3 {
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 18px;
  margin: 0 0 0.2em;
}

.facts {
  color: #fff;
  font-size: 12px;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  line-height: 16px;
}

label {
  float:left;
  width:3em;
  margin-right:4em;
  vertical-align:top;
}

.csc-mailform-field {
  padding:.2em;
}

ol {
  margin-left:1.5em;
}