/* CSS Document */

h1{
background:black;
color:white;
margin:10px 0px;
padding:5px;
}

#bodyCont {
font-family:Arial, Helvetica, sans-serif;
}
#subImage {
font-size:1.4em;
}
.listItems {
margin:5px 0px;
border-bottom:1px solid #999999;
}
.listItems li {
display:block;
list-style:none;
border-top:1px solid #999999;
font-size:1.2em;
border-left: 15px solid black;
padding:15px;

}

.listItems li:hover {
background:#C3C3C3;
}
.th {
text-indent:5px;
background:#666666;
font-size:1.2em;
font-weight:600;
color:white;
padding:10px 5px;
}
#bodyCont table {
width:400px;
margin:20px;
}
#bodyCont td {
border-top:dotted 1px #afc1cf;
}
#bodyCont tr:hover  {
background:#afc1cf;
color:#333333;
}

.tHead {
background:#e6f0f8;
padding:5px;
font-size:1.1em;
}
.tOtherCell {
background:#e6f0f8;
}
.subText {
font-style:italic;
font-size:.9em;
margin-bottom:10px;
}
