*{
margin:0px;
padding:0px
}
img{border:0px}
html{
width:100%;
padding:22px 0 0 0;
background-color:#1F1F1F;
}
body{
width:800px;
height:3000px;
margin:auto;
border:1px solid #012158;
padding:0 20px 0 20px;
background-color:#FFFFFF;
}
.menu{
padding:0 0 2px 0;
margin:0 0 1px 0;
border-bottom:3px solid #8A8F92;
height:45px;
width:800px;
}
.menu li, .menu img{
list-style-type:none;
float:left
}
#content{
width:800px;
border-top:1px solid #8A8F92;
padding:20px 0 20px 0;
font-size:12px;
color:#000;
}
#wrapper{
width:80%;
padding:19px 0 0 0;
}
.item{
width:350px;
float:left;
margin:0 30px 20px 0;
}
.item2 {
width:350px;
float:left;
padding:0 0 20px 0;
}
.item img, .item2 img{
float:left;
}
.title{
padding:0 0 20px 0;
}
.item p, .item2 p{
padding:0 0 0 10px;
margin:-2px 0 2px 0;
width:280px;
float:left
}
.item p a, .item2 p a{
color:#6C6C6C;
text-decoration:underline
}
.item p a:visited, .read:visited, .item2 p a:visited, #footer a:visited{text-decoration:underline}
.item p a:hover, .read:hover,.item2 p a:hover, #footer a:hover{text-decoration:none}
.read{
background-image:url(images/circle.gif);
background-position:0px 5px;
background-repeat:no-repeat;
padding:0 0 0 7px;
margin:7px 0 0 0;
float:left;
color:#1F1F1F;
text-decoration:underline
}
#wrapper .item2 .read2{
background-image:url(images/circle.gif);
background-position:0px 5px;
background-repeat:no-repeat;
padding:0 0 0 7px;
margin:1px 0 0 0;
float:left;
color:#1F1F1F;
text-decoration:underline
}
.news{
width:153px;
float:left;
border-right:1px solid #BEC1C3;
padding:0 15px 0 0
}
.news2{
float:left;
width:139px;
margin:0 0 0 20px
}
.news span, .news2 span{
color:#CD2701;
font-weight:bold;
display:block;
clear:both
}
.news a, .news2 a, .more{
float:left;
clear:both;
color:#CD2701;
width:55px;
font-weight:bold;
text-decoration:none;
font-size:10px;
background-image:url(images/arrows.jpg);
background-position:right 5px;
background-repeat:no-repeat;
padding:0 19px 0 0;
margin:10px 0 0 0
}
#footer{
background-image:url(images/bg.gif);
background-position:top left;
background-repeat:repeat-x;
float:left;
width:800px;
font-family:Tahoma;
font-size:11px;
color:#1F1F1F;
text-align:center;
padding:15px 0 0 0;
}
#footer a{
font-family:Tahoma;
font-size:11px;
color:#1F1F1F;
text-decoration:underline
}

table#table-01 {
    width: 95%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    background-color:#FFFFFF;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    white-space: nowrap;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

