@CHARSET "utf-8";

body {
    font-family: verdana;
    text-align: center;
    padding-top: 10px;
}

img {
    border: 0px none;
}

#main {
    text-align: left;
}

#header a {
    display: none;    
}

#header-command {
    display: none;
}

#first-menu ul {
   display: none;
}

#first-menu li {
   display: none;
}

#first-menu li.first {
    margin: 1px 0px 1px 0px;    
    background-image: none;
}

#first-menu li a {
    color: #ffffff;
    text-decoration: none;

    font-weight: bold;  
}

#first-menu li a:hover {
    text-decoration: underline;
}

#search {
   display: none;
}

#search input {
   display: none;
}

#search label {
   display: none;
}

#search input.submit {
   display: none;
}

#main-left {
   display: none;
}

#breadcrumb {
    margin: 5px 0px 8px 0px;
    text-align: center;
    overflow: auto;
    font-size: 0.7em;
}

#breadcrumb a,#breadcrumb a:link,#breadcrumb a:visited,#breadcrumb a:hover,#breadcrumb a:active
    {
    background-image: url("images/breadcrumb_bullet.gif");
    background-repeat: no-repeat;
    color: #2c2c2c;
    text-decoration: underline;
    padding: 0 0.6em 0 0.6em;
}

#breadcrumb a:hover,#breadcrumb a:active {
    color: #000000;
}

#breadcrumb ul,#shortcuts ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
}

#breadcrumb li,#shortcuts li {
    display: inline;
}

#second-menu {
   display: none;
}

#sidebar {
   display: none;
}

#content {
   width: auto;
}

.content h2 {
    font-size: 1.2em;
}

