body {         
    background: url(img/bg.jpg) repeat-x top;
    background-color: rgb(235,235,235);                 
    
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Tahoma;
}

div.top {
    width: 1000px;
    height: 230px;
    background: url(img/top.jpg) no-repeat top;
    margin: auto;
    margin-top: 15px;
    border: solid 1px rgb(220,220,220);
    border-top: none;
}

div.main {
    width: 1000px;
    margin: auto;
    background-color: white;
    border: solid 1px rgb(220,220,220);
    padding-bottom: 30px;
    border-bottom: none;
    border-top: none;
}

div.footer {
    background: url(img/bg.jpg) repeat-x top;
    padding: 0px 10px 10px 10px;
    text-align: right;
    color: rgb(210,210,210);
    font-size: 10px;
}                       

div.footer2 {
    width: 1000px;
    margin: auto;
    background-color: white;;
    height: 20px;
}

div.menu {
    margin-left: 20px;
    float: left;
}

div.menu a {
    color: rgb(30,110,30);
    display: block;
    width: 250px;
    font-weight: bold;
    padding: 4px 0px 4px 17px;
    background: url(img/li.png) no-repeat left;
    text-decoration: none;
    font-size: 11px;
}

div.menu a:hover {
    text-decoration: underline;
    color: black;
}

div.text {
    padding: 15px 25px 0px 15px;
    font-size: 12px;
    line-height: 130%;
    margin-left: 290px;
    color: rgb(60,60,60);
}

div.title {
    color: rgb(0,0,100);
    font-weight: bold;
    text-transform: uppercase;    
    font-size: 16px;
    font-style: italic;
    border-bottom: solid 1px rgb(180,180,180);
    padding: 0px 0px 3px 0px;
    margin: 0px;
}

.tit2 {
    color: #990033;
    font-size: 15px;
    font-weight: bold;
}

strong {
    color: black;
}

ul.sep li {
    margin: 3px 0px 3px;
}

div.text a {
    color: blue;
    text-decoration: none;
}

div.text a:hover {
    text-decoration: underline;
    color: black;
}

a img {
    border: none;
    vertical-align: middle;
}
    
a.back {
    color: rgb(100,100,100);
    float: right;
    font-size: 10px;
}