﻿ body
{
    font-family: Sans-Serif;
    background-color: #ffffff;
    /* color: White; */ 
    margin: 0px;
}


html
        {
            background-color:white;
            font:14px Arial,Sans-Serif;
            color:Black;
        }
        
#form1
{
    width: 804px;
}
                    
              
#TitleArea
{
    background-color: #000033;   /* #eeeeff; /* Pale blue */
    /* border:solid 1px #ddddee; */
    width: 803px;
}


#logoImage
{
    padding-top: 10px;
    padding-left: 10px
}


#Navigation
{
    background-color: #000033;
    color: White;
    float:left;
    padding:0px;
    width:120px;
    height:4052px;
    margin: 0px 0px 0px 0px; /*top,right,bottom,left-clockwise from top */
    border-color:#ddddee;
    border-style:solid; 
    border-width: 0px 0px 0px 0px; /*top,right,bottom,left-clockwise from top */
    
}

.dkblue
{font-size: 	12;
text-decoration: 	underline;
color: 		#000066;
}

.red
{font-size: 	12;
text-decoration: 	underline;
color: 		#990000;
}

.cyan
{font-size: 	12;
text-decoration: 	underline;
color: 		#00ffff; /* cyan */
}

.white
{font-size: 	12;
text-decoration: 	underline;
color: 		white;
}

/*
a:hover  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFF00; line-height: 30px }
a:link   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; line-height: 30px }
a:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FF0000; line-height: 30px }
a:visited{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; line-height: 30px }
*/


#ContentArea
{
    background-color: White;
    float: left;
    padding: inherit;
    width: 681px;
    border: Solid 1px #000033;
    height: 4050px;
    position: absolute;
    top: 100px;
    left: 120px;
    margin: 0px 0px 0px 0px;
}


.clear
        {
            clear: both; /* Stops the flow of text around an element.  none (default) let the text flow, left, right, both - don't allow text to flow around either side of the element */
        }



