
body {
    background: #000000;
    margin: 10px;
    padding: 0px;
    font-family: "times";
}

p {
    text-indent: 25px;
    text-align: justify;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#content {
    padding: 20px;
    background: white;
    font-family: "Times";
    font-size: 14px;
}

#footer td {
    padding: 1px 5px 2px 5px;
    background: #00361c;
    color: white;
    font-family: "courier, sans-serif";
    font-size: 10px;
}

#tagline {
    margin-top: 10px;
    color: grey;
    font-family: "courier, sans-serif";
    font-size: 10px;
    font-weight: normal;
    text-align: center;
}

#tagline a {
    color: grey;
}

#tagline a:hover {
    text-decoration: none;
}

#header {
    background: #000000 url(images/ar_header.jpg);
    height:93px;
}

#header div {
    width:250px;
    color: white;
    font-family: "courier, sans-serif";
    font-size: 10px;
    padding-bottom: 6px;
}

#footer a {
    color: white;
}

#nav {
    padding-top: 20px;
    padding-bottom: 40px;
    background: #500010;
    vertical-align: top;
    text-align: left;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

#nav a {
    display : block;
    width: 135px;
    height: 20px;
    padding-left: 15px;
    margin-top: 2px;
    font-weight: bold;
    color: white;
}

#nav a:hover {
    background: white;
    text-decoration: none;
    color: black;
}








