﻿/*
S I T E    C O L O R S

Blue (book cover)     #0055A6
Yellow (book cover)   #FDC210
*/

BODY {
    background-color:#0055A6;
    /*background-image:url(images/bg.jpg);*/
    font-size:9pt;
    text-align:center;
    color:#0055A6;
    font-family:verdana;
    text-align:center;
}

A {
    text-decoration:none;
    color:#0055A6;
}

A:hover {
    text-decoration:underline;
}

INPUT {
    font-size:8pt;
}

SELECT {
    font-size:8pt;
}

TEXTAREA {
    overflow:auto;   
}

#TopDiv {
    height:350px;
    width:900px;
    background-image:url(images/top_div_bg.jpg);
    margin-left:auto;
    margin-right:auto;
}

#BookTitleDiv {
    font-size:37pt;
    font-weight:bold;
    font-family:Times New Roman;
}

#BookSubTitleDiv {
    font-size:19pt;
    font-weight:bold;
    font-family:Times New Roman;
}

#AuthorDiv {
    font-size:18pt;
    font-family:Times New Roman;
    margin-bottom:30px;
}

#OrderDiv {
    font-size:14pt;
    font-weight:bold;
    font-family:Times New Roman;
}

#Nav {
    font-size:11pt;
    margin-top:15px;
    margin-bottom:15px;
    color:#FDC210;
    padding-left:30px;
}

#Nav A {
    color:#FDC210;
}

#BottomDiv {
    width:820px;
    background-color:White;
    height:260px;
    min-height:260px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    padding:25px;
    text-align:left;
    line-height:1.5;
    position:relative;
    left:15px;
}

/* Hack for IE to take care of vertical stretching */
* HTML #BottomDiv {
    height:260px;
}
/* End IE Hack */

.CopyrightDiv {
    margin-top:15px;
    color:#FDC210;
    font-size:8pt;
}

.NewsDiv {
    margin-left:auto;
    margin-right:auto;
    background-color:#E9EFF8;
    text-align:left;
    padding:25px;
    width:85%;
    line-height:1.5;
    color:Black;
}

.NewsTitle {
     font-weight:bold;
     font-size:12pt;
     text-align:center;
     margin-bottom:10px;
}