/*
** Normal pages
*/

body {
    margin:             0px;
    background-color:   #660000;
    background-image:   url(../Images/Background.gif);
    background-repeat:  no-repeat;
    color:              #FFFFCC;
    font:               10pt verdana;
}

h1 {
    font:               bold 10pt verdana;
}

h2 {
    font:               bold italic 10pt verdana;
}

ul {
    margin-top:         4px;
    margin-left:        16px;
}

li {
    padding-bottom:     5px;
}

td {
    font-size:          10pt;
}

a {
    color:              #FFFF33;
}

div.Title {
    width:              325px;
    margin-top:         70px;
}

div.Content {
    width:              325px;
    margin-top:         10px;
    margin-bottom:      20px;
}

div.Content p {
    text-indent:        20px;
}

p.Highlight {
    color:              #FFFF33;
}

div.Quote {
    padding:            5px;
    background:         #440000;
    border:             2px solid;
}

div.Quote2 {
    padding:            5px;
    border:             2px solid;
    font-size:          12pt;
}

div.SideBar {
    position:           absolute;
    margin:             10px;
    top:                60px;
    left:               530px;
    width:              150px;
}

div.FormSection {
    padding:            5px;
    border:             2px solid;
}

div.FormSection p {
    text-indent:        0px;
}

div.SideBar p {
    text-indent:        0px;
}

table.LengthBreadth td {
    padding:            5px;
}

/*
** Splash Page
*/

body.SplashPage {
    background-image:   url(../Images/SplashPage/Background.gif);
    background-repeat:  repeat-x;
}

body.SplashPage td {
    text-align:         center;
}

body.SplashPage h1 {
    font:               bold 17pt Times New Roman;
    color:              #FFFF33;
    text-align:         center;
}

body.SplashPage p {
    width:              400px;
    text-align:         left;
}

body.SplashPage ol {
    width:              400px;
    margin-top:         4px;
    margin-left:        16px;
    text-align:         left;
}

body.SplashPage ul {
    width:              400px;
    margin-top:         4px;
    padding-left:       16px;
    text-align:         left;
}

body.SplashPage li {
    text-indent:        10px;
    margin-bottom:      5px;
}

body.SplashPage div.HomeContact {
    width:              400px;
    padding:            0px 0px 30px 0px;
    text-align:         center;
}

/*
** Popup Pages
*/

body.PopupPage {
    margin:             5px;
    background-image:   none;
}

body.PopupPage h1 {
    font:               bold 17pt Times New Roman;
    color:              #FFFF33;
    text-align:         center;
}

body.PopupPage h2 {
    font:               bold 14pt Arial;
    color:              #FFFF33;
    text-align:         center;
}

body.PopupPage p {
    text-align:         center;
}

/*
** Navbar
*/

table.Navbar {
    width:              192px;
}

table.Navbar td {
    text-align:         center;
}

table.Navbar td.Header {
    height:             100px;
}

table.Navbar td.Divider {
    height:             5px;
}

table.Navbar td.NavStar {
    width:              50px;
    text-align:         right;
}

table.Navbar td.Section {
    padding:            3px;
    font-size:          8pt;
    font-weight:        bold;
}

table.Navbar td.Page {
    padding:            1px;
    font-size:          7pt;
}

table.Navbar a {
    color:              #CC6633;
}

table.Navbar a:hover {
    color:              #FFFF33;
}

table.Navbar a.CurrentPage {
    color:              #FFFF33;
}

table.Navbar td.Page a {
    text-decoration:    none;
}

div.YouCanHost {
    position:           absolute;
    top:                320px;
    left:               50px;
    width:              91px;
}

