html {
scrollbar-base-color:#e9967a;
scrollbar-3dlight-color:#cc6666;
scrollbar-arrow-color:#660000;
scrollbar-darkshadow-color:#cc6666;
scrollbar-face-color:#e9967a;
scrollbar-highlight-color:#990000;
scrollbar-shadow-color:#990000;
scrollbar-track-color:#cc6666;
}

body {
color: #000000;
line-height: 1.166;
margin: 0px;
padding: 0px;
background-color: #e9967a;
font-family: 'Tinos', serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
text-shadow: none;
text-decoration: none;
text-transform: none;
letter-spacing: 0.009em;
word-spacing: 0em;
line-height: 1.3;
}

link, a:link, a:visited {
text-decoration: none;
color: #990000;
}

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

h1, h2, h3, h4, h5, h6 {
font-family: 'Tinos', serif;
font-style: normal;
font-weight: 400;
text-shadow: none;
text-decoration: none;
text-transform: none;
letter-spacing: 0.009em;
word-spacing: 0em;
line-height: 1.3;
margin: 0px;
padding: 0px;
}

h1 {
font-size: 150%;
color: #ffffff;
}

h2 {
font-size: 180%;
color: #990000;
}

h3 {
font-size: 130%;
font-weight: 600;
color: #660000;
}

h4 {
color: #660000;
}

h5 {
color: #660000;
}

ul {
list-style-type: square;
font-family: 'Tinos', serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
text-shadow: none;
text-decoration: none;
text-transform: none;
letter-spacing: 0.009em;
word-spacing: 0em;
line-height: 1.3;
}

ul ul {
list-style-type: disc;
font-family: 'Tinos', serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
text-shadow: none;
text-decoration: none;
text-transform: none;
letter-spacing: 0.009em;
word-spacing: 0em;
line-height: 1.3;
}

ul ul ul{
list-style-type: circle;
font-family: 'Tinos', serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
text-shadow: none;
text-decoration: none;
text-transform: none;
letter-spacing: 0.009em;
word-spacing: 0em;
line-height: 1.3;
}

label {
color: #660000;
}


/***********************************************/
/* Layout Divs */
/***********************************************/

#masthead{
margin: 0;
padding: 10px 0px;
border-bottom: 1px solid #660000;
width: 100%;
}

#navBar{
margin: 0 79% 0 0;
padding: 0px;
background-color: #e9967a;
border-right: 1px solid #660000;
border-bottom: 1px solid #660000;
}

#content{
float:right;
width: 75%;
margin: 0;
padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs */
/***********************************************/

#siteName{
margin: 0px;
padding: 10px 0px 10px 10px;
border: 1px solid #660000;
background-color: #e9967a;
}


/*************** #pageName styles **************/

#pageName{
padding: 0px 0px 10px 10px;

}


/************* #globalNav styles **************/

#globalNav{
color: #660000;
white-space: nowrap;
padding: 10px 0px 10px 10px;

}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
 this will force a horizontal scrollbar if there isn't enough room for all links
 remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
font-size: 100%;
padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
font-size: 80%;
padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature {
padding: 0px 0px 10px 10px;
font: normal 100% 'Tinos', serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
text-shadow: none;
text-decoration: none;
text-transform: none;
letter-spacing: 0.009em;
word-spacing: 0em;
line-height: 1.3;
}

.feature h3 {
padding: 0px 0px 0px 0px;
}

.feature img {
float: right;
margin: 0px 10px 10px 10px;
padding: 0px 0px 0px 0px;
border: 1px #660000 solid;
}

.feature ul {
font-size: 16px;
}



/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story {
clear: both;
padding: 10px 0px 0px 10px;
}

.story p {
padding: 0px 0px 10px 0px;
font: normal 100% 'Tinos', serif;
font-style: normal;
font-weight: 400;
text-shadow: none;
text-decoration: none;
text-transform: none;
letter-spacing: 0.009em;
word-spacing: 0em;
line-height: 1.3;

}


/************* #siteInfo styles ***************/

#siteInfo {
clear: both;
border: 1px solid #660000;
font-size: 75%;
color: #660000;
padding: 2px 5px 5px 10px;
margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
the bottom border of the navBar in cases where they "touch" */


/************* #search styles ***************/

#search {
padding: 5px 0px 5px 10px;
border-bottom: 1px solid #660000;
font-size: 100%;
}

#search form {
margin: 0px;
padding: 0px;
background-color: #e9967a;
}

#search label {
display: block;
margin: 0px;
padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #e9967a;}

/* fix for browsers that don't need the hack */
html>body #navBar li {
border-bottom: none;
background-repeat: no-repeat;
background-color: #e9967a;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
position: relative;
margin: 0px;
padding: 0px;
border-bottom: 1px solid #660000;
font-size: 90%;
background-color: #e9967a;
}

#sectionLinks h3{
padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
padding: 2px 0px 2px 10px;
border-top: 1px solid #660000;
width: 90%;
voice-family: inherit;
width: auto;
}

#sectionLinks a:visited{
border-top: 1px solid #660000;
padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
border-top: 1px solid #660000;
background-color: #f08080;
padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
padding: 0px 0px 0px 0px;
border-bottom: 0px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border: 0px;
}

.relatedLinks h3{
padding: 0px 0px 0px 0px;
border-bottom: 0px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border: 0px;
}


/************** #advert styles **************/

#advert{
padding: 0px 0px 0px 0px;
border-bottom: 0px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border: 0px;

}

#advert img{
display: block;
border-bottom: 0px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border: 0px;
}


/************** #headlines styles **************/

#headlines{
margin: 0px;
padding: 0px 0px 0px 0px;
border-bottom: 0px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border: 0px;
}

#headlines p{
padding: 0px 0px 0px 0px;
border-bottom: 0px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border: 0px;
}

