
/* Redefine */
/* -------------------------------------------------- */
body {
    background: white url('images/backg1.jpg') left repeat-y;
    margin-top: 0;
    overflow: -moz-scrollbars-vertical !important;
}
body, td, th, h1, h2, h3, input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}
body, td, th, h1, h2, h3, input, select, textarea {
    font-size: 10pt;
}
small {
    font-size: 8pt;
}
p, h1, h2, h3 {
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
a, a:visited {
    color: #28289B;
}
a:hover {
    color: #4545CF;
}
img {
    border: none;
}


/* Menu */
/* -------------------------------------------------- */
#menu {
    width: 175px;
    float: left;
    padding-top: 105px;
}
#menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
}
#menu li {
    margin: 0;
    margin-bottom: 3px;
}
#menu a {
    display: block;
    color: white;
    text-decoration: none;
    background: url('images/menubg.gif') no-repeat;
    width: 156px;
    height: 26px;
    /*padding-top: 5px;*/
    padding-left: 7px;
}
#submenu {
    width: 100%;
    float: left;
    margin: 10px 0;
}
#submenu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}
#submenu li {
    font-style: italic;
    margin-bottom: 2px;
}
#submenu.multicol li {
    width: 190px;
    display: block;
    float: left;
}


/* News */
/* -------------------------------------------------- */
.entry {
    margin-bottom: 10px;
}
.related ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}
.related li {
    margin: 5px 0;
}


/* Members */
/* -------------------------------------------------- */
.memberEntry {
    padding-top: 10px;
}
.memberEntry h3 {
    font-weight: bold;
}
.memberEntry h3.clickable {
    cursor: pointer;
}
.memberEntry .content {
    height: 108px;
}
.memberEntry .info {
    background: #EEEEEE;
    padding: 6px;
}
.memberEntry strong {
    width: 100px;
    display: block;
    float: left;
    font-weight: normal;
}
.member_search_adv {
    width: 184px;
}
.member_search_adv input, .member_search_adv select {
    width: 184px;
    margin-bottom: 3px;
}

/* Logo */
/* -------------------------------------------------- */
#logo {
    clear: right;
    margin-bottom: 20px;
}

/* Content */
/* -------------------------------------------------- */
#content {
    width: 381px;
    float: left;
}
h1 {
    color: red;
    font-weight: bold;
    font-size: 13pt;
}
h2 {
    color: red;
    font-weight: bold;
}
p {
    margin-bottom: 13px;
}
p.ingress {
    color: red;
    font-weight: bold;
}
li {
    margin-bottom: 10px;
}
hr {
    border: 0;
    color: red;
    background: red;
    width: 100%;
    height: 2px;
    margin: 15px 0;
}


/* Right column */
/* -------------------------------------------------- */
#rcol {
    width: 184px;
    float: left;
    border-left: 1px solid #666666;
    padding-left: 15px;
    margin-left: 15px;
}


/* Footer */
/* -------------------------------------------------- */
.trailer {
    padding-top: 2px;
    padding-left: 175px;
    color: #CCCCCC;
    font-size: 9px;
    line-height: normal;
    clear: both;
}
.trailer a, .trailer a:visited {
    color: #CCCCCC;
    text-decoration: none;
}

