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

body {
    font: verdana, helvetica, sans-serif;
    background: #ffcccc;
    color: #fff;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 20px;
}

ul {
    padding-left: 10px;
    margin-left: 10px;
}

li {
    padding-left: 10px;
    margin-left: 20px;
}

h1,h2,p {
    margin: 0px;
    padding: 10px;
}


#header {
    background: url("/Tracy/Pictures/books.png");
    border-bottom: 3px solid #000;
    height: 200px;

}

#header a {
    text-decoration: none;
    color: #000;
}

#header a:visited {
    text-decoration: none;
    color: #000;
}

#header a:hover {
    text-decoration: underline;
}

#content {
}

#pane a {
    text-decoration: none;
    color: #ea0f0f;
}

#pane a:visited {
    text-decoration: none;
    color: #ea0f0f;
}

#pane a:hover {
    text-decoration: underline;
}

#sub-section {
    background: url("/Tracy/Pictures/treebg.png");
}

#sub-section ul {
    padding: 0px;
    margin: 0px;
    font: bold 12px Verdana;
    list-style-type: none;
    text-align: left;
}

#pane {
    background: #fff;
    color: #2d2b2b;
    padding-left: 10px;
}

#footer a {
    margin-left: 10px;
    text-decoration: none;
    color: #2d2b2b;
    background: white url(/Tracy/Pictures/greytabinact.jpg) top left repeat-x;
}

.shadetabs {
    border-bottom: 1px solid gray;
    width: 100%;
}

.shadetabs ul {
    padding: 3px 0;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    font: bold 12px Verdana;
    list-style-type: none;
    text-align: left;
}

.shadetabs li{
    display: inline;
    margin: 0;
}

.shadetabs li a{
    text-decoration: none;
    padding: 3px 0px;
    margin-right: 3px;
    border: 1px solid #778;
    color: #2d2b2b;
    background: white url(/Tracy/Pictures/greytabinact.jpg) top left repeat-x;
}

.shadetabs li a:visited {
    color: #2d2b2b;
}

.shadetabs li a:hover{
    text-decoration: underline;
    color: #2d2b2b;
}

.shadetabs li.selected{
    position: relative;
}

.shadetabs li.selected a{
    background-image: url(/Tracy/Pictures/greytabact.jpg);
    border-bottom-color: white;
}

.shadetabs li.selected a:hover{ 
    text-decoration: none;
}

dt { 
    float: left; width: 250px 
}

dd { 
    margin-left: 275px 
}

fieldset {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 1.5em 0;
    padding: 0;
    padding-bottom: 10px;
    border: 1px solid #bfbab0;
    background-color: #f2efe9;
}

legend {
    margin-left: 1em;
    color: #000000;
    font-weight: bold;
}

fieldset ol {
    padding: 1em 1em 0 1em;
    list-style: none;
}

fieldset li {
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 1em;
}

fieldset.submit {
    float: none;
    width: auto;
    border-style: none;
    padding-left: 13em;
    margin-bottom: 0px;
    background-color: transparent;
}

label {
    float: left;
    width: 10em;
    margin-right: 1em;
    text-align: right;
}

img {
    border-style: none;
}
