/*
General Color Scheme Pallete Values:

#000000
#3A32C2
#6B65D1
#9C98E0
#B4B1E7
#CDCBEF
*/

/* ======================= Body ======================== */

body {
     font-family:      verdana, arial, helvetica, sans-serif;
     font-size:        small;
     color:            #000000;
     background-color: #FFFFFF;
     text-indent:      0.0em;
     width:            600px;
     margin-left:      20px;
     margin-top:       20px;
     }

/* ======================= Logo ======================== */

div.logo {}

p.logo  {}

a.logo {
     text-decoration:  none;
     }

/* ====================== Menu ========================= */

div.menu {
     background-color: #B4B1E7;
     color:            #FFFFFF;
     float:            right;
     width:            100px;
     margin-left:      1.5em;
     margin-right:     0.0em;
     margin-top:       0.0em;
     margin-bottom:    0.5em;
     border:           2px solid #9C98E0;
     }

p.menu {
     font-size:        x-small;
     font-weight:      bold;
     text-align:       center;
     margin-top:       0.5em;
     margin-bottom:    0.5em;
     }

a.menu {
     color:            #FFFFFF;
     text-decoration:  none;
     }

a.menuselect {
     color:            #3A32C2;
     text-decoration:  none;
     }

/* ===================== Content ======================= */

div.content {}

h3 {
     font-size:        medium;
     font-weight:      bold;
     color:            #3A32C2;
     }

p.content {}

a.content {
     font-weight:      bold;
     color:            #9C98E0;
     text-decoration:  none;
     }

/* ==================== Copyright ====================== */

div.copyright {
     margin-top:       2.5em;
     }

a.copyright {
     font-weight:      bold;
     color:            #CCCCCC;
     text-decoration:  none;
     }

p.copyright {
     font-size:        x-small;
     color:            #CCCCCC;
     }

/* ====================== Images ======================= */

img {
     border:           none;
     }

