* {
  font-family: 'OptimaC', 'Arial', sans-serif;
}

body, html {
    height: 100%;
    line-height: 1.5em;
    margin: auto;
    padding: 0;
    text-align: center;
}
p {
    margin: 0;
    padding: 5px 0 10px;
}


body, div, td, p {
  font-size: small;
}

a {
    color: #868F95;
    text-decoration: none;
}
a:hover {
    color: #e44b36;
    text-decoration: none;
}
a:active {
    color: #e44b36;
    text-decoration: none;
}

.fckHead {
  color: #E44B36;
  font-weight: bold;
  font-size: 1.3em;
}
.fckBold, .fckTitle {
  font-weight: bold;
  font-size: 1em;
}


#grouper {
  width: 30px;
  /*height: 100%;*/
  height: 600px;
  margin: 80px 5px 0 5px;
  background: url(img/grouper-current.png) no-repeat top left;
}

#site-title {
  color: #E44B36;
  font-size: 1.5em;
  line-height: 1.8em;
  font-weight: bold;
}

#foot {
  background: url('img/foot-center.png') repeat-x 0px 0px;
}

.info-block {
  background: #f7f4e5;
  padding: 10px;
  margin: 10px 0px;
}
.info-block a {
  color: #E44B36;
  text-decoration: none;
}
.info-block a:hover {
  color: #E44B36 !important;
  text-decoration: underline;
}
.info-li {
  display: list-item;
  list-style: square outside;
  margin-left: 15px;
  margin-right: 15px;
}

#tblogin td {
  padding: 5px;
}

.divider {
    margin-left: 85px;
    height: 7px;
    background: url('img/foot-center.png') repeat-x 0px 0px;
    margin-top: 10px;
    clear: both;
}
  
.form-submit {
  color: #ffffff;
  background: #E44B36;
  border: 0;
  font-size: 1.1em;
  padding: 3px 5px;
  cursor: pointer;
}


#foot-center {background: url('img/foot-center.png') repeat-x 0px 1px;}
.contact_item {
        float: left;
        height: 70px;
        margin-left: 32px;
        margin-top: 10px;
        text-align: left;
        width: 200px;
	font-size: x-small;
}
.contact_item p {
  	font-size: x-small;
}


.x-window-body {
   text-align: left;
}