/*
 * File:          main.css
 *
 * This is the main style sheet for this site
 *
 * First the body
 */

body
{
    font-family:		arial;
    font-size:			8pt;
    color:			white;
    background-color:		black;
}

/*
 * These are the basic divisions of the body
 */

div.body-header
{
    width:			95%;
    background-color:		black;
}

div.body-main
{
    width:			90%;
    //padding:			10;
    background-color:		black
}

div.body-trailer
{
    width:			95%;
    //padding:			10;
    background-color:		black
}

/*
 * These are for the title lines
 */

table.title
{
    width:			100%
    background-color:		black;
    padding:			12;
    border-style:		none;
}

td.title
{
    text-align:			right;
    font-family:		arial;
    font-size:			24pt;
    font-weight:		800;
    vertical-align:		middle;
    color:			#FFFF99;
}

/*
 * These are basic list formats
 */

ul.info
{
    text-align:			left;
    font-family:		arial;
    font-size:			10pt;
    color:			white;
}

/*
 * These are the basic headlines
 */

h1
{
    text-align:			left;
    font-family:		arial;
    font-size:			14pt;
    font-weight:		800;
    color:			#FFFF99;
}

h2
{
    text-align:			left;
    font-family:		arial;
    font-size:			12pt;
    font-weight:		800;
    color:			#FFFF99;
}

h2.center
{
    text-align:			center;
    font-family:		arial;
    font-size:			12pt;
    font-weight:		800;
    color:			#FFFF99;
}

h2.right
{
    text-align:			right;
    font-family:		arial;
    font-size:			12pt;
    font-weight:		800;
    color:			#FFFF99;
}

h3
{
    text-align:			left;
    font-family:		arial;
    font-size:			10pt;
    font-weight:		800;
    color:			#FFFF99;
}

h3.center
{
    text-align:			center;
    font-family:		arial;
    font-size:			10pt;
    font-weight:		800;
    color:			#FFFF99;
}

h3.right
{
    text-align:			right;
    font-family:		arial;
    font-size:			10pt;
    font-weight:		800;
    color:			#FFFF99;
}

h4
{
    text-align:			left;
    font-family:		arial;
    font-size:			9pt;
    font-weight:		800;
    color:			#FFFF99;
}

h4.center
{
    text-align:			center;
    font-family:		arial;
    font-size:			9pt;
    font-weight:		800;
    color:			#FFFF99;
}

h4.right
{
    text-align:			right;
    font-family:		arial;
    font-size:			9pt;
    font-weight:		800;
    color:			#FFFF99;
}

/*
 * These are our basic paragraphs and the tags
 */

p
{
    text-align:			left;
    font-family:		arial;
    font-size:			8pt;
    color:			white;
}

a
{
    font-family:		arial;
    font-weight:		800;
    color:			#2F87FC;
    text-decoration:		none;
}

a:hover
{
    color:			#FFFF99;
}

/*
 * These are for the menu navigation bar
 */

td.menu
{
    background-color:		black;
    text-align:			center;
    font-family:		arial;
    font-size:			10pt;
    padding:			3;
}

a:hover.menu
{
    color:			#FFFF99;
}

.menu:hover
{
    color:			#FFFF99;
}

.menu
{
    color:			#2F87FC;
    text-decoration:		none;
    text-align:			center;
    font-family:		arial;
    font-size:			10pt;
}

/*
 * These are for positioning of text
 */

.left
{
    text-align:			left;
    font-family:		arial;
    font-size:			8pt;
    color:			white;
}

.left-bold
{
    text-align:			left;
    font-family:		arial;
    font-size:			8pt;
    color:			white;
    font-weight:		800;
}

.center
{
    text-align:			center;
    font-family:		arial;
    font-size:			8pt;
    color:			white;
}

.center-bold
{
    text-align:			center;
    font-family:		arial;
    font-size:			8pt;
    color:			white;
    font-weight:		800;
}

.right
{
    text-align:			right;
    font-family:		arial;
    font-size:			8pt;
    color:			white;
}

.right-bold
{
    text-align:			right;
    font-family:		arial;
    font-size:			8pt;
    color:			white;
    font-weight:		800;
}

.right-bottom
{
    text-align:			right;
    font-family:		arial;
    font-size:			8pt;
    color:			white;
    vertical-align:		bottom;
}

.justify
{
    text-align:			justify;
    font-family:		arial;
    font-size:			8pt;
    color:			white;
}

.info
{
    text-align:			left;
    font-family:		arial;
    font-size:			10pt;
    color:			white;
}

.info-center
{
    text-align:			center;
    font-family:		arial;
    font-size:			10pt;
    color:			white;
}

