A:link    {text-decoration: underline; color: red; }
A:visited {text-decoration: underline; color: red; }
A:active  {text-decoration: none; color: blue; }
A:hover   {text-decoration: underline; color: darkblue; }
    	
body {
    font-family: verdana, sans-serif;
    font-size: small;
}

#mainTitle {
    text-align: center;
    font-size: x-large;
    color: red;
}

.pageTitle {
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: large;
}

.pageTitleSublink {
  text-align: center;
  text-decoration: italic;
  padding-bottom: 20px;
}

.mainContent {
    padding: 15px;
    font-size: small;
}

#leftNavCell {
    border: solid black 1px;
    padding: 10px;
    background-color: #f5f5f5;
    font-size: small;
    font-weight: bold;
}

.leftNavSection {

}

.leftNavSectionTitle {
    font-weight: bold;
    text-decoration: underline;
}

#footer {
    text-align: center;
    font-size: small;
    color: #777;
}



.dogName {

}

.tableTitleCell {
    background-color: lightgray;
    font-size: small;
    font-weight: bold;
}


.section_header {
  font-size: large;
  font-weight: bold;
}
.question_block {
  padding: 2px;
}
.question_label {
  font-weight: bold;
}




.introSection {
  width: 90%;
  padding: 10px;
  border: solid gray 1px;
  font-size: small;
  background-color: #f9f9f9;
  text-align: left;
}

.introSectionCanadaTitle {
  text-align: center;
  font-size: large;
  font-weight: bold;
}

.mainCategoryAnchors {
  font-size: Small;
  font-weight: bold;
}
.subCategoryAnchors {
  font-size: small;
  font-weight: normal;
}


.mainCategory {
  padding: 25px;
  font-size: large;
  font-weight: bold;
}
.subCategory {
  padding: 10px;
  font-size: .9em;
  font-weight: bold;
}


.itemsTable {
  width: 94%;
  padding: 3px;
  font-size: .8em;
}
.itemsTable td {
  width: 33%;
}
.itemsTableURLCell {
  width: 80%;
  padding: 3px;
  padding-bottom: 7px;
  font-size: .8em;
}

.groupCoordinator {
  padding: 10px;
}
.coordinatorNote {
  font-size: small;
  font-style: italic;
  font-weight: bold;
}
