body {
margin: 0px;
background-color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 1em;
}

p
{
color: #ffffff;
font-size: .8em;
text-align: justify;
line-height: 1.7em;
}


td {padding: 0px}

img {
margin: 0px;
border: 0px;
padding: 0px;
}

h1 {
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.5em;
text-align: left;
letter-spacing: 5px;
}

h2 {
color: #ffffff;
font-size: 1.1em;
text-align: left;
}


#container {
width: 650px;
margin: 0 auto 0 auto;
}

#main-text {
background-color: #000000;
padding-top: 4px;
padding-bottom: 30px;
padding-left: 50px;
padding-right: 50px;
color: #ffffff;
}


/* News Section */

div.news {
background-color: #000000;
color: #ffffff;
border-top: solid #ffffff 2px;
border-bottom: solid #ffffff 2px;
}

div.news-element {
background-color: #000000;
color: #ffffff;
border-bottom: dashed #ffffff 2px;
}

span.news-heading {
color: #ffffff;
font-size: 1.1em;
text-align: left;
border-bottom: solid #ffffff 1px;
}

span.email-link {
font-size: .8em;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#newslist {
font-size: .8em;
}


/* Comments Section */
div.comments {
background-color: #000000;
color: #ffffff;
border-top: solid #ffffff 2px;
border-bottom: solid #ffffff 2px;
}

#commentlist {
font-size: .8em;
}

#commentlist p {
margin-top: 15px;
margin-bottom: 4px;
font-size: 1em;
}

cite {
font-size: .7em;
font-style: normal;
border-left: 2px solid #666666;
margin-left: 10px;

}

div.comments-form {
background-color: #000000;
padding-left: 50px;
padding-right: 50px;	
}

span.commentform-title {
color: #ffffff;
font-size: 1em;
text-align: left;
line-height: 2em;
}

span.commentform-label {
color: #ffffff;
font-size: .8em;
text-align: left;
}

span.commentform-required {
color: #ff2400;
font-size: .8em;
text-align: left;
}

p.commentform-buttons {
font-size: 1em;
}

#comments input {
background: #ffffff;
border: 1px solid #000;
font-size: .8em;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input#subject {
visibility: hidden;
}

#comments textarea {
overflow: auto;
background: #ffffff;
border: 1px solid #000;
font-size: .8em;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#commentlist li {
border-bottom: 1px dashed #ffffff;
}

/* About Section */
div.about {
background-color: #000000;
color: #ffffff;
border-top: solid #ffffff 2px;
border-bottom: solid #ffffff 2px;
}


/* Links Section */
div.links {
background-color: #000000;
color: #ffffff;
border-top: solid #ffffff 2px;
border-bottom: solid #ffffff 2px;
}

div.links table.links td {
text-align: left;
vertical-align: text-top;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
line-height: 1.7em;
}

span.contact-email-link {
font-size: 1em;
}

 


/* Link Colors */
a:link {
color: #666666;
text-decoration: none;
}

a:visited {
color: #666666;
text-decoration: none;
}

a:hover {
color: #999999;
text-decoration: none;
}

a:active {
text-decoration: none;
}


