
/********** Basic Body Formatting **********/
body
{
    font-size: 100%;
    font-size: 1em;
    color: #444444;
    background-color: #CCFFCC;
    margin: 10px;
    padding: 10px;
    border-color: transparent;
    font-family: "Book Antiqua" , Georgia, Times, "Times New Roman" , serif;
}

hr
{
    color: #ffcc33;
}

/********** Paragraphs **********/
p
{
    margin-top: 0px;
    text-align: justify;
    font-family: "Book Antiqua";
}

p.pcent
{
    text-align: center;
}

p.nav
{
    font-size: 80%;
    text-align: center;
}

/********** Headers **********/
h1
{
    font-family: Georgia, Times, "Times New Roman" , serif;
    text-align: center;
    font-size: 325%;
    color: #000000;
}

h2
{
    font-size: 115%;
    letter-spacing: 1px;
    text-align: center;
    background-color: #FFFF00;
}

h3
{
    font-size: 115%;
    letter-spacing: 1px;
    margin-bottom: 0px;
    text-align: center;
    background-color: #33CCFF;
}

h4
{
    font-size: 96%;
    letter-spacing: 1px;
    text-align: center;
    background-color: #FFFF66;
}

h5
{
    font-size: 105%;
    letter-spacing: 1px;
    text-align: center;
    background-color: #99FFFF;
}

h6
{
    font-size: 175%;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    background-color: #FF0033;
}






/********** Image Formatting **********/
img
{
    border: 0px;
}
img.inpage
{
    border: solid 1px orange;
    margin: 7px;
    padding: 2px;
    text-align: center;
}

/********** Links **********/
a
{
    font-size: 100%;
    padding: .4em 0;
    position: relative;
    z-index: 1;
}

a:link
{
    font-weight: bold;
    text-decoration: underline;
    color: #FF0033;
}

a:visited
{
    font-weight: bold;
    text-decoration: underline;
    color: #FF0033;
}

a:hover, a:active
{
    text-decoration: none;
    color: #FF9900;
}

/********** List Formatting **********/
ul
{
    background-color: #FFFF99;
    font-weight: bold;
}

ul.nav
{
    list-style-type: none;
    font-size: 80%;
    margin: 5px;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    background-color: #FFFFFF;
}

ul.nav li
{
    margin-bottom: 15px;
}

#leftside p.pcent
{
    font-size: 80%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    background-color: yellow;
}

#rightside p.pcent
{
    font-size: 80%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    background-color: yellow;
}

/********** Extra Highlighting on Text **********/
.highlight
{
    font-weight: bold;
    background-color: #33FF99;
    color: #000000;
    margin: 0px 3px 0px 3px;
}

/********** BlockQuotes **********/
blockquote
{
    border: dashed 1px silver;
    padding: 10px;
    background: url(designimages/blockquoteimg.png) 5px 5px no-repeat;
}

/********** Tables (Comparison) **********/
Table.comparison
{
    font-size: 70%;
    text-align: center;
    padding: 2px;
    border: solid 1px orange;
    margin: 1px;
}
Table.comparison thead
{
    background-color: #FFFFBB;
}
Table.comparison td
{
    border: solid 1px gray;
}
td.trowindex
{
    background-color: #FFFFBB;
}
Table.comparison highlight
{
    background-color: Yellow;
}
Table.comparison caption
{
    font-weight: bold;
    font-size: large;
}

/********** Specific Divs **********/
#container
{
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(designimages/bodybg.png);
    background-repeat: repeat-y;
    background-position: bottom;
    background-color: #FFFFCC;
}

#header
{
    width: 760px;
    background-image: url(designimages/containerbg2.gif);
    background-color: #FFFFCC;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
}

#container2
{
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    border: 2px;
    border-style: ridge;
}

#leftside
{
    float: left;
    width: 20%;
    margin-right: 5px;
    border: 2px;
    border-style: ridge;
    border-color: Silver;
    background-color: #FFFF99;
}


#leftside2
{
    border: 1px dashed orange;
    width: 140px;
    text-align: center;
    font-size: 90%;
    border: 2px;
    border-style: ridge;
    border-color: Silver;
    background-color: #FFFF99;
}

#leftside2 p
{
    font-weight: bold;
    border: 2px;
}

#contents
{
    float: left;
    width: 75%;
    clear: none;
    color: #000000;
}

#rightside
{
    float: right;
    width: 20%;
    margin-right: 5px;
    padding: 5px;
    border: 2px;
    border-color: Silver;
    border-style: ridge;
    background-color: #FFFF99;
}

#footer
{
    clear: both;
    background-image: url(designimages/footerbg.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

/********** Extra Divs (1 to 6) at page bottom **********/

#Extra1
{
    background: transparent url(designimages/new_improved_best8.png) bottom left no-repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 184px;
    height: 160px;
}

#Extra2
{
    background: transparent url(designimages/favicon.png) top right no-repeat;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 64px;
    height: 64px;
}
