

#main_body {
    /* background: #757575; */
    /* This is the color that surrounds the normal webpage ("main_container"), to fill any extra width or height in the browser's frame. Default is: background: #757575; (dark-gray) */

    /* However, now using a background Image (to get a gradient effect at the top) instead of the simple background color */
    /* Repeat the image horizontally (repeat-x), and fill in any extra vertical area below the length of the image using the background color #e1e3eb to match */
    /* Also, modified the "main_container" section below, to add a thin border around the webpage content to aid in viewing contrast. */
    
    background: #e1e3eb url(../../colorschemes/colorscheme6/images/static/Blue_to_White_Gradient_bg.jpg) repeat-x top;
}

#slogan {
    color: #7f221f;
}

/* Begin main_nav */

#main_nav_container {
    background: #000D30;
	/* background color #000D30 is a Deep Blue [previously was: #1e1e1e (a dark charcoal), and originally it was #757575; */
}

#main_nav_container .main_nav_item {
    color: #191919;
    background: url(../../images/dynamic/buttonset6/main_nav.gif) no-repeat right top;
}

#main_nav_container a.main_nav_item {
    color: #191919;
    background: url(../../images/dynamic/buttonset6/main_nav.gif) no-repeat right top;
}

#main_nav_container a.main_nav_item:hover {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset6/main_nav_active.gif) no-repeat right top;
}

#main_nav_container a.main_nav_active_item:hover {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset6/main_nav_active.gif) no-repeat right top;
}

#main_nav_container a.main_nav_active_item {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset6/main_nav_active.gif) no-repeat right top;
}

/* End main_nav */

/* Begin sub_nav */

.sub_nav_list .sub_nav_item {
    color: #191919;
    background: url(../../images/dynamic/buttonset6/sub_nav.gif) no-repeat right top;
}

.sub_nav_list a.sub_nav_item {
    color: #191919;
    background: url(../../images/dynamic/buttonset6/sub_nav.gif) no-repeat right top;
}

.sub_nav_list a.sub_nav_item:hover {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset6/sub_nav_active.gif) no-repeat right top;
}

.sub_nav_list a.sub_nav_active_item:hover {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset6/sub_nav_active.gif) no-repeat right top;
}

.sub_nav_list a.sub_nav_active_item {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset6/sub_nav_active.gif) no-repeat right top;
}

/* End sub_nav */

#main_container {
    background: #000C38;
	/* background was recently  #242428; (a dark charcoal), and originally it was #757575; */
    
    border-left-style:solid;
    border-right-style:solid;
    border-width:1px;
    border-color:#8888ff;
    border-bottom-style:solid;
    border-bottom-color:#a5a5a5;
}

#header {
    background: url(images/static/bg_header.jpg) no-repeat right top;
}

#footer {
    background: url(images/static/bg_footer.gif) repeat-x;
}

#footer_text {
    color: #ffffff;
}

/* Begin Content */

.content {
    color: #000000;
}

.content table {
    border-color: #464646;
}

.content th {
    border-color: #464646;
    background: #848484;
    color: #ffffff;
}

.content td {
    border-color: #464646;
    color: #848484;
}

.content tr {
    background: #f8f8f9;
}

.content tr.odd {
    background: #f8f8f9;
}

.content tr.even {
    background: #dfdfdf;
}

/* End Content */

/* Begin Search */

#search_block {
    border-color: #464646;
    background: #848484;
}

#search_block .caption {
    color: #ffffff;
}

/* End Search */

.content textarea {
    border-color: #464646;
}

.content input {
    border-color: #464646;
}

.content fieldset {
    border-color: #464646;
}

.content button {
    border-color: #464646;
}

/* Begin Pager */

#pager {
    border-color: #464646;
    background: #848484;
}

#pager #current_page {
    color: #1e1e1e;
}

#pager a:hover {
    color: #1e1e1e;
}

#pager a {
    color: #f3f3f3;
}

/* End Pager */

.content a {
    color: #ff0303;
}

.content {
}

.content p {
}

#content h1 {
}

#content h2 {
}

#content h3 {
}

#content ol {
}

#content ul {
}

#content li {
}



