html{color:#fff;background:#7f7f7f;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

* {
    margin:0px;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:150%;
    color: #ffffff;
}

body {
    background-color:#7f7f7f;
    text-align: center;
    padding-bottom: 50px;
}

input {
    background-color: #1a1a1a;
    border: 2px solid #7f7f7f;
    font-weight: bold;
}

a {
    color: #ffffff;
    text-decoration: underline;
}

a:hover {
    color: #00c600;
    text-decoration: none;
}

h3 {
    font-size: 13px;
}

li {
    list-style: none;
}

img {
    border: 0px;
}
table {
    border-spacing: 0px;
    empty-cells: show;
}
td {
    vertical-align: top;
}

fieldset {
    border: 2px solid #7f7f7f;
    width: 400px;
    
}

fieldset legend {
    font-weight: bold;
    color: #7f7f7f;
    margin-left: 5px;
}

fieldset input {
    border: 0px;
    width: 400px;
}

fieldset textarea {
    width: 400px;
    border: 0px;
    height: 90px;
    background-color: #1a1a1a;
}

.bold {
    font-weight: bold;
}

.lidot {
    list-style: url('/images/greendot.gif');
    margin-left: 15px;
}

.newspic {
    float: left;
    margin-right: 25px;
    margin-bottom: 15px;
}

.cleaner {
    clear: both;   
}

#content {
    margin: 50px auto 0px auto;
    background-color:#1a1a1a;
    width: 850px;
    text-align: left;
}

#header {
    height: 250px;
    background-image: url('/images/header.gif');
    background-repeat: no-repeat;
    margin: 0px 50px 0px 50px;
}

#header h1 {
    padding: 40px 0px 35px 20px;
    color: #7f7f7f;
    font-size: 20px;
    font-weight: bold;
}

#header h2 {
    clear: both;
    color: #7f7f7f;
    font-size: 13px;
    font-weight: bold;
    padding-top: 30px;
    padding-left: 20px;
}

#header h2 a {
    color: #00c600;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    padding-right: 15px;
}

#header h2 a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#header ul {
    padding-left: 20px;
}

#header ul li {
    margin-right: 10px;
    float: left;
    list-style: none;
}

#header ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

#header ul li a:hover {
    color: #7f7f7f;
}

#main {
    padding: 20px 70px 20px 70px;
}

#main #newsmenu {
    width: 200px;
    float: left;
}

#main #newsmenu li {
    margin-bottom: 10px;
}

#main #newsbox {
    margin-left: 215px;
}

#footer {
    padding-top: 15px;
    text-align: center;
    font-size: 9px;
}

div .downimg {
    height: 60px;
    width: 50px;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

#footer a{
    font-size: 9px;
    text-decoration: none;
}