body{
background-image:url('../images/clouds.gif');
}

#b1 {font-family: albertus, arial; font-size: 200%; color: purple}
h2 {font-family: albertus, arial; color: white}
h3 {font-family: albertus, arial; color: purple}
#divg1 {font-family: albertus, arial; color: purple; font-size: 175%; background: white;}

#divt {background-image:url('../images/bridge.jpg'); width: 100%;
background-repeat:no-repeat;
}

#divt2 {background-image:url('../images/bgradt.png'); width: 100%}
#divt3 {background-image:url('../images/bgradt2.png'); width: 100%}
td.dash {background: #9966FF; color: white; font-family: verdana; border: dashed black 3px; width: 200}
td.solid {background: #FFFFFF; font-family: verdana; border: solid purple 2px; height: 300;}
#divb {background: black; color: white; width: 100%; font-style: italic; font-family: albertus, arial}
#divs {background: white; width: 100%; font-family: albertus, arial; font-size: 150%; color: purple; text-align: center}


a:hover {color: white; background-color: blue}

#div1 {background-color: white;}

#spanm {background: white;}
#divr {background: black; width: 100%; font-family: albertus, arial; font-size: 150%; color: white;}
td.dasher {background: white; color: black; font-family: verdana; border: dashed purple 3px;}
.cor {font-family:verdana; text-align:center; font-weight:bold;}

div.background2
{
  width: 500px;
  height: 291px;
  background: url(../images/parch.jpg) repeat;
  border: 2px solid black;
}
div.transbox2
{
  width: 400px;
  height: 216px;
  margin: 30px 50px;
  background-color: white;
  border: 1px solid black;
  filter:alpha(opacity=45);
  opacity:0.6;
}

div.transbox2 p
{
  text-align: center;
  font-weight: bold;
  color: black;
  font-family: verdana;
}

.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: white;
background: #3399FF url(media/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 6px 8px 3px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #6600FF;
}

.ddcolortabs a:hover span{
background-color: #6600FF;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #6600FF;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background:#3399ff;
border-top: 1px solid white;
}

.tabcontainer{
clear: left;
width:50%; /*width of 2nd level sub menus*/
height:4em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}


.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 400px;
background: white;
}

.curlycontainer .innerdiv{
background: transparent url(../images/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}


.curlycontainer2{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 600px;
background: white;
}

.curlycontainer2 .innerdiv2{
background: transparent url(../images/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadow{
border:1px solid silver;
font:10pt albertus, arial;
position:relative;
display:inline;
background:white;
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
