/* Style Definitions */
body {
    color: black;
    font-size: 32pt;
    max-width: 1014px;
    max-height: 758px;
    min-width: 1014px;
    min-height: 758px;
}

#main-container {
    /*border-style: solid;*/
    /*border-color: red;*/
    /*border-width: 1px;*/

    max-height: 758px;
    max-width: 1004px;
    min-height: 758px;
    min-width: 1004px;
}

/* the first of the three main DIVs */
#divHeader {
    margin-top: 12px;
    text-align: center;
    width: 100%;
}

#divMenu {
    max-width: 1004px;
    min-width: 1004px;
    text-align: center;
}

#divContent {
    color: black;
    font-size: 12pt;
    text-align: left;
}

#mchoaPicture {
    width: 600px;
    height: 303px;
    margin-right: 15px;
}

#divContentLeft {
    float: left;
    max-width: 600px;
    min-width: 600px;
}

#divContentRight {
    margin-left: 600px;
    padding-left: 12px;
    padding-right: 12px;
}

/* formats the table in right side of page */
/* horiz-align: center; */
#divContentRight table td {
    margin: auto;
}

#divContentRight table td a {
    color: black;
}

#divContentRight table td a:link {
  text-decoration: none;
}

#divContentRight table td a:visited {
  text-decoration: none;
}

#divContentRight table td a:hover {
  text-decoration: underline;
}

#divContentRight table td a:active {
  text-decoration: underline;
}

.docInfo {
    color: black;
    font-size: 11pt;
    margin-bottom: 20px;
    padding-bottom: 12px;
    text-align: left;
    text-decoration: none;
}

.small {
    color: black;
    font-size: 9pt;
    font-style: italic;
    text-decoration: none;
}

.smallTitle {
    color: navy;
    font-size: 14pt;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.calendar {
    border: 0;
    margin-top: 20px;
}

/* the third of the three main DIVs */
#divFooter {
    margin: 15px 5px 5px 5px;
}

#pageTitle {
    color: darkgreen;
    font-size: 32pt;
    margin: auto;
    margin-bottom: 20px;
}

#divSubtitle {
    color: #FFFFCC;
    font-size: 18pt;
    margin: auto;
    margin-bottom: 20px;
}

#homeTopTable, #homeMidTable {
	width: 100%;
	max-width: 1004px;
} 
 
/* horiz-align: center; */
.menuLine {
    width: 98%;
    margin: auto;
    size: 2px;
    color: black;
    padding: 0;
}

.menuLineTop {
    margin-top: 5px;
    margin-bottom: -15px;
}

.menuLineBottom {
    margin-top: -4px;
    margin-bottom: 15px;
}

.wccTitle {
    font-size: 48pt;
    font-family: stencil;
}

.wccMenuItem {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
}

.wccMenuItemFirst {
    margin-left: 2px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
}

.wccMenuItemLast {
    margin-left: 20px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
}

.photol {
    width: 495px;
}
/* horiz-align: center; */

.photop {
}
/* horiz-align: center; */

/* style used on all links */
.wccLink {
    color: black;
}

.wccMenuLink {
    color: black;
    text-decoration: none;
    font-size: 12pt;
}

.wccExternalLink {
    color: black;
    text-decoration: underline;
    font-size: 32pt;
    font-family: stencil;
}

.left {
    text-align: left;
}

.floatLeft {
    float: left;
    text-align: left;
}
.floatRight {
    float: right;
    text-align: left;
}

.unorderedList {
    margin-bottom: -2px;
    margin-top: -2px;
}

#footerLeft {
    float: left;
    text-align: center;
}
#footerRight {
    float: right;
    text-align: center;
}

.footerLabel {
    color: darkgreen;
    font-size: 18pt;
}
.footerValue {
    color: black;
    font-size: 18pt;
}

.siteTitle {
    margin-top: 15px;
    margin-bottom: 25px;
    font-family: "Palatino";
    font-style: italic;
    font-size: 36pt;
    color: black;
    text-align: center;
}

img.external {
    display: inline-block;
    width: 9px;
    height: 9px;
}

table.spaced td {
    padding-right: 15px;
}

/*    font-family: "Arial"; */
/*    font-family: "Helvetica"; */
/*    font-family: "Times New Roman";*/

/* styles the section headers within the menu */
h4 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.bold {
    font-weight: bold;
}
.italics {
    font-style: italic;
    color: darkgrey;
}

/* text colors */
.black {
    color: black;
}

.blue {
    color: blue;
}

.green {
    color: #006600;
}

.lightGreen {
    color: #00B050;
}

.red {
    color: red;
}

.purple {
    color: #6633CC;
}

table.borders {
    width: 100%;
}

table.borders th, table.borders td {
    border-style: solid;
    border-color: black;
    border-width: 1px;
    margin: 0;
}

#gmap {
    max-height: 325px;
    min-height: 325px;
    max-width: 430px;
    min-width: 430px;    
}

.caption {
    color: black;
    font-size: 11pt;
    margin-top: 3px;
}

.borders {
    border-style: solid;
    border-color: black;
    border-width: 1px;
}

.center {
    align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}
.centerp {
    align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
}
