

body {
background: #333 url('css/back.gif');
text-align: center;
color: #333333;
padding-top: 20px;
font-size:9pt;
font-family: Arial,Helvetica,Geneva,Sans-serif;
}

a {
color: #666;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

#header {
width: 580px;
height: 210px;
background: #bcddff url('css/header.jpg') no-repeat right top;

}

#wrapper {
width: 580px;
background: #fff url("css/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

#nav {
margin: 0;
padding: 0;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px; list-style-type:none; 
}

#nav li a {
color: #FFFBF0;
display: block;
width: 140px;
height: 24px;
background-color: #333333;
border-bottom: 1px solid #FFFFFF;
padding-left: 10px;
text-decoration: none; font-variant:normal; line-height:24px; font-size:11px; font-family: Arial
}

#nav li a:hover {
background-color: #666666;
}

#current a {
background-image: url("css/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#content {
float: left;
width: 400px;
margin: 10px 0 0 10px;
}

#footer {
text-align: center;
clear: both;
width: 400px;
margin-left: 163px;
}
table {
font-size: 9pt;
text-align: justify;
}
