body {
font-size: 12px;
font-family: verdana, arial, sans-serif;
color: #000000;
background-image: url(clouds.png);
background-repeat: repeat-x repeat-y;
margin: 10px; }

a:link { color: #0000FF;
text-decoration: underline; }

a:visited { color: #9B11BD;
text-decoration: underline; }

H1 { font-size: 20px;
font-weight: bold; 
text-align: center; }

H2 { font-size: 16px;
font-weight: bold; 
text-align: center; }

H3 { font-weight: bold; 
text-align: center; }

/* Indented paragraphs */
.paragraph { text-indent: 20px; }

.disclaimer { font-size: 10px; }

.contentwarning { font-weight: bold; }

/* Links at the bottom of pages */
.footer { text-align: center;
font-size: 14px;
font-weight: bold; }

/* BPD Website quotes */
.quoted { color: 16AD57;
background-color: #CFDEFD; }

.navbar { font-weight: bold; }

.navbar a:link { color: #0000FF;
text-decoration: underline; }

.navbar a:visited { color: #9B11BD;
text-decoration: underline; }

OL { list-style-type: decimal; }

/* Left Menu */
#leftmenu {
width: 128px;
height: 400px;
position: absolute;
margin: 0px;
top: 160px;
left: 10px;
font-size: 14px;
font-weight: bold; }

/* Top Image */
#header { background-image: url(header.gif); 
width: 800px;
height: 150px;
position: absolute;
top: 0px;
left: 128px; }

/* Main Body of Page */
#content { position: absolute;
margin: 0px;
top: 155px;
left: 165px;
width: 80%; }