html {
overflow-y: scroll;
}
p, h3 {
margin-top: 0;
}
h3 {
font-size: 1.1em;
}
topmargin5 {
margin-top: 5px;
}
body {
color: black;
font: 80% Arial, Helvetica, sans-serif;
background: white;
text-align: center;
}
#wrapper {
position: relative;
width: 768px;
margin: 0 auto;
text-align: left;
border: 2px solid rgb(153, 102, 204);
}
img {
border: none;
}
.clearboth {
clear: both;
}
#header {
height: 100px;
}
#navbar {
position: relative;
float: left;
width: 155px;
margin-left: 4px;
display: inline;
font-size: .9em;
}
#content {
margin-left: 185px;
padding-right: 10px;
}
#floatholder {

}
#footer {
color: white;
text-align: center;
padding: 4px 0;
background-color: rgb(146, 118, 202);
margin-top: 5px;
font-size: .8em;
font-weight: bold;
}
#footer a:link, #footer a:visited {
color: white;
text-decoration: underline;
}
#footer a:hover {
color: yellow;
text-decoration: underline;
}
.blue {
color: rgb(153, 0, 204);
}
.small {
font-size: .85em;
}
.txtright {
text-align: right;
}
.txtleft {
text-align: left;
}
.dropcap {
float: left;
margin: 0 2px -2px 0;
display: inline;
}
.right {
float: right;
margin: 0 0 10px 10px;
display: inline;
}
.left {
float: left;
margin: 0 5px 5px 0;
display: inline;
}
.center {
text-align: center;
}
.keyline {
border: 1px solid black;
}
#content ul {
list-style: url(images/bullet.gif) none outside;
}
#content ul ul {
list-style: disc outside;
margin-left: 5px;
}
#content li {
padding: 4px 0 0 3px;
}
table.w500 {
width: 500px;
}
td.w33p {
width: 33%;
}
td.top {
vertical-align: top;
}
td.center {
text-align: center;
}
