﻿html, body
{
	background-color: #98AFC7;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
}

p
{
    font-family: Arial;
    font-size: 12;
}

div.WebPage
{
	/*text-align: center;*/
}

div.WorkAreaBackground
{
    /*text-align: center;*/
	background-color: #384870;
	width: 765px;
}

div.Copyright
{
    font-size:11px;
    font-family: Arial;
    text-align: center;
}

A:link.Copyright { 
	text-decoration: none; 
	color: Black;
}
A:visited.Copyright { 
    text-decoration: none; 
    color: Black;
}
A:hover.Copyright {
    text-decoration: underline; 
    color: Black;
}

A:link.shortcut { 
    text-decoration: none; 
    color: #FFFFF0;
}
A:visited.shortcut { 
    text-decoration: none; 
    color: #FFFFF0;
}
A:hover.shortcut {
    text-decoration: underline; 
    color: White;
}

td.AlignTopRight
{
	text-align:right;
	vertical-align:top;
}

td.AlignTopLeft
{
	text-align:left;
	vertical-align:top;
	width: 175px;
}

tr.shortcut 
{
    color: White;
    font-size: 12px;
    font-family: Times New Roman;
}

table.shortcut
{
    margin-top: 10px;
    margin-right: 10px;
}
 
td#mybackground 
{
	background-image: url('../../Images/navbannerbg.jpg');
	background-repeat: repeat-x;
	height: 26px;
	text-align: left;
	background-color: #C0C0C0 /*temporary color until graphic banner loads*/
}

td#mybackground2
{
	background-image: url('../../Images/navbannerbg2.jpg');
	background-repeat: repeat-x;
	height: 22px;
	text-align: left;
	background-color: #C0C0C0 /*temporary color until graphic banner loads*/
}
   
#PageContent
{
	/*background-color: White;*/
	background-color: #F5F6EE;
	margin-bottom: 5px;
	text-align: left;
	width: 99%;
	height:500px;
	vertical-align:top;
}

       

    td.DefaultText
    {
        font-size:12px;
        font-family:Arial;
        font-style:normal;
        text-align: left;
        vertical-align: top;
    }
    
    td.TextHeader
    {
        font-size:14px;
        font-family:Arial;
        font-weight:bold;
        color:#384870;
        text-align: left;
        vertical-align: top;
    }

    td.NewsNoBoarder
    {
        font-size:12px;
        font-family:Arial;
        font-style:normal;
        text-align: left;
        vertical-align: top;
    }

    td.NewsRightBoarder
    {
        font-size:12px;
        font-family:Arial;
        font-style:normal;
        border-right: solid 2px gray;
        text-align: left;
        vertical-align: top;
    }


	UL { margin-left:25px; margin-top:10px; margin-bottom:10px;  }

	OL { margin-left:25px; margin-top:10px; margin-bottom:10px; }

	UL LI
	{
		line-height:1.5em;
		margin-bottom:0.5em;
	}

	UL LI LI { list-style-type: disc; }


	OL LI { margin-bottom:0.7em; }
	

	A:link.MoreInfo { 
        text-decoration: none; 
        color: Blue;
    }
    A:visited.MoreInfo { 
        text-decoration: none; 
        color: Blue;
    }
    A:hover.MoreInfo {
        text-decoration: underline; 
        color: Blue;
    }

	UL.MoreInfo
	{
	    text-decoration: none;
	    color: Black;
	    margin-left:25px; 
	    margin-top:10px; 
	    margin-bottom:10px;  
	}
	
	A:link.shortcut { 
        text-decoration: none; 
        color: #FFFFF0;
    }
    A:visited.shortcut { 
        text-decoration: none; 
        color: #FFFFF0;
    }
    A:hover.shortcut {
        text-decoration: underline; 
        color: White;
    }

    tr.shortcut 
    {
        color: White;
        font-size: 12px;
        font-family: Times New Roman;
    }
    
    table.shortcut
    {
        margin-top: 10px;
        margin-right: 10px;
    }

	H1
	{
		font-size:165%;
		margin:0;
	}

	H2
	{
		font-size:125%;
		margin:0;
		color: #384870;
	}

	H3
	{
		font-size:115%;
		margin-bottom:0px;
	}

	H4
	{
		font-size:100%;
		margin-bottom:0px;
		margin-top:0px;
		max-height:10px;
	}
	
	H5, H6
	{
		font-size:100%;
		margin-bottom:0px;
	}
	
