html, body {
        margin:0;
        padding:0;
        height:100%;
        text-align: center;
        font-family: Tahoma;
        font-size: 12px;
}

img {
        border: none;
}

form { margin: 0; padding: 0; }

/************************************/
div.page-wrapper {
        /*height: 100%;*/
        min-width: 900px;
        max-width: 1100px;
        padding: 0 20px;
        background: #909090 url(../images/bg-01.gif) repeat-x;
        margin: 0 auto;
}

table.main-table {
        width: 100%;
        height: 100%;
        background: #fff url(../images/bg-03.jpg) repeat-x;
}

td.left-border {
        width: 35px;
        background: url(../images/bg-02.jpg) no-repeat;
}

td.left {
        width: 220px;
        background: url(../images/bg-04.jpg) no-repeat;
        vertical-align: top;
        text-align: left;
}

td.content {
        vertical-align: top;
        text-align: left;
}

img.logo {
        margin: 10px 0 15px 15px;
}

div.menu {
        padding: 0 10px;
        background: url(../images/bg-06.png) left center repeat-y;
}

div.search {
        padding: 25px 0 0 0;
        background: url(../images/bg-05.png) top no-repeat;
}

div.search  div {
        height: 68px;
        color: #35609a;
        padding: 15px 0 0 20px;
        background: url(../images/bg-09.png) top no-repeat;
}

input.search-button {
        width: 20px;
        height: 20px;
        border: none;
        background: url(../images/search.gif) center no-repeat;
        cursor: pointer;
}

div#news {
        width: 200px;
        margin-left: 10px;
        background: #e4fcc0;
}

div#news div {
        margin: 0 10px;
        color: #818181;
        font-size: 11px;
        text-align: justify;
}

div#news h3 {
        margin: 5px 0;
        color: #696d88;
        font-size: 12px;
}

div#news a, div.content h3.title {
        margin: 0;
        color: #696d88;
        font-weight: bold;
}

div#news p {
        margin: 0 0 10px;
        border-bottom: #696d88 1px dashed;
}

div#news a.readmore {
        display: block;
        font-size: 10px;
        font-variant: italic;
        color: #35609a;
        text-align: right;
        margin-bottom: 5px;
}

img.banner {
        margin: 10px;
}

/*********************************/
div.top-menu {
        margin: 12px;
        color: #696d88;
        font-weight: bold;
		width: 715px;
}

div.top-menu a {
        color: #696d88;
        text-decoration: none;
}

div.top-menu a:hover {
        text-decoration: underline;
}

div.set {
        float: right;
        margin-top: -30px;
}

div.slogan {
        margin: 35px 0 0 20px;
}

div.slogan h2 {
        text-transform: uppercase;
        color: #fff;
        font-size: 18px;
        margin: 5px 0;
}

div.content {
        margin: 50px 20px 0;
}

div.content h3.title {
        padding: 0 0 9px 5px;
        background: url(../images/bg-10.png) left bottom no-repeat;
}

div.content h3.title span {
        display: block;
        border-bottom: #696d88 1px solid;
        padding-bottom: 2px;
}

div.footer {
        height: 25px;
        padding: 0 15px 0 70px;
        background: #fff url(../images/bg-11.gif) left bottom repeat-x;
}

div.footer span, div.footer a {
        color: #818181;
        font-size: 10px;
}

div.footer a {
        font-weight: bold;
        text-decoration: none;
}
