a:link { color: #006600; }
a:visited { color: #790D0D; }
#a:visited { color: #990000; }

html,.body {
  font: 12px verdana;
  background: #ffffff;
  margin: 0;
  padding: 0px;
  height:100%;
}

.caption {
  font-size: 11px;
}



/*
This section is for placing the footer at the bottom of the browser window,
but only when the page doesn't fill the entire screen
*/
#container {
   min-height:100%;
   position:relative;
}

#header { padding: 0px; }

#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:70px;   /* Height of the footer */
}



/* Drop down menu section */
.ddmx {
    font: 14px arial;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 2px 4px 2px 4px;
	border: 1px #000033;
    border-style: solid solid solid solid;
    background: #ccccff;
    font: 13px tahoma;
    color: #000033;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;

}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background: #ffffff;
    color: #000099;
	border: 1px #000099;
	border-style: solid solid solid solid;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 2px 3px 2px 3px;
    font: 12px tahoma;
    color: #000088;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #ffffff;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	color: #000033;
    background: #ccccff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #000000;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
