/* Master style sheet for the WCHS website */

body            { margin: 0px;
                  padding: 0px;
                  font-family: Arial,sans-serif;
                  font-size: 12pt;
                  color: #000000;             /* Black */
                  background-color: #ADD8E6;  /* LightBlue */
                }

h1              { font-size: 8pt;             /* WCHS Credit Line */
                  color: #000000;
                  background-color: #00BBFF;
                  line-height: 200%;
                  text-align: center;
                  margin-top: 0px;
                }

h2              { margin-top: 18px;           /* Primary Title Line */
                  margin-bottom: 0px;
                  font-size: 18pt;
                  font-weight: bold;
                  text-align: center;
                }

h5              { margin: 0px;                /* Additional Primary Title Line */
                  font-size: 18pt;
                  font-weight: bold;
                  text-align: center;
                }

h3              { margin: 0px;                /* Secondary Title Lines */
                  font-size: 16pt;
                  font-weight: bold;
                  text-align: center;
                }

h4              { margin-top: 0px;            /* Section Headings */
                  margin-bottom: 18px;
                  font-size: 14pt;
                  font-weight: bold;
                  text-decoration: underline;
                }

a               { color: #000080;             /* Navy */
                  text-decoration:none;
                }

a:hover         { /* font-weight: bold; */
                  color: #FF0000;
                }

img             { margin:  0px;
                  padding: 0px;
                  border:  0px;
                }

.nav            { width: auto;
                }

.nav p          { display: inline;
                }

.nav ul         { list-style-type: none;
                  margin: 0px;
                  padding-left: 0px;
                }

.float-left     { float: left;
                  margin-right: 15px;
                }

.stop-float     { clear: both;
                }

table           { height: auto;
                  width: auto;
                  border: 0px;
                  border-collapse: collapse;
                  background-color: #ADD8E6;
                }

td              { border-style: double;
                  border-width: 7px;
                  border-color: #00BBFF;
                  width: auto;
                  vertical-align: top;
                  text-align: left;
                }

.normal td      { border: none;
                  width: auto;
                  vertical-align: top;
                  text-align: left;
                }

.msg-label      { margin-left: auto;
                  margin-right: auto;
                  width: 850px;
                  padding-left: 0px;
                }

.msg-box        { width: 800px;
                  margin-left: auto;
                  margin-right: auto;
                  margin-bottom: 40px;
                  padding: 25px;
                  background-color: #9CC2CF;
                }

.msg-names      { float: left;
                  width: 80px;
                  line-height: 130%;
                  text-align: right;
                  padding-right: 10px;
                }

.msg-form       { margin-left: 80px;
                }

.msg-select     { color: #000000;
                  background-color: #FFFFFF;
                }

#footer         { font-size: 8pt;
                  font-style: italic;
                  text-align: center;
                }
