/* CSS Document */
body {
margin: 0px;
background-image:  url(layout/back.gif);
background-repeat: repeat;
background-color: #000000;
}

a {
 font-family: Arial;
 font-size: 12px;
}

td {
font-family: Arial;
font-size: 12px;

}

a#footer{
color: FFFFFF;
}

a:link { color: #000000; font-weight: bold; text-decoration: underline; }
a:visited { color: #000000; font-weight: bold; text-decoration: underline; }
a:active { color: #000000; font-weight: bold; text-decoration: underline; }
a:hover { color: #000000; font-weight: bold; text-decoration: none; }

a#newslink {
padding: 2px;
display: BLOCK;
background-color: #B7B797;
border: SOLID 1px #000000;
text-decoration: none;
}
a#newslink:hover {
padding: 2px;
background-color: #63634D;
border: SOLID 1px #000000;
text-decoration: none;
}

.db_lside {
width: 12px;
background-image:  url(layout/db_lside.gif);
background-repeat: repeat-y;
}
.db_rside {
width: 12px;
background-image:  url(layout/db_rside.gif);
background-repeat: repeat-y;
}
.db_footer {
height: 12px;
background-image:  url(layout/db_footer.gif);
}

.footer {
height: 133px;
background-image:  url(layout/footer.gif);
}

.header {
height: 196px;
background-image:  url(layout/header.gif);

}
.main {
background-color: #000000;
}
/*
.main_head {
padding: 3px;
background-color: #B7B797;
border: SOLID 1px #000000;
}
*/
.main_headlines {
width: 390px;
background-color: #F5F5D2;
border-top: SOLID 2px #000000;
font-family: Arial;
font-size: 12px;
}

.main_side {
width: 150px;
background-color: #F5F5D2;
border-top: SOLID 2px #000000;
font-family: Arial;
font-size: 12px;
}

.main_side_head {
padding: 2px;
display: BLOCK;
background-color: #B7B797;
border: SOLID 1px #000000;
font-family: Arial;
font-size: 12px; 
font-weight: bold;
}

.main_headlines_footer {
background-image: url(layout/main_head_footer.gif);
background-repeat: repeat-x;
height: 12px;
}

.main_side_footer {
background-image: url(layout/main_side_footer.gif);
background-repeat: repeat-x;
height: 12px;
}

.admin_back {
border: SOLID 1px #000000;
background-color: #F5F5D2;
}

.admin_head {
font-weight: bold;
text-align: center;
border: SOLID 1px #000000;
background-color: #B7B797;
padding: 2px;
}

input {
width: 100%;
background-color: #373A45;
border: SOLID 1px #000000;
color: #FFFFFF
}

select {
width: 100%;
background-color: #373A45;
border: SOLID 1px #000000;
color: #FFFFFF;
}

textarea {
background-color: #373A45;
border: SOLID 1px #000000;
color: #FFFFFF
}