/* Main */
body {
    background-color: #511;
    color: white;
    font-family: arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
}
body, h1, h2, h3, h4, h5, p {
    position: relative;
}
h1 {
    color: #336;
    /* font-size: 1.5em;  */
    font-size: 150%;
}
h2 {
    color: #FFF;
    /* font-size: 1.4em;   */
    font-size: 125%;
}
h4 {
    color: #D22;
    /* font-size: 1em;  */
    font-size: 125%;
    font-weight: bold;
    margin: 0;
}
h5 {
    color: #A00;
    /* font-size: 1.4em;  */
    font-size: 125%;
}

img {
    border-width: 0;
}

ul, li {
    margin: 0;
    padding: 0;
}


a {
    font-weight: bold;
    text-decoration: none;
}

a:link {
    color: #DDD;
}
a:visited {
    color: #BBB;
}
a:hover, a:active {
    color: #FFF;
    text-decoration: underline;
}



.smallText {
    font-size:small !important;
    color:#ccc;
}

.largeText {
    font-size:large !important;
    color:#ccc; 
}




/* Disable the dashed separator for list items */
li.nodash {
    list-style-image: url(arrow.gif);
    border-style: none;
}




.clearer {
    visibility: hidden;
    clear: both;
}



.Summary {
    color: white;
}


#mymidcolumn {
    padding-left: 17px !important;
    border-right:0px solid black;
    padding-right:10px;
    width:80%;
    margin-right:-20%;
}

.sectionTitle {
    padding:0;
    border-bottom:2px solid #D42;
}

.sectionTitle h4, .sectionTitle a h4, .sectionTitle a:hover h4, .sectionTitle a:visited h4, .sectionTitle a:link h4, .sectionTitle a:active h4
{
    font-size:110% !important;
    line-height:140%;
}

.sectionTitle{
    border-bottom: 1px solid #EFEFEF;
}

.downloadSection {
    padding: 10px;
    padding-left: 17px;
}

.quadrant {
    width:50%;
    vertical-align:top;
}
.quadrantContent {
    padding-bottom:5px;

}

.quadrantContent ul li {
         /* top right bottom left */
    padding:2px 0 4px 4px;
    padding: 0.5em 0 0.75em 0.5em;
    list-style-type :none !important;
    list-style-image:none !important;
    margin-left: 0 !important;
/*
    margin-top: 0.5em;
    margin-bottom: 0.75em;
*/
}

.quadrantContent .posted {
    font-size:75%;
}

.quadRight {
    vertical-align:top;
    padding-left:25px;
    width:50%;  
}

.quadOffsetLeft {
    width:70%;
    vertical-align:top;
}
.quadOffsetRight {
    vertical-align:top;
    padding-left:25px;
    width:30%;
}


.mainContent {
    background-color: black;
    background-image: url(flames.gif);
    background-position: left;
    background-repeat: repeat-y;
    padding-left: 100px;
}

.mainContent a {
    font-weight: bold;
    text-decoration: none;
}
.mainContent a:link {
/*    color: #D22; */
    color: #FC3;
}
.mainContent a:visited {
    color: #EB2;
}
.mainContent a:hover, .mainContent a:active {
    color: #FD4;
    text-decoration: underline;
}



.more {
    border:0px; 
    font-size:75%;
    text-align:right;
    vertical-align:bottom;
    padding-top:5px;
    border-top: 1px solid #EFEFEF;      
}

.posted {
    font-size: 100%;
    display:inline;
    color:#BFBFBF;
}

.version {
    font-size:80%;
    color:#FF8D00;
}

.rssIcon {
    position: relative;
    top: 3px;
    right: 4px;
}


.forms {
    border: 1px solid #D42;
}
.forms th {
    background: #D42;
    color: white;
    padding: 0.5em;
}
.forms td {
    border-top: 1px solid #D42;
    padding: 0.5em;
}
.forms a:link {
    color: #FC3;
    text-decoration: underline;
    font-weight: normal;
}
.forms a:hover {
    color: #FFF;
}
.pseudoHeader {
    color: #D42;
    text-align: center;
    font-weight: bold;
}
.formsMiddle {
    border-left: 1px solid #D42;
}

.pseudoLink {
    color: #FC3;
    text-decoration: underline;
}

.downloadFree {
    margin-left: 1%;
    margin-top: 1em;
    float: left;
    width: 45%;
}

.donate {
    width: 45%;
    float: left;
    margin-left: 2%;
    margin-top: 1em;
    font-size: 0.8em;
    color: #DDD;
}
.donateForm {
    text-align: center;
    margin-top: 0.75em;
}

.Price {
    font-weight: bold;
    color: #0A0;
    margin-left: 1em;
}
.centerPrice {
    color: #0A0;
    font-weight: bold;
    margin-left: 1em;
    text-align: center;
    width: 100%;
}
.alphaList {
    font-family: courier, monospace;
    padding-left: 1em;
}

.itemized {
    font-family: courier, monospace;
    list-style: none;
    margin-bottom: 1em;
}

.formsList {
    list-style: none;
}
.formsList li {
    margin-bottom: 0.5em;
}

.highlightBox {
    background: #111;
    border: 2px solid #400;
    border-top: 10px solid #400;
    margin: 1em;
    padding: 1em;
}

.fontPreview {
    width: 45%; 
    float: right;
}

.byline {
    float: left;
}


.disclaimer {
    font-size: 0.8em;
}

.divCenter, .divCenterFoot {
    text-align: center;
    width: 100%;
}



