html, body, p, ul, menu, ol, li, table, tr, td, h1, h2, h3, h4, h5, blockquote, cite, adress, pre, hr {
 margin: 0;
 padding: 0;
}

body {
background: #e8e8e8;
font-family: Tahoma, Arial, Verdana;
font-size: 1 em;
color: #000;
}

#header {
background: url(/images/header.png);
width: 281px;
height: 122px;
}

h1 {
height : 122px;
margin: 20px 0 0 100px;
position: relative;
}

h1 a {
text-decoration : none;
}

h1 span {
display : block;
width : 300px;
height : 115px;
position : absolute;
top : 0;
left : 0;
background : url("/images/header.png") no-repeat;
}

p {
margin-top: 7px;
}

#navlist {
background: url("/images/bg.jpg") repeat-x;
height: 60px;
margin: 0;
padding: 0;
position: relative;
border-top: 20px solid #b20404;
}

#content {
width: 900px;
margin: 0 auto;
}

#left {
width: 689px;
float: left;
display: inline;
padding: 5px;
margin-bottom: 20px;
}

#left p {
margin-bottom: 12px;
}

#right {
width: 168px;
float: right;
padding: 5px;
color: #3B3B3B;
margin-bottom: 10px;
}

#right p {
padding: 4px;
margin-top: 5px;
}

blockquote {
border-left: 4px solid #b20404;
padding: 5px;
}

#menu {
position: absolute;
margin: 0;
top: -39px;
right: 190px;
}

#menu ul {
list-style: none;
padding: 0;
margin: 0;
}

ul {
margin-left: 20px;
}

#menu li {
display: block;
float: left;
padding-left: 10px;
font-family: Tahoma, Arial, Verdana;
}

#menu li a{
padding: 5px;
text-decoration: none;
color: #FFF;
background: #c84d4d;
font-weight: bold;
}

#menu li a:hover{
background-color: #b20404;
color: #FFF;
padding: 5px;
}

h2 {
color: #b20404;
font-size: 18px;
padding: 5px;
padding-left: 0;
}

h3 {
color: #b20404;
padding: 5px;
}

img {
border: 5px solid #D5D5D5;
margin: 2px;
margin-top: 5px;
}

a img {
border: 5px solid #e8e8e8;
}

a:hover img {
border: 5px solid #B1B1B1;
}

a {
color: #b20404;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

table.pchoices {
margin: 0 0 0 150px;
background-color:#FFFFFF;
border: solid #000 3px;
border-collapse:collapse;
}
th.pchoices {
background: #F0F0F0;
text-align: center;
line-height : 1.2em;
font-weight: bold;
padding: 7px;
border: solid #000 1px;
}
td.pchoices {
text-align: center;
line-height : 1.2em;
padding: 15px;
border: solid #000 1px;
}

#footer {
clear : both;
padding : 5px;
margin : 0;
background : #b20404;
color : #f7f7f7;
text-align: center;
}
#footer a {
text-decoration : none;
color : #000;
background : inherit;
}
#footer a:hover {
text-decoration : underline;
color : #000;
background : inherit;
}
