div.searchBar {
        padding-right: 5px;
        padding-left: 5px;
        background-color: #f7d69d;
        color: #000000;
}


table.searchBar {
        width: 100%;
        height: 34px;
}

input.searchBar {
        color: red;
        background-color: #fff2ba;
        border: 0px;
}

input.searchBar#text {
        border: 1px solid black;
	color: black;
}

input.searchBar#button {
        color: black;
        border: 1px solid black;
}

div.pageLogo {
        height: 80px;
        background-color: #749aba;
        border-top: 1px solid #000000;
        border-bottom: 0px solid #000000;
        padding-right: 15px;
        vertical-align: middle;
}

table.pageLogo {
        border-collapse: collapse;
        width: 100%;
        height: 100%;
}

div.icons {
        text-align: center;
        margin: 5px;
}

div.menuLeft {
        position:       absolute;
        top:            0px;
        left:           0px;
        width:          150px;
        color:          white;
        background-color:       #f7d69d;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;
}

div.menuHead {
        text-align:     center;
        vertical-align: middle;
        padding-top:    3px;
        padding-bottom: 3px;
        padding-left:   20px;
        padding-right:  20px;
        font-weight:    bold;
        background-color:  #000000;
        line-height: 18px;
}

div.menuItem {
        line-height: 16px;
        margin-bottom: 8px;
        font-size: 16px;
}

ul.menuitem {
}

li.menuItem {
        list-style-type: square;
}

li.menuItem:hover {
        list-style-type: disc;
        color: #990000;
}

li.menuItem a {
        color: black;
        text-decoration: none;
}

li.menuItem a:link,active,hover,visited {
        text-decoration: none;
}

div.pageTopRight {
        padding: 4px 15px 5px 15px;
        font-size: 14px;
        color: white;
        background-color: #ffd4d4;
        position:       absolute;
        right:  0px;
        top:            115px;
        margin-bottom: 20px;
}

div.pageContent {
        position: absolute;
        margin-top: 20px;
        right: 20px;
        left: 195px;
}

td.contentTopic {
        font-size: 26px; 
        font-weight: bold;
        border-bottom: 2px dotted #9dd4d4;
        padding-bottom: 10px;
}

td.content {
        font-size: 18px;
        padding: 20px;
        line-height: 22px;
	color: black;
}

div.content {
        font-size: 18px;
        padding: 20px;
        line-height: 22px;
	color: black;
}
html, body {
        /* removes white border in crappy IE */
        margin: 0px;
        padding: 0px;
        border: 0px;

        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-size: 12px;
        color: #000000;
        background-color: #749aba;
/*        background: url("pics/paper.jpg") transparent; */
}

a {
        color: black;
        text-decoration: underline;
}
a:link {
        text-decoration: underline;
}
a:visited {
        text-decoration: underline;
}
a:hover {
        text-decoration: underline;
}
a:active {
        text-decoration: underline;
}

td {
        vertical-align: top;
}

img {
        vertical-align: middle;
        border: 0px;
}

dt {
        font-style: oblique;
}

h3 {
        margin-top: 35px;
}
