html, body {margin: 0; padding: 0; border: 0;}

#navleft {
position: absolute;
width: 127px;
top: 95px;
left: 15px;
}

#navleft > h5 {margin-top: 0;
margin-bottom: 2px
}

#navcenter {
position: absolute;
width: 275px;
top: 95px;
left: 165px;
}

#indexnews {
position: absolute;
top: 135px;
left: 455px;
width: 290px;
}


IMG.centered {
display: block;
margin: 10px 0px 0px 45px;
}

h2 {
text-decoration: none;
color: #9b1f55;
font-size: large;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
margin-top: 0;
margin-bottom: 0;
}

h3 {
text-decoration: none;
color: #000000;
font-size: medium;
margin: 15px 0px 5px 0px;
font-family: arial, helvetica, sans-serif;
}

h4 {text-decoration:none;
color: #000000;
font-size: medium;
font-family: arial, helvetica, sans-serif;
margin: 0 0 1em;
}

h5 { text-decoration: none;
color: rgb(10,55,120);
font-size: small;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
margin: 0;
}

.navy { 
color: #ffffff;
font-size: 9pt;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
}

a.navy:link {color: #ffffff; text-decoration: none;}
a.navy:visited {color: #ffffff; text-decoration: none;}
a.navy:hover {text-decoration: underline; color: rgb(10,55,120);}
a.navy:active {text-decoration: underline; color: rgb(10,55,120);}

a img {border: none; }

a.one:link {color: #fff}
a.one:visited {color: #fff}
a.one:hover {color: #fff}

.testfile { 
position: absolute;
left: 75px;
top: 71px;
}

p {font-size: medium;
color: #000000;
font-weight: normal;
font-family: arial, helvetica, sans-serif;
margin-top: 0;
margin-bottom: 1.0em;
}

p.bold {font-weight: bold}

em.b {font-weight: bold;
font-style: normal;}

a {color: #9b1f55;
font-family: arial, helvetica, sans-serif;
text-decoration: none;}

a:visited {color: #9b1f55;text-decoration: none}
a:hover {color: rgb(10,55,120); text-decoration: none;}
a:active {color: rgb(10,55,120);text-decoration: underline}


/*This code is here to help Internet Explorer and Opera handle the semantic (small, medium, large) etc. text size values. It was found here: http://www.alistapart.com/articles/sizematters/ */

body, body div, body p, body th, 
body td, body li, body dd, p  {
    /* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small
    /* intended value for better browsers */
    }

html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd    {
    font-size:    small
    /* be nice to Opera */
    }