/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, th, td {
margin: 0;
padding: 0;
}

/* links */
a:link {color: #800000}
a:visited {color: #000000}
a:hover {color: #000000}
a:active {color: #000000}

html {
text-align: center;
}

body {
position: relative;
width: 800px;
margin: 0 auto;
text-align: left;
font-family: Arial, sans-serif;
font-size: 13px;
color: #000000;
background: #800000 url(graphics/bg.gif) top left repeat;
}

p {
margin-bottom: 10px;
line-height: 18px;
}

ul 
{
list-style-image: url('graphics/arrow.gif')
}

#branding {
position: relative;
height: 183px;
background: #FFFFFF url(graphics/banner.gif) no-repeat 0 0;
width: 100%;
}
h1 {
position: absolute;
text-indent: -9999px;
}
h2 {
font-size: 19px;
font-weight: 600;
color: #7D0309;
padding: 10px 0 5px 0;
margin: 0;
}
h3 {
font-size: 19px;
font-weight: 600;
color: #7D0309;
padding: 10px 0 10px 0;
margin: 0;
}
.emphasis {
font-size: 14px;
font-weight: 600;
}
.indent {
margin-left: 20px;
}
#branding blockquote {
position: absolute;
top: -9999px;
}
#content {
position: relative;
text-align: center;
margin: 0;
padding: 10px 0;
background-color: #FFFFFF;
}
#content2 {
width: 760px;
text-align: left;
margin: 0 auto;
}
/* navigation */
#navigation {
position: absolute;
top: 155px;
right: 25px;
padding: 4px 0;
text-align: right;
font-size: 13px;
color: #800000;
font-weight: 600;
}
#navigation ul {
list-style: none;
display: inline;
margin: 0;
padding: 0;
}
#navigation li {
display:inline;
}
#navigation li a:link, #navigation li a:visited {
color: #800000;
text-decoration: none;
padding: 0 7px;
}
#navigation li a:hover {
text-decoration: underline;
}

/* footer */
#site_info {
background-color: #800000;
color: #FFFFFF;
padding: 6px;
text-align: center;
font-size: 11px;
margin-bottom: 10px;
}

#site_info a {
color: #FFFFFF;
}

.styletable {
font-family: Arial, serif;
font-size: 13px;
margin: 10px 3px;
color: #000000;
border: 1px solid #7D0309;
border-collapse: collapse;
background-color: #FFFFFF;
}
.styletable td {
border: 1px solid #7D0309;
padding: 4px;
vertical-align: top;
}
