/* J A Computers - Style Sheet */



body {

        background-color: #777777;
        font-family: verdana, arial, helvetica, helv, sans-serif;
        margin: 0px;
 }


p {

        text-align: justify;
        text-indent: 2em;
        padding-bottom: 1.5em;
 }

.center {

        text-align: center;
 }



h1 {

        margin: 0px;
        text-align: left;
        font-size: 150%;
        font-weight: bold;
 }


h2 {

        margin: 0px;
        text-align: left;
        font-size: 120%;
        font-weight: bold;
 }

h3 {

        margin: 0px;
        font-size: 105%;
        font-weight: bold;
 }


ul {

        text-align: left;
        list-style-type: square;
 }


div#all {

        background-color: #cccccc;
        border: thin outset;
 }

div#header {

        color: #000000;
        border-bottom: 0.5em solid #dd1111;
        padding: 1em;
        background-color: #999999;
        background-image: url('images/brushed.jpg');
        text-align: center;
 }

div#menu {

        float: left;
        padding: 1em;
        width: 12em;
        background-color: #999999;
        background-image: url('images/brushed.jpg');
        text-align: center;
        min-width: 180px;
        border-right: solid 0.5em #dd1111;
        border-bottom: solid 0.5em #dd1111;
 }


img {


        border: 0px;
 }

div#content {

        margin-left: 14em;
        padding: 1em 2em;
        background-color: #cccccc;
        text-align: center;
        height: 1%; /* Holly hack for Peekaboo Bug */

 }

div#footer {

        font-size: 75%;
        border-top: solid 0.5em #dd1111;
        color: #000000;
        background-color: #999999;
        background-image: url('images/brushed.jpg');
        padding: 1em;
        text-align: center;
        clear: both;
 }


#menulist {

        margin-left: 0;
        padding-left: 0;
        list-style: none;
 }

#menulist li {
        margin: 0;
        padding-left: 42px;
        background-image: url(images/screw.gif);
        background-repeat: no-repeat;
        background-position: 0.5em;
        text-align: left;
        font-weight: bold;
        line-height: 200%;
 }

#menulist a {

        color: #840000;
 }

#menulist a:hover {

        color: orange;
 }

.intro {

        font-size: 110%;
 }

acronym {
            border-bottom: 1px dotted #000084;
 }

acronym:hover {
            cursor: help
 }