body,td,th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

body {
    background-color: #000000;
    margin-left: 25px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

h1 {
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
}

img {
    border: none;
}

.heading {
    position: relative;
    font-size: 12px;
    top: -20px;
    color: #ffffff;
}

#container {
    /*width: 1175px; */
    border-collapse: collapse;
}

#container td {
    vertical-align: top;
}

#menu {
    margin-left: 0;
    margin-right: 100px; /* was 50px; */
}

#menu td {
    padding-top: 20px;
    text-align: center;
    width: 110px;
}

#menu td.submenu {
    padding-top: 0px;
}

a {
    text-decoration: none;
    color: #ffffff;
    outline: none;
}

li {
    margin-left: 20px;
    margin-top: 4px;
    font-size: 14px;
}

#content {
    padding-top: 20px;
    /*width: 1000px;*/
}

.category_title {
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.category_title a {
    text-decoration: none;
    color: inherit;
}

.artwork a:visited {
    color: #cc0000;
}
.artwork a:hover, .artwork a:active {
    color: #ff0000;
}
.artwork .category_title {
    color: #cc0000;
    border-bottom: solid 1px #cc0000;
}
.artwork .category_title a {
    color: #cc0000;
}
.artwork li {
    list-style-image: url(_img/smalltriangle_08.gif);
}

.public-art a:visited {
    color: #009900;
}
.public-art a:hover, .public-art a:active {
    color: #00cc00;
}
.public-art .category_title {
    color: #009900;
    border-bottom: solid 1px #009900;
}
.public-art .category_title a {
    color: #009900;
}
.public-art li {
    list-style-image: url(_img/smallcircle_11.gif);
}

.writing h1 {
    margin-bottom: 35px;
}

.writing a:visited {
    color: #0000cc;
}
.writing a:hover, .writing a:active {
    color: #0000ff;
}
.writing .category_title {
    color: #000099;
    border-bottom: solid 1px #000099;
}
.writing .category_title a {
    color: #000099;
}
.writing li {
    list-style-image: url(_img/smallcube_13.gif);
}


.links a:visited {
    color: #0000cc; /*#c0c0c0;*/
}

.links a:hover, .links a:active {
    color: #0000ff; /*#808080;*/
}

.links li {
    margin-top: 1em;
    margin-left: -20px;
}

.links ul ul li {
    margin-top: 0;
}

#footer {
    font-size: 12px;
    color: #cccccc;
    margin-top: 40px;
    margin-bottom: 20px;
}

#copyright {
    float: right;
    margin-right: 400px;
}

.thumbs {
}

.thumbs td {
    width: 100px;
    text-align: center;
}

.thumbs img {
    margin-left: 10px;
    margin-right: 10px;
}

.thumbs .legend {
    width: inherit;
    height: 40px;
    display: block;
    font-size: 8pt;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0 10px;
}

.big_image img {
    margin-right: 50px;
}

.big_image .legend {
    display: block;
    font-size: 12px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 30px;
}

.style18 {
    color: #000000;
    font-size: 10px;
}

/*** for the writing section ***/
.text_page {
    margin-top: -30px;
    margin-bottom: 20px;
    background: #ffffff;
    width: 460px;
    clear: both;
    padding: 57px;
}

.text_page p {
    color: #000000;
    font-size: 10pt;
}

.text_page span.text_title {
    font-weight: bold;
    border-top: solid black 1px;
    border-bottom: solid black 1px;
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto;
}

.text_page p.text_heading {
    font-style: italic;
    padding: 40px 0 30px 0;
}

.text_page p.text_footer {
    padding: 40px 0 0 0;
}

.text_page ul li {
    color: #000000;
    font-size: 10pt;
    list-style-image: none;
}

.text_page .alert {
    color: #cc0000;
    font-size: 7pt;
    margin-top: -30px;
}

.text_page .title1 {
    font-size: 30pt;
}

.text_page .title2 {
    font-size: 13pt;
}

.text_page table td {
    color: #000000;
    font-size: 10pt;
}

.text_page table td.smaller {
    color: #000000;
    font-size: 7pt;
}

