body {
    background-color    :   #f1f1ed;
    background-image    :   url('../images/bg/grey_4.gif');
    color               :   #ffffff;
}

a {
    color               :   #000000;
}

a:visited {
    /*
    color               :   #c98fac;
    */
}

a:hover {
    color               :   #555555;
}

div#content h1, div#extracolumn h1 {
    color               :   #000000;
    margin-bottom       :   10px;
}

div#content p {
    margin-bottom       :   30px;
}

div#content p.t {
    padding-top         :   7px;
}

div#extracolumn {
    color               :   #000000;
}

div#extracolumn ul {
    padding-top         :   0px;
}

div#extracolumn ul li {
    background-image    :   url('../images/ui/listitem-yellow-big.gif');
    background-position :   0px 1px;
    padding-bottom      :   16px;
    padding-left        :   10px;
    color               :   #d9a700;
    line-height         :   14px;
}

div#extracolumn ul li a {
    color               :   #7a7a4c;
}

div#extracolumn ul li a:hover {
    color               :   #000000;
}

div#extracolumn ul li.active {
    background-image    :   url('../images/ui/listitem-yellow-big.gif');
    font-weight         :   bold;
    color               :   #7a7a4c;
}

div#extracolumn ul li.active a {
    color               :   #7a7a4c;
}

div#extracolumn ul li.active a:hover {
    color               :   #989874;
}

span.date {
    font-size           :   11px;
    font-weight         :   bold;
    color               :   #d9a700;
}

div#largelinks {
	/*
    position            :   absolute;
    left                :   10px;
    top                 :   496px;
    */
}

div#largelinks li a {
	color               :   #008bbc !important;
}

div#largelinks li a:hover {
	color               :   #000000 !important;
}

a.large {
    background-image    :   url('../images/ui/listitem-yellow-double-big.gif');
    background-repeat   :   no-repeat;
    font-size           :   15px;
    color               :   #008bbc;
    text-decoration     :   none;
    padding-left        :   10px;
    display             :   block;
    letter-spacing      :   -1px;
    margin-bottom       :   15px;
    font-weight         :   bold;
}

a.large:hover {
    color               :   #000000;
}

p.e {
    
}