/*
CSS for cake page
*/

body{
background: #e2edf7 url('cake3.gif') no-repeat fixed bottom left;
}

#tagline {
background: #ccc url('img/cdstar.jpg');
color: #66c;
}
#branding{
border-color:#f1e6ff ;
background-color: #f1e6ff ;


}

#navbar a:link, #navbar a:visited {
margin-right: 0.2em;
padding: 0.2em 0.6em 0.2em 0.6em;
color: navy;
background-color: #bffffc ;
text-decoration: none;
border-top: 2px solid #ff03dd;
border-left: 2px solid #ff03dd;
border-bottom: 2px solid #984dff;
border-right: 2px solid #984dff;
}

#navbar a:hover {
background-color:#ff9dff;
border-top: 2px solid #984dff;
border-left: 2px solid #984dff;
border-bottom: 2px solid #ff03dd;
border-right: 2px solid #ff03dd;
}





h2{
color: #bb04bb;
font-style: italic;
font-size: 25pt;
}
h3{
color: #1063be;
font-family: "sriptMTbold",helvetica;
font-style: italic;
font-size: 15pt;
text-align: center;
}




#main {
margin-top: 15px;
margin-left:15%;
margin-right:5%;
background: #faecff url('cake4.gif') no-repeat fixed bottom left;


border:10px double #0c2db2;
text-align: center;
font-size:110%;



}

#maincontent {
text-align:justify;
font-family: helvetica, Georgia, Times, Serif;
color:#7110dc;
font-size: 11pt;
margin-top:50px;

}
.org{
background-color: #ebffff ;
color: #2d65ff;
}


/*right*/


#bnav {
position: absolute;
float: right;
right: 10px;
top: 50px;
width: 11%;
background: #fff;
}

#bnavigation {
width: 100%;
}

#bnavigation {
width:100%;
list-style:none;
margin: 0;
padding: 0;
}

#bnavigation li {
border-bottom: 1px solid #ff1d87;
border-bottom: 1px solid #ff1d87;
}

#bnavigation li a:link, #bnavigation li a:visited {
font-size: 75%;
display: block;
padding: 0.4em 0 0.4em 0.5em;
border-right: 12px solid white;
border-left: 1px solid #80ffe3;
background-color: #ebffff ;
text-decoration: none;
color:#4b4bc8;
font-weight:bold;
height:20px;
}

#bnavigation li a:hover {
background-color: #80ffe3;
color: navy;
text-transform:uppercase;
height:30px;

}

