/*******************/
/*                 */
/*  Common styles  */
/*                 */
/*******************/

* {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
}

html, body {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    background: url("/design/img/rightcol_bg.png") repeat-y 80% 0;
}

body {
    position: relative;
    width: 100%;
    min-height: 100%;
    min-width: 1000px;
    background: url("/design/img/leftcol_bg.png") repeat-y 20% 0;
}

* html body {
    height: 100%;
}

/******************/
/*                */
/*     Header     */
/*                */
/******************/

#header {
    position: relative;
    width: 100%;
    height: 301px;
    background: #75ce9b url("/design/img/header_bg.png") repeat-x;
}

#header big {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 301px;
    background: url("/design/img/logo.jpg") no-repeat 41px 0;
}

#header big a {
    position: absolute;
    top: 5px;
    left: 100px;
    width: 310px;
    height: 60px;
    overflow: hidden;
    text-indent: -300px;
}

/****************/
/*              */
/*     Menu     */
/*              */
/****************/

#menu {
    border-bottom: 1px solid #24843c;
    background: #24843c;
    overflow: hidden;
    //zoom: 1;
}

/*****************/
/*               */
/*    Layout     */
/*               */
/*****************/

#content {
    width: 100%;
    padding: 0 0 81px 0;
    background: url("/design/img/book.jpg") no-repeat 0 14px;
    overflow: hidden;
    //zoom: 1;
}

#centercol {
    width: 60%;
    float: left;
    margin-left: 20%;
    padding: 36px 0 40px 0;
}

* html #centercol {
    margin-left: 10%;
}

#leftcol {
    width: 20%;
    float: left;
    margin-left: -80%;
    padding: 36px 0 40px 0;
    background: url("/design/img/left_top.png") no-repeat right top;
}

#rightcol {
    width: 20%;
    float: right;
    padding: 36px 0 40px 0;
    background: url("/design/img/right_top.png") no-repeat left top;
}

div.clear {
    clear: both;
}

#leftcorner {
    position: absolute;
    width: 72px;
    height: 86px;
    right: 80%;
    bottom: 81px;
    background: url("/design/img/leftcorner.png") no-repeat;
}

#rightcorner {
    position: absolute;
    width: 72px;
    height: 86px;
    left: 80%;
    bottom: 81px;
    background: url("/design/img/rightcorner.png") no-repeat;
}


/******************/
/*                */
/*     Footer     */
/*                */
/******************/

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 81px;
    background: #409455 url("/design/img/footer_bg.png") repeat-x;
}

#footer .copy {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 16px;
    font-size: 8pt;
    text-align: center;
    color: white;
}

/******************/
/*                */
/*     Content    */
/*                */
/******************/

h1 {
    font-family: Arial, sans-serif;
    font-size: 16pt;
    font-weight: normal;
    text-transform: uppercase;
    color: #24843c;
    margin: 0 20px 30px 20px;
}

h2 {
    font-family: Arial, sans-serif;
    font-size: 16pt;
    font-weight: normal;
    text-transform: uppercase;
    color: #24843c;
    margin: 0 10px 30px 20px;
    padding: 0 0 15px 0;
    background: url("/design/img/h_bg.png") no-repeat left bottom;
}

#leftcol h2 {
    margin: 0 0 30px 64px;
}

/* NEWS */

dl.lastnews {
    margin: 0 10px 0 20px;
    padding: 0;
}

dl.lastnews dt {
    display: inline;
    margin: 0;
    padding: 0 3px;
    background: #8d4767;
    color: white;
    clear: both;
}

dl.lastnews dd {
    margin: 5px 0 20px 0;
    padding: 0;
}

dl.lastnews dd a {
    color: #4b4b4b;
}

dl.lastnews dd a:hover {
    color: #8d4767;
}

a.allnews {
    display: block;
    margin: 0 10px 0 20px;
    padding: 3px 0 15px 20px;
    font-weight: bold;
    font-size: 8pt;
    background: url("/design/img/allnews.png") no-repeat 0 3px;
}

div.newsitem {
    overflow: hidden;
    margin: 0 10px 26px 10px;
    *zoom: 1;
}


/* LINK */

a {
    color: #24843c;
}

a: visited {
    color: #4b4b4b;
}

a:hover {
    color: #8d4767;
}

/* CATALOG */

ul.catalog {
    margin: 10px;
    padding: 0;
    list-style: none;
}

ul.catalog li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.catalog li a {
    display: block;
    padding: 2px 0 8px 30px;
    background: url("/design/img/bullet_green.png") no-repeat;
    color: #4b4b4b;
}

ul.catalog li a:hover {
    background: url("/design/img/bullet_purple.png") no-repeat;
    color: #8d4767;
}

div.cataloglist  table td a
{
    color: #8d4767;
font-size: 110%; 
}
div.cataloglist  table td a:hover
{
    color: #24843c;
}

span.lnk {
color: Gray;
text-decoration: none;
font-size: x-small;
}

