h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 150%;
   font-weight: bold;
   color:     #009;
   background-color: transparent;
   text-align: right;
   border-color: #000;
   border-style: solid;
   border-width: 0 0 1px 0;
   padding:   0 0 2px 0;
   margin:    0 0 4px 0;
}

h2 {
   font-family: "Times New Roman", Times, serif;
   font-size: 130%;
   font-weight: bold;
   text-align: left;
   color:     #009;
   background-color: transparent;
   margin:    1em 0;
   padding:   0;
   border:    0;
}

h3 {
   color:            #009;
   background-color: transparent;
   border-color:     #009;
   border-style:     solid;
   border-width:     0 0 1px 0;
   font-size:        100%;
}

body {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   text-align:  left;
   color:       #222;
   background-color: #fff;
   margin:      10px;
   padding:     0;
   border:      0;
   background-attachment: fixed;
   background-image: url(../images/bosslogoback.jpg);
   background-repeat: no-repeat;
   background-position: center center;
}

a:link {
   color:            #000;
   background-color: transparent;
}

a:visited {
   color:            #000;
   background-color: transparent;
}

a:active {
   color:            #000;
   background-color: transparent;
}

a:hover {
   color:            #f00;
   background-color: transparent;
}

div.barMenu {
   text-align: right;
   font-size: 60%
}

#logoHeader {
   position: absolute;
   top: 12px;
   left: 10px;
   margin: 0;
   border: 0;
   padding: 0;
}

#copyrightText {
   color:            #666;
   background-color: transparent;
   margin:           4px 0 0 0;
   border-width:     1px 0 0 0;
   border-style:     solid;
   border-color:     #000;
   padding:          0;
}

#copyrightText p {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 60%;
   font-weight: normal;
   margin:    .5em 0 0 0;
}

.errorMessage {
   font-weight: bold;
   color: #f00;
   background-color: transparent;
   padding: 0 5px;
}

.centerText {
   text-align: center;
}

.rightText {
   text-align: right;
}

.inactive {
   color:            #666;
   background-color: transparent;
}

.requiredText {
   font-weight: bold;
   color: #009;
   background-color: transparent;
}

.noteText {
   font-size:   70%;
   font-weight: normal;
}

img {
   border: 0;
}

form p {
   clear: both;
}

form p label {
   display: inline;
   float: left;
   width: 170px;
   text-align: right;
}

form p input, form p textarea, form p select {
   margin: 0;
}

.formButtonMargin {
   margin-left: 170px;
}

.extraLinks {
   font-size: 85%;
}

textarea {
   font-family: Arial, Helvetica, san-serif;
}

table {
   border-collapse: collapse;
}

td {
   border:  1px solid #333366;
   padding: .25em;
   font-size: 80%;
}

td.right {
   border:     1px solid #333366;
   text-align: right;
   padding:    .25em;
   font-size:  80%;
}

td.center {
   border:     1px solid #333366;
   text-align: center;
   padding:    .25em;
   font-size:  80%;
}

th {
   border:  2px solid #333366;
   padding: .25em;
   font-size: 80%;
}

td.borderOff {
   border:  0px;
   padding: .25em;
   font-size: 80%;
}

tr.borderOff {
   border: 0px;
}

th.borderOff {
   border: 0px;
}

.tarHead {
   display: inline;
   float: left;
   width: 170px;
   text-align: right;
   font-weight: bold;
   margin-right: .25em;
   color: #009;
   background-color: transparent;
}

#statusBlock {
   background-color: transparent;
   border-color: #009;
   border-style: solid;
   border-width: 0 0 1px 0;
}

#tightParagraphs p {
   margin: 3px;
}

.tarparagraph {
   margin-left: 177px;
   text-align: left;
}

.status table{
   border:  0;
   padding: .25em;
   font-size: 100%;
}
.status tr{
   border:  0;
   padding: .25em;
   font-size: 100%;
}
.status td{
   border:  0;
   padding: .25em;
   font-size: 100%;
   vertical-align: top;
}



