body {
background: #ffffff url(img/bg.gif) repeat-y top center;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
text-align: center;
}

#container {
border-left: 2px solid gray;
border-right: 2px solid gray;
background: #ffffff url(img/bg5.gif) no-repeat fixed top center;
color: #333333;
width: 800px;
margin: -5px auto -5px auto;
padding: 15px 5px 5px 5px;
height: 100%;
text-align: left;
}

#navigation {
text-align: center;
font-size: 9pt;
color: #000000;
}
#navigation a:link { color: #774408; text-decoration: none; }
#navigation a:visited { color: #333333; text-decoration: none; }
#navigation a:hover { color: #993311; text-decoration: underline; }
#navigation a:active { color: #993311; text-decoration: underline; }

#content {
font-size: 11pt;
}
#content a { text-decoration: underline; }
#content a:link { color: #774408; }
#content a:visited { color: #665544; }
#content a:hover { color: #993311; }
#content a:active { color: #993311; }

div.img {
margin: 2px;
height: auto;
width: auto;
float: left;
text-align: center;
}
div.img img {
display: inline;
margin: 3px;
border: 1px solid white;
}
div.img a:hover img { border: 1px solid black; }

div.caption {
text-align: center;
font-size: 9pt;
width: 160px;
height: 24pt;
margin: 2px;
}


p {
margin: 0;
padding: 0;
line-height: 15px;
font-size: 10pt;
text-indent: 15pt;
}
p.noindent { text-indent: 0; }

h1 {
font: small-caps 36pt times;
text-decoration: underline;
color: #000000;
}

h2 {
font: 20pt times;
}

h3 {
font: 16pt times;
}

h4 {
text-decoration: overline underline;
line-height: .5;
font: 12pt times;
}

table {
font-size: 75%;
}

ol, ul {
list-style-position: outside;
marker-offset: 5px;
font-size: 90%;
}

img {
display: inline;
margin: 4px;
border: 1px solid white;
}
a:hover img { border: 1px solid black; }

.noborder { border: 0; }
.center { text-align: center; }
.center2 { margin-right: auto; margin-left: auto; }
.left { text-align: left; }
.bold { font-weight: bold; }
.underline { text-decoration:underline; }