/* This CSS-file is alphabeticaly orderd. */
.banner{
        position: absolute;
        top: 0;
        left:0;
}
body{
        background: #E3E3CB url(bg.gif) repeat-x top left;
        text-align: center;
        font: .79em "Verdana",sans-serif;
        padding: 25px 0;
        margin: 0;
        color: #666;
        line-height: 1.6em;
        text-align: justify;
}

#boxmain{
        margin: 0px auto;
         text-align: justify;
        background: #FFF url(corner.gif) no-repeat top right;
        /*width:450px;*/
        width:630px;
        padding: 5px;
}
.black{
        background: #000;
        color: #FFF;
        padding: 1px .7em;
        margin: 1px .3em;
}
h1{
        background: #9C3;
        color: #000;
        font-size: 1.2em;
        padding: 0 .5em;
        margin: 0;
        font-weight: normal;
        width: 95%;
}
h2{
        background: #1E2B4D;
        color: #FFF;
        padding: 1px .9em;
        margin: 1px .3em;
        font-size: 1em;
        font-weight: normal;
        display: inline;
}
#navigation{
        position: absolute;
        top: 150px;
        left: 59%;
        margin-left: 240px;
        background: #FFF url(nav.gif) no-repeat top right;
        width: 130px;
        padding: 5px;
        text-align: left;
      /*  font-size:25px;
        font-family: "Palace Script MT";
        font-weight: bold;      */
}
#navigation ul{
        list-style-type: none;
        margin: 0 0 5px 0;
        padding: 0;
}
#navigation ul li{
        display: inline;
        margin: 0;
        padding: 0;
}
#navigation ul li a{
        display: block;
        color: #FFF;
        margin: 3px 0 1px 0;
        text-decoration: none;
        padding: 0 .9em ;
        font-weight: normal;
}
#navigation ul li a span{
        color: #9C3;
        font-weight: normal;
}
#navigation ul li a:hover{
        color: #B01216;
}
p{
        margin-right: 2em;
}
p a{
        color: #000;
        border-bottom: 1px dotted #000;
        text-decoration: none;
}
.subnav{
        margin: 1em;
        list-style-type: none;
        padding: 0;
        line-height: 1.3em;
}


.subnav LI {
        PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 0.8em; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; FONT-FAMILY: verdana, sans-serif;font-size:12px;font-color:red;
}
.subnav UL {
        PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; TEXT-ALIGN: right;
}
.subnav LI {
        PADDING-RIGHT: 1em; DISPLAY: inline; FONT-WEIGHT: bold; WHITE-SPACE: nowrap; LIST-STYLE-TYPE: none
}
.subnav A {
        COLOR: #000; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none;
}
.subnav A:hover {
        BORDER-RIGHT: #ffd79b 0px solid; BORDER-TOP: #ffd79b 0px solid; BORDER-LEFT: #ffd79b 0px solid; BORDER-BOTTOM: green 3px solid
}