﻿body
{
}
#articles
{ 
    background-position: black;
    background-image: url('../Images/indentbg2.gif'); 
    background-repeat: repeat-x; 
}

.articlegroups h1 {color: #4c212c;}
.articlegroups h2 {color: #4c212c;}
.articlegroups h2 a:link {color: #4c212c; text-decoration:underline; }
.articlegroups h2 a:visited {color: #ff0000; text-decoration: none}
.articlegroups h2 a:hover {color: #333333; text-decoration: none}
.articlegroups h2 a:focus {color: #333333; text-decoration: none}

.articlegroups
{
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #000000;
    margin: 3px;
    float: left;
    width: 298px; /*line-height: 1.8em;*/
}
.articlegroups a:link {color: #4c212c; text-decoration:underline; }
.articlegroups a:visited {color: #ff0000; text-decoration: none}
.articlegroups a:hover {color: #333333; text-decoration: none}
.articlegroups a:focus {color: #333333; text-decoration: none}
.articlegroups li
{
    margin: 0em 0 .6em -1em;
    list-style-type: none;
}


.articledivide 
{
    clear:both;
    border-color:#564C66;
    border-style:solid;
    border-width:1px 0 0;
    display:inline;
    float:left;
    margin:10px 0;
    /*width:99%;*/
    width:900px;
}