/* ------ Section 1 - Global Body, Font and Link Settings ------ */


body {
background-color: #a3c1ad; /* green color for browser window background color and footer top border */
margin: 0;
padding: 0;
background-position: left top;
background-repeat: repeat-x;
color: #462100;
background-image: url(../image-files/background.jpg);
}

body, table, tr, td {
font-family: "Times New Roman",Times,serif;
background-color: #a3c1ad;
font-size: 88%;
}


/* -- General Link Styling -- */

a:link {
color: #993300; 
text-decoration: underline;
font-weight: boldl;
}

a:visited {
color: #663300;
text-decoration: underline;
}

a:hover {
color: #cc9933;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 1020px;
}

#Header {
height: 322px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#CenterColumn {
margin: 0 215px 0 218px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
}

#LeftColumn {
float: left;
width: 214px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -1020px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#RightColumn {
float: left;
width: 214px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -214px;        /* STEP 5: set to -(RightColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner {
padding: 10px 10px;
}

#Header .Liner {
padding: 10px 10px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
border: none;
margin: 0px auto;
}

#Header {
background-image: url(../image-files/header.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top center;
}

#ContentWrapper {
background-image: url(../image-files/cont.jpg);
background-repeat: repeat-y;
background-position: center top;
}

#LeftColumn {
background-color: transparent;
}

#CenterColumn {
background-color: transparent;
}

#RightColumn {
background-color: transparent;
}

#Footer {
background-image: url(../image-files/footer.jpg);
background-repeat: no-repeat;
background-position: center top;
}



/* ------ Section 4 - Left Column Navigation ------ */


.Navigation {
width: 90%;
font-family: Georgia,'Times New Roman',serif;
background-color: transparent;
}


/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #af1e2d;
border-bottom: 1px dotted #fff;
margin: 12px 0;
}



/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
margin-bottom: 3px;
}


/* -- Navigation Link styles -- */

.Navigation a {
color: #4930ad;
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: purple;
text-decoration: none;
}

.Navigation a:hover {
color: red;
text-decoration: underline;
}




/* ------ Section 5 - Additional Navigation ------ */


/* -- Thumbnail-with-Caption Navigation -- */

.imageCaptionLinkGroup {
text-align: center;
}

.imageCaptionLinkGroup a {
text-decoration: none;
}

.imageCaptionLinkGroup .caption {
text-decoration: underline;
}


/* -- Horizontal Text NavBar -- */

.text-NavBar {
font-family: Georgia,'Times New Roman',serif;
margin: 12px auto;
width: 574px;           
}

.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
display: inline;
background-color: transparent;
text-align: center;
}

.text-NavBar a {
color: white;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.text-NavBar a:visited {
color: purple;
text-decoration: none;
}

.text-NavBar a:hover {
color: #cc9933;
text-decoration: underline;
}




/* ------ Section 6 - Specific Font Styles ------ */

#LeftColumn {
font-size: 100%;
color: #332206;
}

#RightColumn {
font-size: 100%;
color: #332206;
}

#Footer {
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #af1e2d;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}


h1 {
margin-top: 5px;
border-bottom: 0 solid #8f8fb3;
font-size: 175%;
font-family: 'times new roman',georgia,'palatino linotype',palatino,serif;
font-weight: normal;
font-style: italic;
text-align: center;
}

h2 {
font-family: "times new roman",times,serif;
border-bottom: 1px solid #8f8fb3;
}

h3 {
font-family: "times new roman",times,serif;
border-bottom: 0 solid #8f8fb3;
}

#LeftColumn h4 {
font-size: 110%;
color: #af1e2d;
margin-top: 0;
text-transform; uppercase;
letter-spacing: 1px;
}

#RightColumn h4 {
font-size: 110%;
color: #af1e2d;
margin-top: 0;
text-transform: uppercase;
letter-spacing: 1px;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #332206;
clear: both;
line-height: 14px;
}

blockquote {
margin: 12px 56px;
color: #332206;
font-size: 100%;
line-height: 20px;
font-family: "times new roman",times,serif;
}



/* ------ Section 7 - Boxes ------ */


.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: #332206;
}

div.CalloutBox p {
margin: 13px;
}
p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.CalloutBox h1, h2, h3, h4, h5, h6 {
padding: 0;
}


.ReminderBox {           /* the container box */
background-color: #ddd;
width: 24%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 13px;
}


.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxRightColumn {
padding: 5px;
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;
}
.AdSenseBoxRightColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}


.ReturnToNavBox {
background-color: #fff;
width: 100%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 4px;
}
	

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #ffc;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 14px;
text-align: center;
}




/* ------ Section 8 - Frequently Used Styles ------ */


.clear {
clear: both;
}


img {
border: 0 solid #ddd;
}


/* -- lists -- */

#CenterColumn ul {
list-style-type: disc;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}


#CenterColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}


/* -- 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;
}

.center { 
text-align: center;
}

/* -- Top Navigation -- */

#navlist {
  margin: 8px auto 0px;
  padding: 0px 5px 0px 0;
  background: transparent none repeat scroll 0% 50%;
  width: 77%;
  height: 18px;
  letter-spacing: 3px;
}
#navlist li {
  margin: 10px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display: inline;
  background-color: transparent;
}
#navlist li a {
  margin: 0;
  padding: 2px 0.75em;
  background: transparent none repeat scroll 0% 50%;
  text-decoration: none;
  font-weight: bold;
  color: white;
  font-family: times new roman;
  font-size: 0.9em;
}
#navlist li a:link {
  background: transparent none repeat scroll 0% 50%;
  color: white;
}
#navlist li a:visited {
  background: transparent none repeat scroll 0% 50%;
  color: brown;
}
#navlist li a:hover {
  color: red;
}
