*
{
    padding: 0;
    margin: 0;
}

body
{
    background: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #333333;
}

img
{
    border: none;
}
a
{
    color: #57626a;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
    color: #000000;
}

#wrap
{
    margin: 0 auto;
    width: 1000px;
}

#header
{
    padding: 10px 0 20px 0;
}
#header h1
{
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 0px;
    padding: 12px 0 5px 10px;
}
#header h1 a
{
    color: #57626a;
    text-decoration: none;
}
#header h1 a:hover
{
    color: #57626a;
    text-decoration: none;
}
#header h2
{
    color: #ccc;
    font-size: 15px;
    font-weight: 100;
    padding: 0 0 0 11px;
    letter-spacing: 0px;
    line-height: 25px;
}

#menu
{
    height: 40px;
    line-height: 40px;
    background: #57626a url(../images/menu.jpg) no-repeat; /*text-transform: uppercase;*/
}
#menu ul
{
    padding-left: 10px;
    list-style-type: none;
}
#menu ul li
{
    display: block;
    float: left;
}
#menu ul li a
{
    color: #eee;
    padding: 0 10px;
    text-decoration: none;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 0px;
}
#menu ul li a:hover
{
    color: #eee;
    text-decoration: underline;
}

#content
{
    padding: 10px 20px;
}

.tblformat
{
    text-align: left;
}
.tblformat table
{
    width: 100%;
    border-collapse: collapse;
}
.tblformat td, th
{
    padding: .3em;
    border: 1px #ccc solid;
}
.tblformat thead
{
    background: #57626a;
    color: #fff;
}

.right
{
    width: 738px;
    float: right;
    text-align: justify;
}
.right ol
{
    padding-left: 5em;
}
.right li
{
    font-size: 12px;
}
.right h2
{
    color: #FF4800;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 100;
    padding: 10px 0 15px 0;
}
.right h4
{
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: bold;
    padding: 10px 0 15px 0;
}
.text
{
    /* background-color: #57626a;
    position: relative;*/
    margin-top: 20px;
    padding-left:40px;
}
.text p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.text ol li
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.articles
{
    /* background-color: #57626a;
    position: relative;*/
    margin-top: 20px;
    width: 349px;
    padding-left:40px;
}

.latest
{
    background-color: #57626a;
   /* position: relative;*/
    position:absolute;
    top:160px;
    left:650px;
    width: 349px;
}
.latest h4
{
    background: #57626a url(../images/latest.jpg) no-repeat;
    line-height: 12px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: normal;
}
.latest ul
{
    background-color: #f5f5f5;
    list-style-type: square;
    padding: 5px 10px 10px 25px;
}
.latest li
{
    color: #333333;
    font-size: 12px;
}
.left
{
    width: 180px;
    float: left;
    padding: 10px;
    border-right: 1px solid #bbb;
    font-size: 12px;
}
.left ul
{
    list-style-type: square;
    padding: 5px 10px 10px 20px;
    color: #57626a;
}
.left h2
{
    height: 20px;
    font-size: 12px;
    color: #666;
    line-height: 30px;
    font-weight: bold;
}
.left h3
{
    height: 20px;
    font-size: 12px;
    color: #666;
    line-height: 30px;
    font-weight: normal;
}
.left p
{
    height: 30px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    font-weight: 600;
}

#pagingHeader
{
    margin-bottom: 20px;
    width: 715px;
    border-bottom: solid 1px #57626a;
    position: relative;
    margin-left: 20px;
}

#pagingFooter
{
    margin-top: 20px;
    width: 715px;
    border-top: solid 1px #57626a;
    position: relative;
    margin-left: 20px;
}

#footer
{
    background: #eee;
    border-top: 3px solid #57626a;
    margin-top: 20px;
    text-align: center;
    color: #333;
    font-size: 11px;
    padding: 10px;
}

