/*** Normalized ***/






.content a {
    color: #c91608;
}

.content a:visited {
    color: #676767;
}

.content a:hover {
    color: #c91608;
}

/*---------------------------------------------------*/

#main_body {
    color: #000000;
    background: #e1fbff;
}

#containertop {
    background: url(images/static/container_top.gif) no-repeat;
}

#containerbottom {
    background: url(images/static/container_bottom.gif) no-repeat;
}

#container {
    background: url(images/static/container_main.gif) repeat-y;
}

#header {
    background: url(images/static/headerbg.gif) no-repeat;
}

#footer {
    color: #396200;
    background: url(images/static/footerbg.gif) no-repeat;
}

/*--- Main Navigation -------------------------------*/

#menu {
    background: url(images/static/menubg.gif) no-repeat;
}

.menu_separator {
    background: url(images/static/menu_separator.gif) no-repeat;
}

#main_nav_list a.main_nav_item {
    color: #053605;
}

#menu a.main_nav_item {
    color: #053605;
}

#menu a.main_nav_item:hover {
    background: #ffffff;
    color: #010101;
}

#menu a.main_nav_item_active {
    background: #ffffff;
    color: #010101;
}

/*--- Sub Navigation --------------------------------*/

#submenu {
    background: url(images/static/submenubg.gif) no-repeat;
}

#submenu a.sub_nav_item {
    color: #197510;
}

#submenu a.sub_nav_item_active {
    color: #197510;
    background: #8de17e;
}

#submenu a.sub_nav_item:hover {
    color: #197510;
    background: #8de17e;
}

/*--- Content ---------------------------------------*/

.content table {
    border-color: #1b6100;
    color: #010101;
}

.content td {
    border-color: #1b6100;
}

.content th {
    background: #abe995;
    border-color: #1b6100;
}

.content tr.odd {
    background-color: #ffffff;
}

.content tr {
    background-color: #f3f3f3;
}

.content tr.even {
    background-color: #f3f3f3;
}

/*--- Search ----------------------------------------*/

.content_search_container {
    background: url(images/static/searchbg.gif) no-repeat;
}

/*--- Forum New Message -----------------------------*/

.content textarea {
    border-color: #1b6100;
}

.content input {
    border-color: #1b6100;
}

.content fieldset {
    border-color: #1b6100;
}

/*--- Pager -----------------------------------------*/

#pager {
    background: url(images/static/pager_bg.gif) no-repeat;
}

#pager a {
    color: #020202;
}


