* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}

a:link, a:visited, a:active {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}
#container {    
    width: 815px;
    margin: 0 auto 0 auto;
    border-right-style: dashed;
    border-right-color: #000000;
    border-right-width: 1px;
    display: table;
    overflow: hidden;
}
#header {    
    width: 814px;
}
#bar1 {
    background: url(/images/navbg2.jpg);
    height: 20px;
    background-repeat: repeat;
}
#bar2 {
    background-color: #F3F3F3;
    height: 20px;
    padding: 5px 0 0 7px;
}
#bar3 {
    background: url(/images/navbg2.jpg);
    height: 18px;
    background-repeat: repeat;
    float: left;
    width: 814px;
    font-size: 9px;
    text-align: center;
    padding-top: 2px;
}
#wrapper {
    float: left;
    margin: 0 auto 0 auto;
}
#navigation {
    width: 180px;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #666666;
    font-weight: bold;
    font-size: 12px;
    margin-right: 2px;
}
#content {
    width: 617px;
    float: right;
    font-size: 11px;
    padding: 5px 5px 0px 5px;
    height: 100%;
    border-left-style: dashed;
    border-left-color: #000000;
    border-left-width: 1px;
    margin-bottom: -1000px;
    padding-bottom: 1010px;
}
#content .box {
    text-align: left;
    margin-bottom: 5px;
    padding: 2px;
    border: 1px solid #bababa;
    background: #EDEDED;
    font-weight: normal;
    font-size: 13px;
    overflow: hidden;
}
#content .head {
    text-align: left;
    font-size: 14px;
    padding: 2px;
    background: #c4c4c4;
    border: 1px solid #bababa;
    color: #000000;
    font-weight: bold;
    margin-bottom: 5px;
}
#content .news_footer {
    text-align: right;
    padding-top: 5px;
    font-style: italic;
}
#navigation .box {
    text-align: left;
    margin-bottom: 5px;
    border: 1px solid #bababa;
    background: #EDEDED;
    font-weight: normal;
    font-size: 11px;
    overflow: hidden;
}
#navigation .head {
    text-align: left;
    font-size: 11px;
    padding: 2px;
    background: #c4c4c4;
    border: 1px solid #bababa;
    color: #000000;
    font-weight: bold;
}
#navigation .news_footer {
    text-align: right;
    padding-top: 5px;
    margin-bottom: 10px;
}
input, select {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #333333;
    border: solid 1px;
    border-color: #000000;
    margin: 2px 0px 2px 0px;
    padding: 0px 3px 0px 3px;
}
textarea {
    font-family: Arial;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #333333;
    border: solid 1px;
    border-color: #000000;
    margin: 2px 0px 2px 0px;
    padding: 0px 3px 0px 3px;
}
ul {
    list-style: none;
    padding-left: 15px;
    display: block;
}

table {
    text-align:left;
    border: 0px;
    border-spacing: 2px;
    vertical-align: top;
}

td {
    vertical-align: top;
    text-align: left;
}

th {
    vertical-align: top;
    text-align: right;
}
