/*
   Style Sheet by FCON21.BIZ - John W. Furst
   2008-06-02 Version 1.1.0
   The following colors are used here:
     color     #000040
     a:link    #000080     a.blog:link    #00b400
     a:visited #600080     a.blog:visited #007000
     a:hover   #0000c0     a.blog:hover   #00e000
     a:active  #0000c0     a.blog:active  #00e000
     background                   #ffffff white
     very light background (nav)      #f7f7fb
     dark  background (sidebar title) #d8d8f0
     lightest body background         #ffffff

     light body background for boxes  #f4f4fb
       border                         #000040

     Comment and Social Bookmarks     #f4f4fb

     Background 

   Copyright (C)2007-2008 by fcon21(TM) - All rights reserved.
   fcon21 is a protected trademark. Unauthorized use of
   any material is prohibited by national and international
   law.
*/

@media all {
body {
    font-size: medium;
    background-color: white;
    font-family: Verdana, serif;
    margin-bottom: 30px;
    color: #000040;
    background-image: url(http://www.fcon21.biz/img/fcon21bgheader-bw.jpg);
    background-repeat: no-repeat;
}
#main {
    text-align: left;
    font-family: Verdana, Arial;
    margin: 1em auto;
    max-width: 550px;
    padding: 1em;
    background-color: white;
    border-right: 2px gray solid;
    border-bottom: 2px gray solid;
    border-left: thin silver solid;
    border-top: thin silver solid;
}
img.center {
    margin: 0 auto;
    display: block;
}
.letter {
    /* border-left: #e0e0ff solid 7px; */
    border-left: #ccccff solid 7px;
    padding-left: 0.3cm;
    /* white-space: pre; */
}
h1 {
    color: #2020b0;
    font-family: Courier, sans-serif;
}
#headline {
    width: 80%;
    margin: 0.8em auto;
    text-align: center;
}
#ebizlink {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}
.social-links {
    /* font-size: smaller; */
    margin-top: 0;
    margin-left: 3em;
    line-height: 1.3em;
}
.note-red {
    color: #b02020;
    font-weight: bold;
}
.caption-video {
    font-size: smaller;
    font-weight: normal;
    text-align: center;
}
.note-underline {
    text-decoration: underline;
}
} /* Media All -- End */

@media screen, projection {
img.imageShadow_rb,
div.imageShadow_rb {
    /* fcon21 imageShadow_right_bottom */
    /* width: 320px; */
    margin: 2em auto;
    padding: 0 8px 8px 0; /*!important;*/
    background: url(http://www.fcon21.biz/img/sIS2.png) no-repeat right bottom; /*!important;*/
}
} /* Media Sreen, Projection -- End */

@media print {
.noprint {
    display:none;
}
} /* Media Print -- End */
