/* CSS Document */

body {
background-color: #b70000;
font-family: Arial, Helvetica, Sans-serif;
font-size: 80%;
color: #000;
text-align: left;
margin: 0px 0px 0px 0px;
padding:  0px 0px 0px 0px;
}

a:link {
color: #fab736;
text-decoration: none;
}

a:active {
color: #fab736;
text-decoration: none;
}

a:visited {
color: #fab736;
text-decoration: none;
}

a:hover {
color: #ED1C24;
text-decoration: none;
}

#container {
width: 683px;
margin-left: auto;
margin-right: auto;
}

#navigation {
width: 676px;
margin-left: auto;
margin-right: auto;
padding: 2px 0px 2px 8px;
}

.navigation_pad {
padding: 0px 14px 0px 14px;
}

#content {
background-color: #fff;
}

.content_top {
background-image:url(images/content_top.gif);
height: 21px;
background-repeat: no-repeat;
}

.content_area {
background-image:url(images/content_bg.gif);
background-repeat: repeat-y;
padding: 0px 28px 0px 28px;
}

.content_area td {
font-size: 90%;
vertical-align: top;
}

h1 {
font-size: 100%;
color: #ED1C24;
}

h2 {
font-size: 100%;
color: #ED1C24;
}

h3 {
font-size: 100%;
color: #ED1C24;
}

p {
font-size: 90%;
}

.copyright {
font-size:10%;
color: #fff;
}

.content_bottom {
background-image: url(images/content_bottom.gif);
height: 21px;
background-repeat: no-repeat;
}

.footer {
padding: 4px 0px 4px 0px;