body {
margin:5px;
padding:0;
font-family:Helvetica;
color:#707070;
}

#container{
width:1000px;
padding:0px;
margin:0 auto;
background:#ffffff;
}

.header{ border:0px solid;width:100%; }

.footer { 
padding:0; 
text-align:center; 
margin:20px 0 0px 0; 
font-size:.8em;
}

a:link,
a:visited,
a:hover,
a:active
{
text-decoration:none;
color:#707070;
}

a:hover
{
color:#0000ee;
}

table { border-collapse:collapse; }

h3,h4,h5,h6 {
text-align:center; margin:0;padding:0;
}

h3 { font-size:1.3em; }
h4 { font-size:1.2em; }
h5 { font-size:1.1em; }
h6 { font-size:1.0em; }

img { margin:0;padding:0; }

p{
font-size:1.2em;
letter-spacing:2px;
}

hr { margin:0 50px 0 50px; }


button:hover { cursor:pointer; }

input,textarea { border:1px solid #cacaca; }



.menuhr { 
clear:both; 
margin:0 0 20px 0; 
border:0px; 
padding:0; 
height:2px; 
background-color:#cacaca; 
}

.DDMENU {
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
/*    line-height:2em;*/
/*    font-family:calibri;*/
zfont-weight:bold;
font-size:1.0em;
margin-left:0px;
}
.DDMENU > li {
zline-height:2em;
    border-right:1px solid #666666;
margin-bottom:0px;
width:230px;
text-align:center;
}
.DDMENU li{
    float:left;
    position:relative;
}
.DDMENU ul{
    display:none;
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:absolute;
/*    width:12em;*/
}
.DDMENU ul li {
/*    border-bottom:1px solid yellow;
    border-left:1px solid #000;
    border-right:1px solid yellow;*/
}
.DDMENU li li li{
border-left:1px solid white;
}
.DDMENU ul li:first-child {
    border-top:1px solid #000;
}
.DDMENU ul a:hover{
/*    color:#FF8705;*/
}
.DDMENU a:link, .DDMENU a:active, .DDMENU a:visited{
    display:block;
    padding:0px 10px;
    text-decoration:none;
    color:#db2531;
    font-weight:bold;
}
.DDMENU a:hover{
    color:#FF8705;
    color:blue;
}
.DDMENU li ul a:link, .DDMENU li ul a:active, .DDMENU li ul a:visited{
/*    color:green;*/
}
.DDMENU li ul ul {
    left:12em;
    top:-1px;
}
.DDMENU li ul li{
    line-height:1.5em;
    width:12em;
}
.DDMENU li:hover ul ul,
.DDMENU li:hover ul ul ul,
.DDMENU li:hover ul ul ul ul
{
    display:none;
}
.DDMENU li:hover ul,
.DDMENU li li:hover ul,
.DDMENU li li li:hover ul,
.DDMENU li li li li:hover ul
{
    display:block;
}
