
* {
   padding: 0px;
   margin: 0px;
}

body {
    font-size:12px;
    font-family: arial,helvetica,sans-serif;
    color: #000;
    text-align: center;
}

#main {
    margin: 0px auto;
    width: 99%;
    text-align: left;
}

#mainimage {
    display: block;
}

#topheading {
    text-align: left;
    height: 142px; 
    background: #ed1c24 url('../img/topheader_bg.gif');
    overflow: hidden;
}

#topheading div {
    margin-right: 227px;
    font-size: 28px;
    text-align: justify;
    color: #88f;
}

#menu {
    width: 220px; margin: 0px 0px 0px 7px;
    float: left; text-align: right;
    font-size: 14px; font-weight: 900;
}

#menu ul {
    list-style: none;
    margin: 0px 0px;
}

#menu li {
    width: 100%;
    padding-bottom: 5px;
      
}

#menu ul li ul {
    font-weight: normal;
}

#menu a {
    width: 100%;
    text-decoration: none;
    color: #000;
}

#menu a:hover {
    color: #ed1c24;
}

#content {
    margin: 10px 10px 10px 230px;
    padding: 5px;
    min-height: 500px;
    width: 580px;
    background-image: url('../img/face.gif'); background-repeat: no-repeat;
    background-attachment: fixed; background-position: 350px 150px;
}

p, h1, h2, h3, h4, h5 {
    margin: 7px 0px 3px 0px;
}

h1,h2,h3,h4,h5 {
    color: #ed1c24;
    text-transform: uppercase;
}

#menu h1 {
    font-size:14px;font-weight:900;font-family:arial,helvetica,sans-serif;
}

h4 {
    text-transform: uppercase;

}


br.cl {
    clear: left;

}

ol, ul {
    margin: 0px 4em;
    list-style: square url(../img/list_bullet.gif);
}

a {
    color: #343434;
}

a:hover {
    color: #ddaa00;
}

.formlabel {
    width: 150px;
}


#controls {
  width: 100%;
}

label {
  float: left; width: 133px; padding-right: 2px; text-align: right; vertical-align: bottom;
}

.checklist {
margin: 10px 10px 10px 100px;
}

input,textarea,select {
  color: #000; border: 1px solid  #ddd; margin: 1px;
  background-color: #bbb;
  margin: 2px;
}

input.editcheckbox {
  margin-left: 10px; background-color: transparent; border: none;
}

.buttons {
    text-align: center;
  color: #000;

}

.buttons input {
  background: gray; border: 2px solid #777; margin: 1px;
  color: white; padding: 0px 10px;
}

#footer {
    font-size: 10px;
    text-align: right;
    border: 1px solid gray;
    border-width: 1px 0px 0px 0px;
    padding-right: 10px;
}

.bookcover {
    float: right; margin: 5px;
    
}

.admincontrol {
  background: #ddd; font-size: 10px !important;
  border: 1px solid red; padding: 3px;
  float: right; width: 50px !important;
}

div.alert, div.alertgreen, div.alertred {
  border: #ddaa00  1px dashed;
  color: #ddd; margin-bottom: 10px;
  background: no-repeat url(../img/info.gif) #a85645;
  padding: 2px 2px 2px 30px;
}

div.alertgreen {
  background: no-repeat url(../img/info.gif) green;
}

div.alertred {
  background: no-repeat url(../img/info.gif) red;
}

div.alertblue {
  background: no-repeat url(../img/info.gif) #48f;
  color: #fff;
}

blockquote {
    margin: 2px 0px 2px 40px;
}

.pastel_blue {
    background: #edf !important;
    color: #000 !important;
}

span.bigger {
    font-size: 36px;
}
