body {
font-family: arial, helvetica, sans-serif;
background-color: #fff;
margin: 0;
padding: 0;
width: 950px;
font-size: 100%;
height: 100%;
}

#container {
width: 950px;
position: absolute;
left: 50%;
margin-left: -475px;
background: url('images/background.jpg') repeat-y top left;
height: auto;
min-height: 100%;
}

#header {
position: relative;
float: right;
margin-right: 95px;
width: 760px;
height: 130px;
background: #fff url('images/line.jpg') no-repeat bottom right;
}

#header img.logo {
float: right;
width: 80px;
height: 85px;
margin-right: 25px;
margin-top: 20px;
}

#header img.asx {
float: left;
width: 53px;
margin-left: 20px;
margin-top: 50px;
}

#header p {
font-size: 11px;
color: #999;
float: right;
margin-top: 107px;
padding-bottom: 8px;
margin-right: -87px;
}

#content {
float: right;
width: 470px;
position: relative;
margin-right: 115px;
margin-top: 60px;
padding-bottom: 20px;
}

#content h3 {
color: #666;
font-size: 16px;
padding-left: 5px;
}

#content h4 {
font-weight: bold;
margin: 0;
padding-left: 15px;
}

#content p {
width: 450px;
padding-left: 15px;
text-align: justify;
}

#content span.italic {
font-style: italic;
}

#content span.bold, #content p a {
font-weight: bold;
}

#content span.space, #content p.space {
margin-left: 20px;
}

#content table {
border-collapse: collapse;
width: 100%;
margin-left: 10px;
}

#content table, th, td {
border: 1px solid #999;
}

#content table.asx, #content table.asx th, #content table.asx td {
border-style: none;
padding: 6px;
}

#content table td {
padding: 10px;
}

#content ul {
margin-top: -5px;
list-style-type: none;
line-height: 20px;
margin-left: 20px;
padding-left: 10px;
}

#content ul li img {
padding-right: 15px;
}

#content ul.links {
line-height: 28px;
margin-left: 30px;
}

#content ul li a, #content table a{
text-decoration: none;
font-weight: bold;
}

#content ul.director {
margin-top: -10px;
}

#content ol li {
line-height: 20px;
}

#content h4, #content p, #content h4 a, #content p a, #content ul li a, #content ul, #content ol, #content table, #content table a {
color: #999;
font-size: 13px;
}

#content h4 a:hover, #content p a:hover, #content ul li a:hover, #menu ul li a:hover, #menu ul li a.selected:hover, #content table a:hover  {
text-decoration: none;
color: #ccc;
}

#menu {
float: left;
width: 250px;
margin-left: 80px;
padding-top: 35px;
}

#menu ul {
list-style-type: none;
line-height: 38px;
}

#menu ul li a{
color: #999;
text-decoration: none;
font-weight: bold;
font-size: 16px;
padding-left: 15px;
}

#menu ul li a.selected {
color: #666;
}

#menu ul li ul {
line-height: 26px;
margin-left: 10px;
padding-left: 0;
}

#menu ul li ul li a{
font-size: 13px;
font-weight: normal;
padding-left: 10px;
}

#footer {
position: absolute;
bottom: 0;
text-align: right;
width: 950px;
}

#footer p {
margin-right: 120px;
font-size: 10px;
color: #999;
}

#footer p a {
color: #999;
}

#footer p a:hover {
color: blue;
}
