/*
    ashco_style.css
    2011.05.05
    jstorch
*/

* {
    margin:0;
    padding:0;
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri,
        "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad,
        "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L",
        Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 99%;
    }

body {
    background:url("bg3.png") repeat-y scroll center top transparent;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 50px;
    }

a:link {
    color: #007;
    text-decoration: none;
    }

a:visited {
    color: #505;
    text-decoration: none;
    }

a:hover, a:active {
    text-decoration: none;
    color: #000;
    background-color: #C6F9C6;
    border: none;
    }

ul {
    list-style-type: none;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 4px;
    }

li {
    padding-left: 6px; 
    margin-bottom: 8px;
    }

#colmask {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    width: 94%;
    background-color: white;
    border: solid 1px #777;
    }

#header {
    float: left;
    width: 100%;
    color: white;
    background-color: #036;
    background:url("bar.png") repeat-x;
    border-top: 4px solid #980101;
    border-bottom: 4px solid #980101;
    padding: 5px;
    }

#colmid {
    position: relative;
    width: 100%;
    right: 20%;
    }

#colleft {
    position: relative;
    width: 100%;
    right: 60%;
    }

#center_column {
    position: relative;
    overflow: hidden;
    float: left;
    width: 58%;
    left: 101%;
    padding-top: 10px;
    background-color: white;
    }

    #center_column:hover a:link {
        text-decoration:underline !important;
        }

    #center_column:hover a:visited {
        text-decoration:underline !important;
        }

#left_column {
    position: relative;
    overflow: hidden;
    float: left;
    width: 19%;
    left: 22%;
    padding-top: 10px;
    }

    #left_column:hover a:link {
        text-decoration:underline !important;
        }

    #left_column:hover a:visited {
        text-decoration:underline !important;
        }

#right_column {
    position: relative;
    overflow: hidden;
    float: left;
    width: 19%;
    left: 84%;
    padding-top: 10px;
    }

    #right_column:hover a:link {
        text-decoration:underline !important;
        }

    #right_column:hover a:visited {
        text-decoration:underline !important;
        }

#footer {
    padding-top: 10px;
    float: left;
    width: 100%;
    background: transparent;
    border-bottom: 4px solid #980101;
    }

img {
    border-style: none;
    }

h2 {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    }

h3 {
    padding: 6px;
    font-weight: bold;
    font-size: 125%;
    color:#800;
    text-shadow: 1px 1px 0px #ddd;
    }

h4 {
    padding: 6px;
    font-weight: bold;
    font-size: 115%;
    color: #036;
    text-shadow: 1px 1px 0px #ccc;
    }

h5 {
    padding-top: 12px;
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 105%;
    color: black;
    }

p  {
    padding: 4px;
    }

th { 
    padding: 4px;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    background-color: #ccc;
    }

td {
    padding: 4px;
    vertical-align: top;
    }

.news {
    color: #000;
    margin-bottom: 20px;
    padding: 10px;
    text-align: justify;
    line-height: 140%
    }

.aleft { text-align: left; }
.aright { text-align: right; }
.acenter { text-align: center; }
.vsuper { vertical-align: super; }
.vsub { vertical-align: sub; }
.vmiddle { vertical-align: middle; }
.indent { margin-left: 20px; !important;}
.fine { font-size: 80%; }
.nw { white-space: nowrap; }
.squares { list-style-type: square; }
.circles { list-style-type: circle; }
.bullets { list-style-type: disc; }
.bdr { border: 1px solid black; }  
.bld { font-weight: bold; }
.strike {text-decoration: line-through;}

.page_heading {
    font-weight: bold;
    font-size: 160%;
    padding: 3px;
    }

.column_heading {
    font-weight: bold;
    background-color: #444;
    color: white;
    padding: 4px;
    text-align: center;
    }

.redbox {
    border: 2px solid red;
    }

.row0 {
    background-color: #ddd; 
    }

.row1 {
    background-color: #9c9; 
    }


