
body
 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #339;
 margin: 0;
 border-width: 0;
 font-size: 12px;
 }
 
a
 {
 color: #339;
 }
 
a:hover
 {
 color: red;
 }
 
h2
 {
 font-size: 22px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align: center;
 background-color: white;
 }
 
h3
 {
 font-size: 18px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align: center;
 background-color: white;
 }
 
h4
 {
 font-size: 14px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align: center;
 }
 
h5
 {
 font-size: 12px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align: center;
 }
 
hr
 {
 margin-top: 8px;
 margin-bottom: 8px;
 }
 
/*----- Home Page Styles -----*/

.forms
 {
 font-weight: bold;
 text-align: center;
 margin-top: 20px;
 margin-bottom: 30px;
 }

.forms a
 {
 padding-left: 20px;
 padding-right: 20px;
 }

#homelogo
 {
 position: absolute;
 top: 35px;
 left: 230px;
 }

#homeskel
 {
 position: absolute;
 z-index: 2;
 top: 26px;
 left: 4px;
 }

#homecontainer
 {
 width: 600px;
 position: absolute;
 z-index: 0;
 top: 117px;
 left: 145px;
 }

#homecontent
 {
 background-color: white;
 width: 580px;
 padding-left: 20px;
 padding-right: 20px;
 z-index: 2;
 position: relative;
 padding-top: 12px;
 padding-bottom: 20px;
 }

#homecontent li
 {
 padding-top: 5px;
 padding-right: 5px;
 padding-left: 5px;
 padding-bottom: 5px;
 margin-bottom: 20px;
 background-color: #ffd;
 border-top: solid 1px #aa6;
 border-left: solid 1px #aa6;
 border-right: solid 1px #dda;
 border-bottom: solid 1px #dda;
 }

#homecontent li p.comment
 {
 text-align: right;
 font-style: italic;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-right: 10px;
 }

#homecontent li p
 {
 margin-top: 0px;
 text-align: justify;
 margin-right: 30px;
 margin-bottom: 0px;
 }

#homecontent hr
 {
 text-align: justify;
 margin-top: 20px;
 margin-bottom: 20px;
 }

#foot
 {
 color: white;
 }

#foot h4
 {
 font-size: 13px;
 font-family: Verdana, Arial, Geneva;
 text-align: center;
 }

#foot h5
 {
 font-size: 11px;
 font-family: Verdana, Arial, Geneva;
 text-align: center;
 position: relative;
 top: -13px;
 }

#foot p
 {
 font-size: 11px;
 font-family: Verdana, Arial, Geneva;
 text-align: center;
 position: relative;
 top: -24px;
 }

#foot span
 {
 font-size: 11px;
 font-family: Verdana, Arial, Geneva;
 padding-left: 10px;
 padding-right: 10px;
 position: relative;
 top: -4px;
 }

#foot a
 {
 color: white;
 font-size: 11px;
 }

#foot a:hover
 {
 color: yellow;
 font-size: 11px;
 }

#homenav
 {
 color: #339;
 font-size: 10px;
 font-family: Verdana;
 font-weight: bold;
 background-color: #339;
 text-align: right;
 letter-spacing: -1px;
 width: 767px;
 height: 20px;
 z-index: 3;
 }

#homenav a
 {
 color: #339;
 text-decoration: none;
 background-color: white;
 padding: 2px 6px 3px;
 border-top: 1px solid #339;
 border-right: 1px solid #339;
 border-bottom: 1px solid #339;
 border-left: 1px solid #339;
 z-index: 3;
 }

#homenav a:hover
 {
 color: white;
 text-decoration: none;
 background-color: #339;
 padding: 2px 6px 3px;
 border-style: solid;
 border-width: 1px;
 border-color: #fff #fff #fff #fff;
 }

/*----- Site Styles -----*/

#container
 {
 width: 600px;
 position: absolute;
 z-index: 0;
 top: 96px;
 left: 140px;
 }

#content
 {
 color: black;
 padding-top: 5px;
 position: relative;
 z-index: 2;
 font-size: 12px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: white;
 width: 700px;
 min-height: 450px;
 }

#content img
 {
 text-align: center;
 }
 
#content table
 {
 color: black;
 font-size: 12px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
#database
 {
 display: table;
 position: relative;
 left: 225px;
 top: 10px;
 }

/*
.datarow
 {
 line-height: 10px;
 height: auto;
 overflow: visible;
 }

.data
 {
 line-height: 12px;
 text-align: left;
 width: 375px;
 position: relative;
 left: 120px;
 top: -10px;
 height: auto;
 overflow: visible;
 }

.label
 {
 text-align: right;
 padding-right: 5px;
 width: 100px;
 position: relative;
 left: 10px;
 height: auto;
 overflow: visible;
 }
*/

.datarow
 {
 display: table-row;
 padding-bottom: 5px;
 height: auto;
 overflow: visible;
 width: 475px;
}

.data
 {
 display: table-cell;
 text-align: left;
 overflow: visible;
 }

.label
 {
 display: table-cell;
 text-align: right;
 padding-right: 5px;
 width: 100px;
 overflow: visible;
 }
 
#logo
 {
 padding-left: 25px;
 position: absolute;
 z-index: 4;
 top: 18px;
 left: 300px;
 }
 
#nav
 {
 padding-top: 12px;
 position: absolute;
 z-index: 1;
 top: 124px;
 left: 6;
 width: 126px;
 }
 
#person
 {
 text-align: center;
 position: absolute;
 z-index: 2;
 top: 75px;
 left: 30px;
 width: 200px;
 height: 450px;
 }

#person img
 {
 border: 5px #339 double;
 padding: 2px;
 }

.alert
 {
 text-align: center;
 color: red;
 font-size: 14px;
 font-weight: bold;
 font-style: italic;
 }

.footer
 {
 font-size: 9px;
 padding-bottom: 8px;
 text-align: center;
 position: relative;
 top: -26px;
 }
 
.letter
 {
 font-size: 12px;
 line-height: 17px;
 background-color: #f5f5f5;
 padding: 10px;
 border: solid 2px black;
 }
 
.justify
 {
 text-align: justify;
 }
 
.meeting td
 {
 font-size: 12px;
 }
 
.nav
 {
 color: #339;
 font-size: 10px;
 font-family: Verdana;
 font-weight: bold;
 background-image: url(../images/femur.gif);
 line-height: 10px;
 letter-spacing: -1px;
 word-spacing: +2px;
 }
 
.nav a
 {
 color: #339;
 font-size: 10px;
 text-decoration: none;
 }
 
.nav a:hover
 {
 color: black;
 font-size: 10px;
 text-decoration: none;
 }
 
.phototitle
 {
 color: black;
 font-size: 14px;
 font-weight: bold;
 text-align: center;
 margin-top: 15px;
 }

table.activate
 {
 font-size: 13px;
 border: 2px #339 solid;
 margin-top: 5px;
 margin-right: 15px;
 margin-bottom: 5px;
 margin-left: 15px; 
 }

table.activate td
 {
 padding-top: 1px;
 padding-right: 7px;
 padding-left: 7px; 
 }

table.results
 {
 border: 4px #339 solid;
 margin-top: 10px;
 margin-right: 15px;
 margin-bottom: 25px;
 margin-left: 15px; 
 }

table.results td
 {
 padding-top: 3px;
 padding-right: 7px;
 padding-bottom: 3px;
 padding-left: 7px; 
 }

table.results th
 {
 background-color: #ccccff;
 padding-top: 3px;
 padding-right: 7px;
 padding-bottom: 3px;
 padding-left: 7px;
 text-align: left;
 }

tr.rowBlue
 {
 background-color: #ccccff;
 }

tr.rowBlue:hover
 {
 background-color: #ccffcc;
 }

tr.rowWhite
 {
 background-color: white;
 }

tr.rowWhite:hover
 {
 background-color: #ccffcc;
 }

/*----- Admin Styles -----*/

#admincontent
 {
 color: black;
 position: absolute;
 z-index: 2;
 top: 96px;
 left: 140px;
 font-size: 12px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 width: 700px;
 min-height: 450px;
 background-color: #ffcccc;
 line-height: 12px;
 padding-top: 10px;
 }

#admincontent h2
 {
 font-size: 22px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align: center;
 background-color: #ffcccc;
 }

#admincontent h3
 {
 font-size: 18px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align: center;
 background-color: #ffcccc;
 }

#admincontent .label
 {
 text-align: right;
 padding-top: 6px;
 padding-right: 5px;
 width: 100px;
 position: relative;
 left: 10px;
 }

#admincontent .data
 {
 text-align: left;
 width: 400px;
 position: relative;
 left: 120px;
 top: -14px; 
 }

#services
 {
 background-color: #ffaaaa;
 font-size: 12px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 width: 411px;
 margin-top: 5px;
 margin-bottom: 5px;
 padding-top: 5px;
 padding-bottom: 10px;
 }

#services .outlabel
 {
 text-align: right;
 width: 100px;
 left: 10px;
 height: 10px;
 }

.svcslabel
 {
 text-align: right;
 width: 350px;
 top: -20px;
 left: 110px;
 }

#services .no
 {
 text-align: center;
 width: 40px;
 left: 260px;
 top: -10px;
 height: 5px;
 }

#services .yes
 {
 text-align: center;
 width: 40px;
 left: 310px;
 top: -15px;
 height: 0px;
 }


#skeleton
 {
 position: absolute;
 z-index: 3;
 top: 0;
 left: 0;
 width: auto;
 height: 96px;
 }
