body {
margin: 0 0 15px;
padding: 0;
margin-top: 8px;
background: #77b;
}
body, td {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}
#subTitle {
background: #000;
color: #fff;
padding: 4px;
font-weight: bold;
}
#siteNavigation a, #siteNavigation .current {
font-weight: bold;
color: #448;
text-decoration: none;
}
#siteNavigation .current {
background-color: #ccd;
}
#siteNavigation a:hover {
background-color: #fff;
color: #000;
}
#siteNavigation a:active {
background-color: #ccc;
}
a:link {
text-decoration: underline;
color: #00f;
}
a:visited {
text-decoration: underline;
color: #000;
}
a:hover {
text-decoration: underline;
color: #c00;
}
a:active {
text-decoration: underline;
}
#pageContent {
clear: both;
border-bottom: 6px solid #000;
padding: 20px 10px 10px;
line-height: 1.65em;
}
#pageContent, #siteNavigation {
background-color: #ccd;
}
.imgLeft {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.imgRight {
float: right;
margin-left: 10px;
margin-bottom: 10px;
}
hr {
height: 1px;
background-color: #000;
border: none;
margin-bottom: 15px;
}
h1, h2, h3, h4 {
margin: 0;
font-weight: bold;
}
h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.18em; }
.blak { background-color: #000; }
.hide { display: none; }
.tableWidth { min-width: 400px; }
.tblRegular {
border-collapse: collapse;
}
.tblRegular td {
padding: 6px;
border: 2px solid #99c;
}
.tblHeaderColor, .tblHeaderColor td {
background: #99c;
}
.tblNoBorder td {
border: 0;
}