/**********************************/
/* Headers
/**********************************/
h1
{
    color: #DCD252;
    font-family: waltdis0, walt disney script v4.1, walt disney script, disney script, walt disney, started by a mouse, tahoma;
    font-size: 32pt;
    font-weight: normal;
    text-align: center
}

h2
{
    color: #EEE9A9;
    font-family: Tahoma;
    font-size: 18pt;
    font-weight: Bold
}

h3
{
    color: #DCD252;
    font-family: Tahoma;
    font-size: 14pt;
    font-weight: Bold
}

h4
{
    color: #EEE9A9;
    font-family: Tahoma;
    font-size: 12pt;
    font-weight: bold
}

/**********************************/
/* Paragraph Types
/**********************************/
p
{
    color: #3E439E;
    font-size: 10pt;
    font-family: Tahoma
}

p.footer
{
    color: #FFFFFF; 
    font-size: 8pt; 
    text-align: center
}

/**********************************/
/* Tables
/**********************************/
table
{
    background-color: #3B5ABE
}

tr
{
    background-color: #456AE0;
    font-family: Tahoma;
    color: #D0DAF7;
    font-size: 10pt
}

td
{
    padding-left: 6px
}

tr.header
{
    background-color: #3E439E;
    color: #FFFFFF;
    font-family: Tahoma;
    font-weight: Bold;
    font-size: 12pt
}

td.tabbed
{
    padding-left: 15px;
    font-size: 8pt
}

td.tabbed > a
{
    font-weight: normal
}

td.main_content
{
    padding-left: 18px;
    background-color: transparent
}

td.sidebar
{
    width: 115px;
    vertical-align: top;
    background-color: #6682E0
}

table.navbar
{
    width: 120px;
    vertical-align: top;
    margin-bottom: 15px
}

td.navbar
{
    width: 115px;
    vertical-align: top;
    background-color: #456AE0
}

td.navbar > a
{
    color: #DCD252
}

.highlight:hover
{
    background-color: #D24672
}

/**********************************/
/* Lists
/**********************************/
ul
{
    font-family: Tahoma;
    list-style-position: outside;
    font-size: 10pt;
    margin-left: 35px
}

ul.mickey
{
    list-style-image: url('bullet_mickey.gif')
}

ul.minnie
{
    list-style-image: url('bullet_minnie.gif')
}

li
{
    font-size: 11pt;
    color: #3E439E;
    margin-bottom: 6px;
    font-weight: bold
}

li.try
{
    font-weight: normal;
    font-size: 10pt;
    margin-left: 25px;
    margin-bottom: 18px;
    list-style-image: url('bullet_glove.gif')
}

li.ask
{
    font-weight: normal;
    font-size: 10pt;
    margin-left: 25px;
    margin-bottom: 18px;
    list-style-image: url('bullet_mouth.gif')
}

li.mind
{
    font-weight: normal;
    font-size: 10pt;
    margin-left: 25px;
    margin-bottom: 18px;
    list-style-image: url('bullet_lightbulb.gif')
}

li.see
{
    font-weight: normal;
    font-size: 10pt;
    margin-left: 25px;
    margin-bottom: 18px;
    list-style-image: url('bullet_eye.gif')
}

li.encounter
{
    font-weight: normal;
    font-size: 10pt;
    margin-left: 25px;
    margin-bottom: 18px;
    list-style-image: url('bullet_exclamation.gif')
}

li.fact
{
    font-weight: normal;
    font-size: 10pt;
    margin-left: 25px;
    margin-bottom: 18px;
    list-style-image: url('bullet_gem.gif')
}

/**********************************/
/* Other
/**********************************/
.silent
{
    background-color: transparent
}

hr
{
	margin-top: 12px;
    color: #DCD252
}

a
{
    text-decoration: none;
    font-family: Tahoma;
    font-weight: Bold;
    color: #DCD252
}

body
{
    background-color: #79A1F9
}
