html {
height: 100%;
margin-bottom: 1px;
}
body {
margin: 5px 1px 1px 1px;
padding: 0;
color: black;
font: 90% Arial, Helvetica, sans-serif;
text-align: center;
background: url(images/background.gif);
}
#wrapper {
position: relative;
text-align: left;
margin: 0 auto;
width: 750px;
text-align: left;
}
#navbar {
width: 163px;
text-align: center;
background: transparent;
}
#content {
position: absolute;
top: 0;
left: 170px;
background-color: white;
color: black;
border: 1px solid rgb(0, 0, 204);
padding: 0 7px 7px 7px;
width: 560px;
}
img {
border: none;
}
.centered {
text-align: center;
}
.txtRight {
text-align: right;
}
li {
margin-bottom: 5px;
list-style-image: url(images/bullet.gif);
list-style-position: outside;
}
div#divsplash {
margin-left: 5px;
margin-right: 5px;
padding: 5px;
border: 6px solid;
border-color: rgb(0, 51, 204) rgb(0, 51, 204) rgb(102, 204, 255) rgb(102, 204, 255);
text-align: left;
}
div#missing {
position: relative;
margin: 0 auto;
padding: 5px;
width: 550px;
border: 6px solid;
border-color: rgb(0, 51, 204) rgb(0, 51, 204) rgb(102, 204, 255) rgb(102, 204, 255);
text-align: left;
background-color: white;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
h2 span {
font-size: .8em;
}
h3 {
font-size: 1.1em;
color:rgb(0, 51, 204);
}
h2 {
color: rgb(0, 51, 204);
font-size: 1.3em;
}
.smaller {
font-size: .85em;
}
a {
text-decoration: underline;
}
a:link {
color: blue;
}
a:visited {
color: black;
}
a:active {
color: black;
}
a:hover {
color: red;
}
.warning {
color: red;
}
.faqintro {
border-bottom: 1px solid black;
font-weight: bold;
margin-bottom: 10px;
}
.answer {
padding-left: 15px;
cursor: default;
}
.question {
cursor: default;
}
