

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #000000; 
margin: 0;
padding: 0;
font-family: Georgia, 'Times New Roman', 'Palatino Linotype', Palatino, serif;
color: #8c4a38;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #688a00;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
border-top: 1px solid #8c4a38;
border-bottom: 1px solid #8c4a38;
text-align: center;
}

h2 {
border-top: 1px solid #8c4a38;
border-bottom: 1px solid #8c4a38;
text-align: center;
}

h3 {
border-top: 1px solid #8c4a38;
border-bottom: 1px solid #8c4a38;
text-align: center;
}

blockquote {
margin: 12px 56px;
color: #688a00;
font-size: 100%;
line-height: 20px;
}

code {
color: navy;
}

img {
border: 0;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: #c6490d; 
text-decoration: underline;
}

a:visited {
color: #688a00;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 0px solid #8c4a38;   /* green, headlines and borders */
}

#Header {
position: relative;
height: 160px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 190px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}





#NavColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 189px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -190px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
height: 110px;
}



.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 5px 10px;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 5px auto;
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentColumn {
padding: 0 10px;
}

#Footer {
background-image: url(../image-files/footer-background.jpg);
background-repeat: no-repeat;
background-color: transparent;     
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: #8c4a38;
text-align: center;
}

#ExtraColumn {
font-size: 90%;
color: #8c4a38;
text-align: center;
}

#NavColumn h4 {
font-size: 90%;
color: #8c4a38;
margin-top: 0;
padding: 0 0 0 5px;
text-align: center;
}

#ExtraColumn h4 {
font-size: 90%;
color: #8c4a38;
margin-top: 0;
text-align: center;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Georgia, 'Times New Roman', 'Palatino Linotype', Palatino, serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0 0 0 5px;
font-size: 110%;
color: #688a00;
margin: 12px 0;
border: 0;
text-align: center;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #ffffff;        /* nav background color, for button and RSS box backgrounds -- */
margin-bottom: 3px;
text-align: center;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #c6490d;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #688a00;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: red;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #fae8b0;   /* yellow */
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Georgia, 'Times New Roman', 'Palatino Linotype', Palatino, serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: #fae8b0;
text-align: center;
padding: 0 3px 0 3px;
}

.ExtraNav a:link {
color: #c6490d;
text-decoration: underline;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #688a00;
text-decoration: underline;
}

.ExtraNav a:hover {
color: red;
background-color: #fae8b0;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 10px;
right: 0;
}

#Header .ExtraNav ul { 
margin: 10px 60px 0 0;
}

#Footer .ExtraNav {
margin: 15px auto;
background-color: transparent;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #f9f0d5;
width: 95%;
border: 1px dotted #8c4a38;
margin: 18px auto 24px auto;
padding: 4px;
color: #A02820;
font-weight: bold;
}

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: #fae8b0;
width: 24%;
border: 1px dashed #8c4a38;
margin: 0 15px 12px 0px;
float: left;             /* adding float enables text to flow around it */
color: #688a00;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #f9f0d5;
}

.ReminderBox p {
font-size: 90%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #f9f0d5;
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: #f9f0d5;
width: 90%;
border-top: 1px solid #688a00;
border-bottom: 0px solid #688a00;
margin: 0 auto 12px auto;
padding: 4px;
text-align: center;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #f9f0d5;
border: 1px solid #8c4a38;
margin: 10px auto 10px 8px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #8c4a38;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

table.helpT {
text-align : center;
font-family : Verdana;
font-weight : normal;
font-size : 12px;
color : #404040;
width : 540px;
background-color : #fafafa;
border : 1px solid #6699cc;
border-collapse : collapse;
border-spacing : 0;
}

th.helpHed {
border-bottom : 0 solid #6699cc;
border-left : 1px solid #6699cc;
background-color : #ffe4b5;
text-align : center;
text-indent : 0;
font-family : Verdana;
font-weight : bold;
font-size : 12px;
color : #8c4a38;
}

td.helpBod {
border-bottom : 1px solid #9cf;
border-top : 0;
border-left : 1px solid #9cf;
border-right : 0;
text-align : center;
text-indent : 0;
font-family : Verdana, sans-serif, Arial;
font-weight : normal;
font-size : 12px;
color : #8c4a38;
background-color : #fafafa;
} 

div.imageleft img, div.imageleftalt img {
border:1px solid #b0b0b0;
float:left;
margin:5px 5px 6px;
padding:5px;
}

div.imageright img, div.imagerightalt img {
border:1px solid #b0b0b0;
float:right;
margin:5px 5px 6px;
padding:5px;
}

div.imagecenter img, div.imagecenteralt img {
border:1px solid #b0b0b0;
display: block;
margin:auto;
padding:5px;
}

div.nocss img {
border:0px;
float:none;
margin:0px 0px 0px;
padding:0px
}

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #c6490d;
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;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

.bold { font-weight: bold; color: #8c4a38;}