body {
background: #98AABC url(images/bg.jpg);
background-repeat: repeat-x;
font-family: "Trebuchet MS", sans-serif;
font-size: 9pt;
text-align: center;
min-width: 810px;
overflow: auto;
}

p {
margin-top: 2px;
margin-bottom: 10px;
}

h1 {
font-size: 13pt;
font-weight: bold;
color: #005090;
margin-top: 10px;
margin-bottom: 6px;
}

h2 {
color: #000000;
font-size: 10pt;
font-weight: bold;
margin-top: 10px;
margin-bottom: 2px;
}

h3 {
font-size: 11pt;
font-weight: bold;
color: #005090;
margin-top: 10px;
margin-bottom: 6px;
}

li {
margin-top: 3pt;
}

a img {
border: none;
}

a:link {
color: #005090;
text-decoration: underline;
}

a:visited {
color: #005090;
text-decoration: underline;
}

a:hover {
color: #2B8CD9;
text-decoration: underline;
}

a:active {
color: #555555;
text-decoration: underline;
}

#wrapper {
width: 800px;
margin: 0 auto;
text-align: left;
background: #f6f6f6;
border: #98AABC 3px solid;
}

#header {
height: 150px;
}

#content {
height: 430px;
top: 150px;
padding: 10px;
}

#footer {
height: 35px;
clear: both;
}

p.sidebar {
color: #555555;
font-size: 9pt;
}