@import "/style/yui/reset-fonts-grids.css";
@import "/style/yui/base-min.css";


/* Use this to hide text that should only be displayed in non compliant browsers. */
.doNotDisplay {
	display: none !important;
}

/* use to hide spam-catcher field in mail form */
.special {
	display: none !important;
}


html {
    background-color: #9FB7AD;
}

body {
   /* font-family: Tahoma; */
    color: #333;
    padding-top: 15px;
    padding-bottom: 18px;
}

#frame {
    background-color: #FFFFCC;
    border-color: #002200;
    border-left: solid 1px;
    border-right: solid 2px;
    font-family: Tahoma,Arial,Helvetica,Sans-Serif;
}

#bd {
  border-color: #002200;
  border-width: 0px;
}

#bd p {
  padding-right: 2em;
}

#bd h1 {
    color: brown;
}



#ft p {
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
}


#ft {
    border-color: #002200;
    border-top: solid 1px;
    border-bottom: solid 2px;

}

 p.infoMessage {color: blue; font-weight: bold}
 p.errorMessage {font-family: Tahoma,Arial,Helvetica,Sans-Serif; color: red; font-weight: bold}

/* Use this to hide text that should only be displayed in non compliant browsers. */
.doNotDisplay {
	display: none !important;
}




#hd {
    border-top: solid 1px;
    color: white;
    font-family: Comic Sans MS, Comic Sans MS5, cursive;
    border-color: #002200;
    border-bottom: solid 1px;
    padding: 1em;
    background-color: #057A60;
}


#hd h1 {
font-size : 200%;
margin-top: 0px;
margin-bottom: 1px;
}

#hd h2 {
margin-top: 1px;
margin-bottom: 0px;
font-style: italic;
color: white;
}

h1.topheading {
  margin-top: 2px;
  margin-bottom: 4px;
}
#sideMenu h1 {
    padding-left: 0.5em;
}


#ft {
  border-top-color: #9FB7AD;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}




