body {
    background: url(../img/top_bg_org.gif);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 0.7em;
}

#top {
    height: 85px;
}

#wrap {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    color: white;
    font-weight: bold;
}

#header h1 {
    font-size: 3em;
    margin: 0;
    padding-top: 5px;
}

div {
    border: 0px solid gray;
}

#header {
    height: 47px;
}

#navigation {
    height: 20px;
}

#navigation ul {
    margin: 0;
    list-style: none;
    float: left;
}

#navigation li {
    display: block;
    float: left;
    white-space: nowrap;
}

#navigation li a {
    display: block;
    padding: 15px 10px 5px 10px;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

#navigation li a:hover {
    background: url(../img/bg_menu.gif);
}

#navigation li a.current {
    background: url(../img/bg_menu.gif);
}

#navigation li a.current:hover {
    color: #fff;
}

#content {
    float:left;
    width: 700px;
    font-size: 1.2em;
}

#sidebar {
    width: 200px;
    float: right;
}

#footer {
    clear: both;
    color: #aaa;
}

#nav{ 
    list-style: none;
    margin: 2.0em 0;
    width: 190px;
    float: right;
}
#nav li{
    padding: 0;
    margin: 0;
}
#nav a{
    display: block;
    height: 2.0em;
    padding: 0.3em 0.3em 0.3em 0.8em;
    border-bottom: 2px; /*solid #1a1a1a*/
    border-top: 2px; /*solid #1a1a1a*/
    color: #b3001b;
    /*color: #93B300;*/
    background-color: #F7F9FB;
    font-weight: bold;
    text-decoration: none;
}

#nav a:hover{
    color: #1a1a1a;
    background: url(../img/bg_t.gif) no-repeat;
    background-color: #fff;
    font-weight: bold;
}

.news_summary {
    color: #aaa;
}

h2 a {
    color: black;
    text-decoration: none;
}

#subnavigation {
    clear:both;
}

#subnavigation ul {
    list-style: none;
    margin-top: 7px;
    padding-top: 10px;
}

#subnavigation li {
    float: left;
    display: block;
    white-space: nowrap;
}

#subnavigation ul li a {
    padding: 15px 10px 5px 10px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}
/*
#navigation ul {
    margin: 0;
    list-style: none;
    float: right;
}

#navigation li {
    display: block;
    float: left;
    white-space: nowrap;
}

#navigation li a {
    display: block;
    padding: 15px 10px 5px 10px;
    text-decoration: none;
    color: white;
    font-weight: bold;
}*/

.right-menu-box {
    border: 1px dotted gray;
    padding: 3px;
    background-color: #fafafa;
    margin-top: 10px;
}

.right-menu-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

/**
body {
    background-color: #eee;
}

#body {
    background-color: white;
}
*/


a {
    color: #B3001B;
}

a:visited {
    color: #94ba2c;
}

a.titlelink {
    color: black;
}

body {
/*    background-color: #ccc;*/
}

#body {
    margin-top: 2px;
    padding: 5px;
    background-color: white;
}

div.admindiv {
    margin-top: 20px;
}
