body {
    font-family: Georgia, serif;
}

.practcoltop {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #000;
    margin: -32px 0 0;
}

.practcoltoptxt {
    display: block;
    font-family: "Marker Felt", Forte, "Comic Sans MS", sans-serif;
    font-size: 2em;
    letter-spacing: 1px;
    color: #f00;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 0 #fff;
    padding: 0.25em 0 0;
}

.cliplink {
    display: block;
    width: 100%;
    height: 50px;
    border: 5px groove #c30;
    font-family: "Arial Narrow", "Microsoft Sans Serif", Verdana, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    color: #00f;
    text-decoration: none;
    text-shadow: 1px -1px 0 #b2b2b2;
    text-align: left;
    padding: 1em 0 0 0.5em;
}

#desktop {
    clear: both;
    display: inline-block;
    width: 50%;
    height: 500px;
    border: 1px solid gray;
    margin: 16px 0 0 18px;
}

h3.swhdg {
    font-family: Cochin, Cambria, Georgia, serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: blue;
    margin: 0 0;
}

.rframetxt {
    font-family: Cochin, Cambria, Georgia, serif;
    font-size: 14px;
    text-align: justify;
    text-indent: 1.5em;
    margin: 0.25em 0 0;
}

.email {
    font-weight: bold;
    text-decoration: none;
}

.actzbg { /* div for background */
    display: block;
    width: 95%;
    height: 90px;
    background-color: #ffebc2;
    border: 2px ridge #cc7a00;
    padding-left: 8px;
    margin: 0.5em 0 0;
}

.actzhdr {
    display: inline-block;
    font-family: Cochin, Cambria, Georgia, serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0.2em 0 0 0;
}

.acztelno {
    display: inline;
    font-family: Arial, sans-serif;
    font-size: 1em;
    color: #663d00;
    margin-left: 1em;
}

.actzemailtxt {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 1em;
    margin: 0.2em 0 0 0;
}

.actzemail {
    color: #663d00;
    text-decoration: none;
}

.actzwebtxt {
    display: block;
    font-family: Cochin, Cambria, Georgia, serif;
    font-size: 1.5em;
    margin: 0.1em 0 0 0;
}

.actzweb {
    color: #b26b00;
    text-decoration: none;
}

.spotlight { /* div for background */
    display: block;
    width: 96%;
    height: 80px;
    background: -webkit-linear-gradient(left, white, white, white, blue); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, white, white, white, blue); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, white, white, white, blue); /* Firefox 3.6 - 15.0 */
    background: linear-gradient(to right, white, white, white, blue); /* standard */
    border: 1px solid gray;
    border-radius: 0 0 6px 6px;
    padding-left: 8px;
    margin: 10px 0 -8px;
}

.spotlightbtm { /* div for bottom strip */
    display: block;
    width: 100%;
    height: 16px;
    background-color: #006;
    border: 1px solid #006;
    border-radius: 0 0 6px 6px;
    padding: 3px;
    margin: 58px 0 0 -8px;
}

.sptlogo {
    display: block;
    height: 40px;
    width: 40px;
    margin: -56px 0 0 2px;
}

.sptname {
    display: block;
    font-family: "Gill Sans", "Microsoft Sans Serif", sans-serif;
    font-size: 1.1em;
    color: #006;
    margin: -38px 0 0 48px;
}

.spthome {
    display: block;
    font-size: 0.5em;
    font-style: italic;
    color: #003;
    margin: 2px 0 -9px 47px;
}

.sptjlr {
    font-family: Helvetica, "Microsoft Sans Serif", sans-serif;
    font-size: 1em;
    margin: 0.65em 0 0 0.25em;
}

.sptjrpin {
    color: #fff;
    text-decoration: none;
}

.smwd {
    font-family: "Bauhaus 93", "Arial Rounded MT Bold", sans-serif;
    font-size: 14px;
    color: #006;
}

.z4lcrewfunc {
    display: inline-block;
    width: 40%;
    font-family: Cochin, Cambria, Georgia, serif;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    margin: 0.5em 0 -0.5em;
}

.z4lcrewname {
    display: inline;
    font-family: Cochin, Cambria, Georgia, serif;
    font-size: 14px;
    margin: 0;
}


