

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {

background-image:url();  /* bamboo background on sides */
background-color: #ecf6f3;
margin: 0;
padding: 0;
font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
color: #000;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #0d392c;
clear: both;
}




h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
border-bottom: 0 solid #0d392c;
text-align: center;

}

h2 {

font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
border-bottom: 0 solid #0d392c;
font-size: 200%;
}

h3 {
font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
border-bottom: 0 solid #0d392c;
font-size: 175%;
}

h4 {
font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
border-bottom: 0 solid #0d392c;
font-size: 150%;
}

blockquote {
margin: 12px 56px;
font-size: 100%;
line-height: 20px;
font-family: Arial,Verdana,Sans-serif;
color: #0d392c;
font-style: italic;
font-weight: bold;
}

code {
color: navy;
}

img {
border: 0;

}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}




/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 2px solid #0d392c;  


}

#Header {
position: relative;
height: 202px;
border: 0px solid;  


}


	

#ContentWrapper {
float: left;
width: 100%;
border: 0px solid;  
}

#ContentColumn {
margin: 0px 229px 0px 0px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */  
min-height: 275px;
padding: 5px;
}


#ExtraColumn {
float: left;
width: 229px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -230px;        /* STEP 5: set to -(ExtraColumnWidth) */
margin-top: 0px;
}

#Footer {
clear: both;
margin: 0;
width: 100%;
height: 150px;
padding: 0px;
border-top: 10px solid #0d392c;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0px;
padding: 5px 229px 5px 20px; /* original 0px */
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-image: url(../image-files/backgroundp.jpg);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}


#ContentWrapper {
background-image: url(../image-files/backgroundp.jpg); /* was content.jpg */
background-repeat: repeat-y; /* original no-repeat */
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url(../image-files/footer-background.jpg);
background-repeat: no-repeat;
background-color: #d5ece6;    
text-align: center;
font-size: 85%;
}


#ExtraColumn {
font-size: 90%;
color: #0d392c;
text-align: center;
}

#ExtraColumn h4 {
color: #0d392c;
background-color: transparent;
margin-top: 20px;
text-align: center;
font-size: 90%;
}



/* ------ Section 4 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
color: blue;
}

.ThumbnailLink a:hover .Caption {
text-decoration: none;
color: red;
}

.ThumbnailCaption {
text-decoration: underline;
color: blue;
}

/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family:  Arial,Verdana,Sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding:  3px;
}

.ExtraNav ul li {
display: inline;
background-color: #d4ece5;
padding: 3px;
text-align: center;
}

.ExtraNav a:link {
color: blue;
text-decoration: none;
text-align: center;
padding: 6px;
}

.ExtraNav a:visited {
color: purple;
text-decoration: none;
}

.ExtraNav a:hover {
color: red;
background-color: #d3e4fb;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
bottom: 5px; /* was 20px */
right: 185px;
}

#Header .ExtraNav ul { 
margin: 0;
}



#Footer .ExtraNav {
margin: 24px auto; /* 24 px */
font-size: 90%;
background-color: transparent;
}


/* ------ Section 5 - Boxes ------ */

.CalloutBox {
background-color: #d5ece6; /* original #d239b7 */
width: 85%;
border: 2px solid #0d392c;

margin: 18px auto 24px auto;
padding: 4px;
color:  #000; /* was 535719 */
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #fbeff7;
width: 24%;
border: 1px solid #0d392c;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #0000;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #0d392c;
border-bottom: 1px solid #a8b472;
color: #ffffff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #ecf6f3;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #d5ece6; /* original #e8ebd9 */
width: 90%;
text-align: left;
border-top: 0px solid ;
border-bottom: 0px solid ;
margin: 0 auto 12px auto;
padding: 10px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #d5ece6;
border: 0px solid #a8b472;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #000000;
line-height: 120%;
text-align: center;
}



/* ------ Section 6 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

div.img
  {
  margin:2px;
  border-style: none;
border-width: 0;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  }
div.img a:hover img
  {
  border: 0 solid #0000ff;
  }
div.desc
  {
  font-size: 85%;
font-weight: normal;
text-align: center;
  width:120px;
padding: 5px;
margin-top: 5px;
margin-bottom:5px;
  }
