﻿body 
{
    margin-top: 0px;
    background-color: #e3e3e3;
    font-family: Arial;
    text-align: center;
}

#pagecenter 
{
    width: 900px;
    position: relative;
    margin: 0 auto;
}

a, a:visited, a:active 
{
    color: #0000AA;
}

#page 
{
    background-color: #d3d3d3;
}

#header
{
    background-color: #ffffff;
    
}

.redHeaderRow 
{
    background-color: #ff0000;
    padding: 5px;
    font-weight: bold;
    padding-left: 170px;
    text-align: left;
}

#form 
{
    background-color: #d3d3d3;
    padding: 5px;
    padding-left: 170px;
    font-size: 0.9em;
}

#headertext 
{
    font-weight: bold;
    font-size: 1.2em;
    padding: 5px;
    color: #ff0000;
    padding: 30px;
    padding-left: 170px;
}

	#logo 
	{
	    position: absolute;
        margin: 10px;
        top: 0px;
        left: 10px;
	    z-index: 10;
	}
	
	#findbutton 
	{
	    position: absolute;
        margin: 10px;
        top: 60px;
        left: 800px;
	    z-index: 11;
	}
	
#menu
{
    float: left;
    margin-top: 100px;
    border: 0px solid #000000;
    width: 140px;
    padding: 15px;
    font-size: 0.9em;
}

#pagecontent 
{
    border: 0px solid #000000;
    background-color: #ffffff;
    margin-left: 170px;
    height: 100%;
    text-align: left;
}

.headerlink, .headerlink:visited, .headerlink:active
{
    color: #000055;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}

.headerlink:hover
{
    color: #000055;
    text-decoration: underline;
}

.subHeading 
{
    font-weight: bold;
}

.text 
{
    font-size: 0.9em;
    color: #696969;
}

.StarBody { background-color: #FFFFFF;}