﻿body
{
    font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
    font-size: small;
    color: #FFFFCC;
    font-weight: 500;
    background-color: #16213f;
    background-image: url('images/gradienthorizon.jpg');
    background-repeat: repeat-x;
}

h1, h2, h3, h4
{
    font-weight: 900;
    font-style: normal;
    color: #9966FF;
}

h1
{
	font-size: 2em;
	text-indent:0px;
}


h2
{
	font-size: 1.5em;
	text-indent: 10px;
}

h3
{
	font-size: 1.25em;
	text-indent: 20px;
}

#contentdiv
{
    padding: 2px;
    margin: 0px;
    display: block;
    
}

.sidebar
{
    font-size: .9em;
    font-weight: 500;
    vertical-align: top;
    text-align: left;
    text-indent: 0px;
    width: 200px;
    color: #000000;
}
.menubarcell
{
	font-size: .7em;
	color: #3333FF;
	background-image: url('images/ball-c.png');
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
}
.menucell
{
    empty-cells: show;
    background-image: url('Images/MenuBox320.png');
    background-repeat: no-repeat;
    height: 350px;    
    vertical-align: top;
    text-align: left;
    color: #FFFFFF;
    font-weight: bolder;
}

.bigbulb
{
	background-image: url( 'images/big-light-globe.png' );
	background-repeat: no-repeat;
}

.boldtitle
{
	color: #FF00FF;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	font-family: 'Lucida Console' , Monaco5, monospace;
}

legend
{
    font-size: 1.5em;
    font-style: normal;
    color: #66CCFF;
}

table
{
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	table-layout: fixed;
	height: 57px;
}

img
{
	display: inline;
	float: left;
}

#mainframe
{
	padding: 0px;
	margin: 0px;
	width: 900px;
}

#footer
{
	font-size: small;
	font-weight: bold;
	text-align: center;
	color: #6600CC;
}

a
{
    font-size: small;
    font-weight: bold;
    color: #000066;
}

a.light
{
    color: #FFFF00;
}

ul
{
    list-style-type: circle;    
    color: #FFFFFF;
    list-style-image: url('images/bullet.png');
    list-style-position: outside;    
    margin-left: -15px;
    font-weight: normal;
}

p
{
	text-indent: 1em;
}

.question
{
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
}
.answer
{
    font-size: medium;
    font-weight: normal;
    color: #FFFF99;
}

.checklists
{
    font-size: small;
    color: #99CCFF;
    list-style-image: url('images/checkbox.png');
}

li.checklist
{
	margin-left: 0;
	margin-right: 10%;
	margin-top: .5em;
	margin-bottom: 0;
}

td
{
	vertical-align: top;
}

td.text
{
	vertical-align: top;
}

table.padded-table td
{
    border-style: none;
    border-width: 0px;
    padding: 0px 6px 0px 6px;
    vertical-align: middle;
    text-align: center;
    border-collapse: collapse;
    background-image: url('Images/menuseperator.png');
    background-repeat: no-repeat;
}


ul.dark li
{
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	font-size: 1em;
}

.corner
{
	background-image: url('images/corner.png');
	background-repeat: no-repeat;
	padding-top: 24px;
	padding-left: 24px;
}


.spaced li
{
    margin-top:.5em;
}
