DIV.outter {
background-color: #eeeeff;
background-image: url(./img/bg3.gif);
height: 725px;
padding-top:2px;
}

DIV.inner {
background-color:white;
width:780px;
border: solid #ffffcc 2px;
}

DIV.top {
position: relative;
width:780px;
height:128px;
background-image: url(./img/bg4.gif);
}

TABLE.title{
width: 780px;
text-align: center;
background: white;
font-family: arial, helvetica, sans-serif;
font-weight: 2; /* bold */
font-size: 14pt;

}

TABLE.content{
font-family: arial, helvetica, sans-serif;
font-weight: 700; /* bold */
font-size: 10pt;
color: white;
}


DIV.link{
float: right;
width:225px;
height:580px;
padding-top:25px;
padding-left:10px;
border-left: solid #ffffcc 1px;
}

DIV.content{
float: left;
width:550px;
}


DIV.contentAll{
background-color:#ffffff ;
}

DIV.announcement{
position: absolute;
top:120px;
left:200px;
width:500px;
height:300px;
z-index:100;
padding-top:25px;
padding-left:10px;
background-color:white;
border: solid black 2px;
}



ul.activity {
list-style: url(./img/li.gif) outside;
}
ul.info {
list-style: url(./img/li2.gif) outside;
}
ul.dialogue {
list-style: url(./img/dialogue.gif) outside;
}





#ddimagetabs{
width=550px;
}

#ddimagetabs a{
text-decoration: none;
margin-left: 6px; /*spacing between tabs */
margin-bottom: -14px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
color: black; /*font color */
width: 86px; /*width of tab image */
height: 32px; /*height of tab image */
font: bold 12px Arial; /*tab font */
background-image:url(./img/bluetab2.jpg); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
line-height:12px;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(./img/bluetabover2.jpg); /*URL to tab image onmouseover */
color: black;
}

#ddimagetabs hr{
margin-bottom: -15px; 
}