/* CSS Document */
html {
font-size: 100%;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 62.5%;
color: #333333;


}
p {
line-height: 1.3em;
font-size: 1.2em;
width: 570px;
padding-left: 20px;
}
strong {
color: #990000;
}

#wrapper {
margin: 0 auto;
width: 850px;
height: 100%;
margin-top: 123px;

}
#header {
position: absolute;
top: 10px;
height: 100px;
width: 850px;
background: url(images/header.jpg) no-repeat left top;
}
#content {
padding-top: 20px;
padding-left: 0px;
padding-right: 0;
padding-bottom: 20px;
background: url(images/content_background.gif) top left repeat-y;
width: 850px;
height: 420px;
overflow: auto;
scrollbar-face-color : black; scrollbar-highlight-color : #cccccc; scrollbar-3dlight-color : #666666; scrollbar-shadow-color : #cccccc; scrollbar-darkshadow-color : #666666; scrollbar-track-color : #f7f7f7; scrollbar-arrow-color : white;
}
#contact {
position: absolute;
top: 150px;
margin-left: 650px;
}

#footer {
margin: 0 auto;
width: 830px;
height: 25px;
text-align: right;
font-size: 10px;
color: #fff;
padding-top: 5px;
background: #000000;
padding-left: 10px;
padding-right: 10px;
}
#footer a {
text-decoration: none;
color: #fff;
}
#footer a:hover {
text-decoration: underline;
}
#footer_left {
float: left;
}
#print_footer {
display: none;
}
#logo {
display: none;
}
h1 {
color: #990000;
font-size: 1.5em;
padding-top: 0px;
padding-left: 20px;
}

.pagelink {
color: #990000;
text-decoration: none;
font-weight: bold;
}
A.pagelink:hover {
text-decoration: underline;
}

blockquote {
line-height: 1.5em;
font-size: 1.2em;
width: 500px;
font-weight: bold;
color: #666666;
font-style: italic;
}

.links {
padding-left: 20px;
}
.links table {
border-collapse: collapse;
width: 550px;
font-size: 1.2em;
}
.links table td {
padding: 5px;
border: 1px solid #f7f7f7;
width: 50%;
}

.links a {
color: #FF3300;
text-decoration: underline;
}
.links a:hover {

text-decoration: none;
}
.links table thead {
background: #f7f7f7;
}
.links table th {
padding: 5px;
border: 1px solid #f7f7f7;
text-align: left;
}
.bold {
font-weight: bold;
color: #990000;
}