body {
margin: 0;
padding: 0;
font-family: arial, verdana, sans-serif;
background-color: #EBEBE9;
color: black;
height: 100%;
}

#banner {
width: 100%;
padding: 5px 0 10px 0;
border-bottom: solid 3px #000;
min-width: 750px;
background-color: #fff;
color: #000;
height: 105px;
}

#abLogo {
float: left;
margin-left: 10px;
}

#abLogo img {
border: 3px solid black;
}

#nlLogo {
float: left;
padding-left: 50px;
}

#nlLogo img {
border: 3px solid black;
}

#speechControl {
float: right;
margin: 5px 5px 0px 0px;
}



img {
border-width: 0;
}

#bannerBreak {
margin-top: 5px;
}

#pageTitle {
display: inline;
}

/* Curved corner pieces for  bordered div */
#contentContainer .t {background: url(../images/dot.gif) 0 0 repeat-x; width: 95%; min-width: 46em; margin: 0 auto; background-color: #fff}
#contentContainer .b {background: url(../images/dot.gif) 0 100% repeat-x}
#contentContainer .l {background: url(../images/dot.gif) 0 0 repeat-y}
#contentContainer .r {background: url(../images/dot.gif) 100% 0 repeat-y}
#contentContainer .bl {background: url(../images/bl.jpg) 0 100% no-repeat}
#contentContainer .br {background: url(../images/br.jpg) 100% 100% no-repeat}
#contentContainer .tl {background: url(../images/tl.jpg) 0 0 no-repeat}
#contentContainer .tr {background: url(../images/tr.jpg) 100% 0 no-repeat; padding:10px} 
/* end curved corner pieces */

#imageListContainer {
text-align: center;
}

#imageListContainer  ul {
display: inline;
list-style-type: none;
}

#imageListContainer li {
display: inline;
}

.image {
float: left;
padding: 5px;
margin: 5px;
width: auto;
height: auto;
}

.imageFloatRight {
float: right;
padding: 5px;
margin: 5px;
width: auto;
height: auto;
}

.image a:link, .image a:visited, .imageFloatRight a:link, .imageFloatRight a:visited {
display: block;
padding: 5px;
margin: 5px;
border: solid 4px red;
margin: 5px;
}

.image a:hover, .image a:focus, .image a:active, .imageFloatRight a:hover, .imageFloatRight a:focus, .imageFloatRight a:active {
padding: 5px;
margin: 5px;
border: dashed 4px blue;
margin: 5px;
}

.image a:link, .image a:visited {
text-decoration: none;
}

.imageInd {
height: auto;
width: auto;
float: left;
padding: 5px;
margin: 5px;
}

.desc {
height: auto;
width: 150px;
text-align: center;
border: solid 0px red;
}

.buttons {
font-family: 'comic sans ms';
cursor: pointer;
border: solid 1px black;
font-size: 100%;
}

input {
font-size: 100%;
font-family: 'comic sans ms';
border: solid 1px black;
}

.registrationLabel {
width: 150px;
float: left;
text-align: right;
padding: 5px
}

.registrationField {
float: left;
padding: 5px;
}

#column1 {
float: left; 
text-align: left; 
width: 50%;
}

#column2 {
float: left; 
text-align: right; 
width: 50%;
}

/* REPORT STYLINGS */

/* Report curved div section */
/* Curved corner pieces for  bordered div */
.reportSection .t {background: url(../images/dot.gif) 0 0 repeat-x; width: 95%; min-width: 46em; margin: 0 auto; background-color: #fff}
.reportSection .b {background: url(../images/dot.gif) 0 100% repeat-x}
.reportSection .l {background: url(../images/dot.gif) 0 0 repeat-y}
.reportSection .r {background: url(../images/dot.gif) 100% 0 repeat-y}
.reportSection .bl {background: url(../images/bl.jpg) 0 100% no-repeat}
.reportSection .br {background: url(../images/br.jpg) 100% 100% no-repeat}
.reportSection .tl {background: url(../images/tl.jpg) 0 0 no-repeat}
.reportSection .tr {background: url(../images/tr.jpg) 100% 0 no-repeat; padding:10px} 
.reportSection {
color: black;
}
/* end curved corner pieces */

.reportBreak {
margin-top: 5px;
}

.reportText {
min-width: 32em;
border: dashed 0px blue;
display: block;
}

.reportImage {
text-align: left
border: solid 2px black;
margin-left: 1em;
display: inline;
}

.reportLink {

}

.caption {
font-size: 140%;
}

#styleList ul {
display: inline;
list-style-type: none;
padding: 0px;
margin: 0px;
}

#styleList li {
display: inline;
}

#displayImage {
border: solid 5px black; 
padding: 3px; 
margin-top: 10px;
}

.backLinks {
font-size: 120%;
}
