
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#ECE6CB;
 color: #000000;
 text-align:center;
 padding:0;
 
}

p{
margin-top:3px;
}


#outer {
 width:640px;
 margin:auto;

 
 background:#ECE6CB;
 color:#0000000;
}

#banner {
width:510px;
height:20px;

 background:#ECE6CB;
 color:#999999;

padding-bottom:10px;
text-align:left; font-family: arial,sans-serif; font-size: 7pt; font-style: normal; font-weight: normal; line-height: 20px; 
}




#nav {
 
 float:left;
 background:#ECE6CB url(images/nav.gif) no-repeat right;
 color:#336633;


 width:120px;
padding-top:70px;

height:375px;
 text-align:left; font-family: arial,sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; line-height: 30pt; 
}



 
#right {

 width:510px;
 float:right;
}







#rightb {

 float:right;
 width:210px;
height:332px;
 background:#ECE6CB url(images/leaves.gif) no-repeat bottom right;
 color: #ff0000;
 text-align:left;
font-family: arial,sans-serif; font-size: 15pt; font-style: normal; font-weight: normal;#ff0000;
}





#righta {
float:left;
width:280px;
height:332px;
 background:#ECE6CB;
 color: #663366;
 text-align:left;
text-align:left; font-family: arial,sans-serif; font-size: 9pt; font-style: normal; font-weight: normal;
}

#footer {clear:both;
 width:510px;
text-align:left;
font-family: arial,sans-serif; font-size: 8pt; font-style: normal; font-weight: normal;
 background:#ECE6CB;
  color:#663366;
 padding-top:15px;

}





a img {border: none; }

.centeredimage
    {
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
    padding:0px;
    }




a:link {background:#ECE6CB; color:#336633;
text-decoration: none}
a:visited {background:#ECE6CB;color:#336633; 
text-decoration: none}
a:hover {background:#ECE6CB;color:#663366;
text-decoration: none}   
a:active {background:#ECE6CB;color:#3366336;
text-decoration: none} 

p.indent {text-indent:5px; margin-top:0px;  margin-bottom:0px;
}

p.bullet {text-indent:15px; margin-top:0px;  margin-bottom:0px;
}


img.floatright { 
    float: right; 
    margin: 4px; 
}

li.newbullet {

list-style-image:url(images/babybullet.gif)
}


