body {
    font-family:      Georgia, serif;
    color:            black;
    background-color: white;
    line-height:      1.2; 
    padding-left:     10px;
}

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

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

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    color:       black;
}

h1 {
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    /* font-size:   130%; */
}

h2 {
    /* font-size:   114%; */
    color:       black;
}

h3 {
    /* font-size:   100%; */
}

h4 {
    /* font-size:   100%; */
    font-weight: normal;
}

h5 {
    /* font-size:   100%; */
}

ul {
    list-style-type: none;
}

label {
    font:     bold 100% Tahoma, Helvetica, Arial, sans-serif;
    color:    black;
}


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

#masthead {
    margin-top:    10px;
    border-bottom: 1px solid #cccccc;
    width:         100%;
}

#navBar {
    margin-left:      79%;
    border-left:      1px solid #ccc;
    border-bottom:    1px solid #ccc;
}

#content {
    float:   left;
    width:   75%;
}


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

#siteName {
    margin-top:    20px;
    margin-bottom: 10px;
}


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

#pageName {
    margin-top:    20px;
    margin-bottom: 10px
}


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

#globalNav {
    margin-bottom: 10px;
    white-space: nowrap;
}
/* '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:  90%;
}


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

#breadCrumb {
    font-size:     90%;
    margin-top:    10px;
    margin-bottom: 10px;
}


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

.feature {
    /* font-size:  80%; */
}

.feature h3 {
    margin-top:    15px;
    margin-bottom: 10px;
}

.feature img {
    float:      left;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story {
    clear:      both;
    /* font-size:  80%; */
}

.story p {
}


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

#siteInfo {
    clear:       both;
    margin-top:  10px;
    padding-top: 5px;
    border-top:  1px solid #cccccc;
    font-size:   90%;
    color:       black;
}
/* 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" */

#siteInfo img {
/*    padding:        4px 4px 4px 0px; */
    vertical-align: middle;
}


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

#search {
    border-bottom:  1px solid #cccccc;
    font-size:      90%;
}

#search form {
    padding-left:    10px
}

#search label {
    display:     block;
    padding-top: 10px;
}


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

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
}

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

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


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

#sectionLinks {
    position:       relative;
    margin-left:    0px;
    border-bottom:  1px solid #cccccc;
    font-size:      90%;
}

#sectionLinks ul {
    padding-left:    0px;
    margin-left:     10px;
}

#sectionLinks h3 {
    margin-left:     0px;
    margin-top:      10px;
    padding-left:    10px
}

#sectionLinks a:link {
    /* border-top:     1px solid #cccccc; */
    width:          100%;
    voice-family:   "\"}\""; 
    voice-family:   inherit;
    width:          auto;
}

#sectionLinks a:visited {
    /* border-top:     1px solid #cccccc; */
}

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

.relatedLinks {
    font-size:  90%;
}

.relatedLinks ul {
    padding-left:    0px;
    margin-left:     10px;
}

.relatedLinks h3 {
    margin-left:     0px;
    margin-top:      10px;
    padding-left:    10px
}


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

#advert {
    font-size:  90%;
    border-top: 1px solid #cccccc;
}

#advert img {
    display:    block;
}


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

#headlines {
    font-size:  90%;
}

#headlines h3 {
    margin-left:     0px;
    margin-top:      10px;
    padding-left:    10px
}

#headlines img {
    padding-left:    0px;
    margin-left:     10px;
}

#headlines p {
}

.yaml {
    color: #060;
}

.html {
    color: #009;
}

.tt2 {
    color: #600;
}

breadCrumbDivider {
    font-size: 125%;
}

.source {
    background-color: #ddd;
    font-size: 90%;
    margin-left: 30px;
    padding: 5px;
}

.keyword {
    color: #009;
}

.punctuation {
    color: #900;
}

.variable {
    color: #060;
}

.literal {
    color: #909;
}


