/* font-family: Verdana, Arial, Helvetica, sans-serif; */
/* (could use copperplate) */


body {
    margin: 20px 0px 20px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    background: #CCCCCC;
}

/*b {
    
}*/


/* The main content window (a <div>) in the page. */
#iMain {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom 0px;
    text-align: left;
    padding: 3px;
    border: 3px solid #666666;
    background: #FFFFFF;
}

/* The header. */
#iHeader {
    margin-left: 0px;
    margin-top: 0px;
    width: auto;
    height: 120px;
}

/* The logo pic (id's an img), currently in the upper left corner of the main content window. */
#iLogo {
    float: left;
    border: 0px;
    padding: 5px 5px 5px 3px;
}

/* The go-home pic (id's a div), currently in the upper right corner of the main content window. */
#iHome {
    float: right;
    border: 0px;
    padding: 5px 8px 5px 5px;
    
    font-family: Copperplate, Verdana, Helvetica, Arial, Tahoma, sans-serif;
    font-size: 85%; /*some button-like boxes for the left-side navigation*/
    font-variant: small-caps;
    font-weight: normal;
    color: #000000;
}

#iHome a:link {
    text-decoration: none;
    color: #000000;
}

#iHome a:visited {
    text-decoration: none;
    color: #000000;
}

#iHome a:hover {
    text-decoration: underline;
    color: #FF0000;
}

#iHome img {
    border: 0px;
    padding: 3px 3px 0px 0px;
    vertical-align: middle;
}

/* Formats a <p>. */
#iSiteName {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 140px;
    
    font-family: Copperplate, Verdana, Helvetica, Arial, Tahoma, sans-serif;
    font-size: 140%; /*some button-like boxes for the left-side navigation*/
    font-variant: small-caps;
    font-weight: bold;
    color: #000000;
}

/* Formats a <p>. */
#iPageName {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 160px;
    margin-right: 0px;
    font-family: Copperplate, Verdana, Helvetica, Arial, Tahoma, sans-serif;
    font-size: 250%; /*some button-like boxes for the left-side navigation*/
    font-variant: small-caps;
    font-weight: bold;
    color: #FF0000;
}

#iTopNav {
    clear: both;
    
    border-top: 2pt solid #999999;
    border-bottom: 2pt solid #999999;
    border-left: 0px;
    border-right: 0px;
    background: #FFFFFF;
    margin: 2pt 2pt; /* top, bottom */
    
    text-align: center;
    padding: 6pt;
    
    
    font-family: Copperplate, Verdana, Helvetica, Arial, Tahoma, sans-serif;
    font-size: 90%; /*some button-like boxes for the left-side navigation*/
    font-variant: small-caps;
    font-weight: normal;
    color: #000000;
}

#iTopNav a:link {
    text-decoration: none;
    color: #000000;
}

#iTopNav a:visited {
    text-decoration: none;
    color: #000000;
}

#iTopNav a:hover {
    text-decoration: underline;
    color: #FF0000;
}


#iBotNav {
    clear: both;
    
    
    border-top: 2pt solid #999999;
    border-bottom: 2pt solid #999999;
    border-left: 0px;
    border-right: 0px;
    background: #FFFFFF;
    margin: 2pt 2pt; /* top, bottom */
    
    text-align: center;
    text-transform: lowercase;
    padding: 4pt;
    
    
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 70%;
    font-weight: normal;
    color: #000000;
}

#iBotNav a:link {
    text-decoration: none;
    color: #0000FF;
}

#iBotNav a:visited {
    text-decoration: none;
    color: #0000FF;
}

#iBotNav a:hover {
    text-decoration: underline;
    color: #FF0000;
}

/* The footer. */
#iFooter {
    padding: 10px 0px;
    text-align: center;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 60%;
    font-weight: normal;
    color: #000000;
}





.cSection {
    clear: both;
    margin: 3%;
    border: 0px;
    width: auto;
    padding: 0px;
}

.cSectionText {
    margin: 0px;
    border: 0px;
    padding: 0px;
    
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 90%;
    font-weight: normal;
    color: #000000;
    line-height: 1.1;
}

.cSectionText p {
    margin: 0px 0px 0px 15px;
    text-align: justify;
    padding: 6px 0px 8px 0px;
}

.cSectionText h1 {
    margin-left: 0px;
    padding-top: 12px;
    text-align: left;
    font-size: 125%;
    font-weight: bold;
}

.cSectionText h2 {
    margin-left: 7px;
    padding-top: 5px;
    text-align: left;
    font-size: 115%;
    font-weight: 700;
}

.cSectionText b {
    font-weight: bold;
}

.cSectionText a:link {
    text-decoration: none;
    color: #0000FF;
}

.cSectionText a:visited {
    text-decoration: none;
    color: #0000FF;
}

.cSectionText a:hover {
    text-decoration: underline;
    color: #FF0000;
}



.cSectionFigure {
    float: right;
    border: 0px;
    margin: 4px 0px 10px 15px;
    padding: 5px;
    width: 200px;
    
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 80%;
    font-weight: normal;
    color: #000000;
    line-height: 1.0;
    text-align: center;
}

.cSectionFigure p {
    margin: 0px 12px 20px 12px;
    text-align: justify;
    padding: 0px 0px 0px 0px;
}

.cSectionFigure img {
    border: 4px solid orange;
    margin-bottom: 10px;
    padding: 0px;
}

.cSectionFigure b {
    font-weight: 600;
}

.cSectionFigure a:link {
    text-decoration: none;
    color: #0000FF;
}

.cSectionFigure a:visited {
    text-decoration: none;
    color: #0000FF;
}

.cSectionFigure a:hover {
    text-decoration: underline;
    color: #FF0000;
}



.cSectionFigureRow {
    clear: both;
    
    margin: 20px 0px 0px 0px;
    border: 0px;
    padding: 0px;
    
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 80%;
    font-weight: normal;
    color: #000000;
    line-height: 1.0;
    text-align: center;
}

.cSectionFigureRow p {
    margin: 0px 12px 20px 12px;
    text-align: justify;
    padding: 0px 0px 0px 0px;
}

.cSectionFigureRow img {
    border: 4px solid orange;
    margin-bottom: 10px;
    padding: 0px;
}


/* Whatever has this class will not be displayed... unless CSS is not working properly! */
/* (This is how you display messages to non-CSS-compliant people. */
.oldbrowser {
	display: none;
}