body {
margin-top: 25;
margin-left: 75;
margin-right: 75;
}

#ddimagetabs{
height:24px;
}
#ddimagetabs a{
display: block;
text-decoration: none;
font: bold 12px Arial; /*tab font */
color: black; /*font color */
width: 86px; /*width of tab image */
height: 22px; /*height of tab image */
float: left;
display: inline;
margin-left: 4px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
background-image:url(bluetab.jpg); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}
#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(bluetabover.jpg); /*URL to tab image onmouseover */
color: black;
}
#ddbanner{
background-color: rgb(170, 212, 254);
width:100%;
height:40px;
font: bold 24px Arial;
color: black;
margin-top: 2px;
}
#tabcontentcontainer{
width:480px; /*width of 2nd level content*/
height:40px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}
.tabcontent{
display:none;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: black;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #F0F8FF;
}
#ddtoptabsline{
clear: both;
padding: 0;
width: 100%;
height: 12px;
background: rgb(78,166,254);
border-bottom: 1px solid #fff;
margin-bottom: 5px;
}

#titlebardiv {
background: transparent url(bg_topbar.gif) repeat-x scroll 0% 50%;
margin-bottom: 11px; 
margin-top: 0px;
}

#titlebardiv h3 {
margin-top: 0px;
margin-left: 0pt;
margin-right: 5px; 
padding-top: 15px;
padding-bottom: 15px;
font-family: Arial;
text-align: center;
}


div.transOFF {width: 100%; background-color: white; }
div.transON  {width: 100%; background-color: white;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5; }
div.trans25   {width: 100%; background-color: white;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25; }
div.trans75   {width: 100%; background-color: white;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75; }


img {
border: 0px solid ; opacity: 1; filter: alpha(opacity=100); -moz-opacity: 1; 
}

a.mouseOverFun {
text-decoration:none; color:black;
}

div.mouseOverOuter {
position: relative;  z-index: 100;
}

div.mouseOverText {
visibility: hidden; 
position: absolute; 
z-index: 2;
text-decoration: none; 
font-family: Arial; 
font-style: normal; 
font-variant: normal; 
font-weight: bold; 
line-height: normal; 
font-size-adjust: none; 
font-stretch: normal;
}

