* {
  margin: 0px;
  padding: 0px;
  }

body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFDD;
  color: #000000;
  text-align: center; 

  }  
/* general page container  */

  #pageContainer {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  }
  
  hr {
  height: 6px;
  width: 100%;
  background-color: #CC0066;
  border: none;
  color:#CC0066;
  margin-bottom: 10px;
  }

hr.thin {
  height: 2px;
  width: 100%;
  background-color: #CC0066;
  border: none;
  color:#CC0066;
  margin-bottom: 10px;
  }
  
#header {
  width: 740px;
  height: 95px;
  background: url(ne_images/ne_logo.gif) #334488 no-repeat top left;
  margin-top: 10px;
  border-bottom: #d2d2d2 solid 5px;
  text-align: right;
  margin-bottom: 20px;
  }

#headerLinks {
  color: #FFFFDD;
  font-family: arial;
  font-size: 8pt;
  padding-top: 60px;
  padding-right: 5px;
  } 
 
.headerlink A:link {
  color: #FFFFDD;
  font-family: arial;
  font-size: 8pt;
  font-weight:bold;  
  text-decoration: none;
  }

.headerlink A:visited {
  color: #ffffFF;
  font-family: arial;
  font-size: 8pt;
  font-weight:bold;  
  text-decoration: none;
  }


.headerlink A:hover {
  color: #CCbbff;
  font-family: arial;
  font-size: 8pt;
  font-weight:bold;  
  text-decoration: underline overline;
  }

.headerlink A:active {
  color: #ccbbff;
  font-family: arial;
  font-size: 8pt;
  font-weight:bold;  
  text-decoration: underline overline;
  }
  /* partitions for horizontal sections on main page */

 #leftSide {
  width: 230px;
  float: left;
  }
 #rightSide{
  width: 410px;
  float: right;
  }

/* page container for rescue pop-up window or other windows smaller than 740px */

#pageContainerrescue {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: arial;
  font-size: 10pt;
  text-align: left;
  }

/* inner borderless centered element container smaller than page container */
       
  
#adoptbunsinfo {
width: 600px;
display:block; 
margin-left:auto; 
margin-right:auto; 
padding:5px;
border-style: none;
border-width: 0px 0px0px 0px;
border-color: #334488;   
  }


/*----------------------------------------*/
/* blue boxes for links on rabbit display page */

.linkcontainer 
{
position:relative; 
display: table-cell;
vertical-align: middle;
width:175px; 
margin:2px auto;
background-color: #5566aa;
border-style: solid;
border-width: 1px 1px1px 1px;
border-color: #000000;

}

.linkcontainer A:link {
  color: #FFFFDD;
  font-family: arial;
  font-size: 10pt;
  font-weight:bold;  
  text-decoration: none;
 
  }

.linkcontainer A:visited {
  color: #ffffff;
  font-family: arial;
  font-size: 10pt;
  font-weight:bold;  
  text-decoration: none;
  }

.linkcontainer A:hover {
  color: #CCbbff;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  text-decoration:underline;
  }

 .linkcontainer A:active, :visited:active {
  color: #CCbbff;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
  }


 .flink A:link {
  color: #CC0066;
  font-family: arial;
  font-size: 10pt;
  font-weight:bold;  
  text-decoration: underline;
  }

  .flink A:visited {
  color: #CC0066;
  font-family: arial;
  font-size:10pt;
  font-weight:bold; 
  text-decoration: underline;
  }

.flink A:hover {
  color: #000000;
  font-family: arial;
  font-size: 10pt;
  font-weight:bold; 
  text-decoration: underline;
  }


 .flink A:active {
  color: #000000;
  font-family: arial;
  font-size: 10pt;
  font-weight:bold; 
  text-decoration: underline;
  }

   
   /* display containers for bunny display pages, alternating "text right, pic left" with "pic right, text left" */

#leftSideBun2, #leftSideBun4, #leftSideBun6, #leftSideBun8, #leftSideBun10, #leftSideBun12 {
  width: 315px;
  float: left;
  }

#rightSideBun2, #rightSideBun4, #rightSideBun6, #rightSideBun8, #rightSideBun10, #rightSideBun12 {
  width: 400px;
  float: right;
  }

#leftSideBun1, #leftSideBun3, #leftSideBun5, #leftSideBun7, #leftSideBun9, #leftSideBun11 {
  width: 400px;
  float: left;
  }

#rightSideBun1, #rightSideBun3, #rightSideBun5, #rightSideBun7, #rightSideBun9, #rightSideBun11 {
  width: 315px;
  float: right;
  }


.numBox {
  height: 53px;
  width: 53px;
  border-style: solid;
  border-width: 0px 0px 3px 3px;
  border-color: #CC0066;  
  background-color: #334488;
  text-align: center;
  vertical-align: middle;
  line-height: 53px;
  color: #FFFFFF;
  font-family: arial;
  font-size: 18pt;
  float: left;
  margin-right: 8px;
  }

 h1 {
  color: #000099;
  font-family: arial;
  font-size: 11pt;
  text-align: left;
  }

h1.center {
  color: #000099;
  font-family: arial;
  font-size: 11pt;
  text-align: center;
  }

h1.large {
  color: #000099;
  font-family: arial;
  font-size: 14pt;
  text-align: center;
  }

h1.pagenumber {
  color: #000099;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  }

h3 {
  color: #CC0066;
  font-family: arial;
  font-size: 10pt;
  text-align: left;
  }

h2 {
  color: #000099;
  font-family: arial;
  font-size: 9pt;
  margin-left: 5px;
  text-align: left;
  }

p {
  text-indent: 0px;
  font-family: arial;
  text-align: justify;
  font-size: 10pt;
  margin-bottom: 20px;
  }

p.indent {
  text-indent: 20px;
  font-family: arial;
  text-align: justify;
  font-size: 10pt;
  margin-bottom: 20px;
  }

 p.center {
  text-indent: 0px;
  font-family: arial;
  text-align: center;
  font-size: 10pt;
  margin-bottom: 20px;
  }

 p.center9pt {
  text-indent: 0px;
  font-family: arial;
  text-align: center;
  font-size: 9pt;
  margin-bottom: 20px;
  }

p.right {
  text-indent: 0px;
  font-family: arial;
  text-align: right;
  font-size: 10pt;
  margin-bottom: 20px;
  }

.clear {

clear: both;
}

#footer {
float: middle;
  clear: both;
  width: 740px;
  font-family: arial;
  font-size: 8pt;
  font-style: italic;
  border-top: 2px #CC0066 solid;
  }

 #donate {
  float: middle;
   clear: both;
  width: 740px;
  font-family: arial;
  font-size: 8pt;
  font-style: italic;
  }

#title {
  float: left;
  color: #FFFFFF;
  padding-left: 100px;
  margin-top: 10px;
  font-family: arial;
  font-size: 24pt;
  }

#subTitle {
  float: left;
  clear: left;
  color: #FFFFFF;
  padding-left: 102px;
  font-family: arial;
  font-size: 8pt;
  }

.right {
  float: right;
  margin: 0px;
  }

.right1  {
  float: right;
  margin: 0px;
  }

.left {
  float: left;
  margin: 0px;
  }

   
 ul {
  font-family: arial;
  text-align: left;
  padding-left: 20px;
    font-size: 10pt;
  margin-bottom: 20px;
  }

  ol.indent {
font-family: arial;
text-align: left;
padding-left: 20px;
font-size: 10pt;
margin-left: 30px;
  }

#articlelist {
font-family: arial;
  font-size: 11pt;
  font-weight: bold;
}

.mainheading {
font-family: arial;
color: #000099;
  font-size: 14pt;
   font-weight: bold;
   text-align: left;
   line-height:1;
}


.heading {
font-family: arial;
color: #000000;
  font-size: 11pt;
   font-weight: bold;
   text-align: left;
   line-height:2;
}

#articlelist A:link {
  color: #000099;
  font-family: arial;
  font-size: 10pt;
  font-weight:normal;  
  text-decoration: none;
  line-height:1.5;
  }

#articlelist A:visited {
  color: green;
  font-family: arial;
  font-size: 10pt;
  font-weight:normal;  
  text-decoration: none;
  line-height:1.5;
  }

#articlelist A:hover {
  color: #000099;
  font-family: arial;
  font-size: 10pt;
  font-weight:normal;  
  text-decoration: underline;
  line-height:1.5;
  }

#articlelist A:active {
  color: #000099;
  font-family: arial;
  font-size: 10pt;
  font-weight:normal;  
  text-decoration: underline ;
  line-height:1.5;
  }

 #articlelist A:active, visited {
  color: green;
  font-family: arial;
  font-size: 10pt;
  font-weight:normal;  
  text-decoration: none ;
  line-height:1.5;
  }
