﻿        #wrapper
        {
/*            border-style: solid;
            border-width: thin;
            border-color: #800000; */
            width: 1000px;
/*            height: 760px; */
            margin-left: auto;
            margin-right: auto;
        }
        #headerArea
        { 
    		margin:0; padding:0;
            width: 1000px;
            height: 140px;
        }
        #headerLeft
        { 
		    float:left;
		    width:150px;
		    margin:0; padding:0;
		    font-size: small;
            height: 140px;
            top: 0px;
        }
        #headerRight
        {
    		margin:0px 0px 0px 0px;
            width: 850px;
            float: right;
            position: relative;
            top: 0px;
            height: 140px;
            left: 0px;
        }
        #headerIMG
        {
            width: 100%;
            background-image: url('../images/header3.gif');
            background-position: center;
            background-repeat: no-repeat;
            height: 59px;
            float: right;
        }
        #headerInfo
        {
		    position: relative;
	    	margin:0; padding:0;
        }
	    #headerInfoLeft 
	    {
		    float:left;
		    width:150px;
		    margin:0; padding:0;
		    font-size: small;
            height: 30px;
            top: 0px;
		}
	    #headerInfoCenter 
	    {
		    margin-left: auto;
		    margin-right: auto; 
		    font-size: xx-large;
		    font-weight: bolder;
		    width: 391px;
		    top: 0px;
            height: 30px;
        }
	    #headerInfoRight 
	    {
		    margin:0px 0px 0px 0px;
		    font-size: small;
		    width:115px;
            height: 30px;
            top: 0px;
            float: right;
            position: relative;
            right: 0px;
        }
        .innerHeader
        {
            /*Margins for inner DIV inside each column (to provide padding)*/
            margin: 0;
        }
        #contentArea
        {
            width: 1000px;
    		margin:0; 
    		padding:0;
/*    		height: 495px; */
        }
        #leftNav
        {
		    float:left;
		    width:150px;
		    margin:0; padding:0;
		    font-size: small;
            top: 0px;
        }
        #content
        {
            margin-left: auto;
            margin-right: auto;
            width: 850px;
            float: right;
            position: relative;
            top: 0px;
            left: 0px;
            right: 0px;
/*            height: 495px; */
        }
        #footerInfo
        {
    		margin:0px 0px 0px 0px;
            width: 100%;
            float: right;
            position: relative;
            top: 0px;
            left: 5px;
            height: 242px;
        }
	    #footerInfoLeft 
	    {
		    text-align: center; 
		    float:left;
		    width:255px;
		    margin:0; padding:0;
		    font-size: small;
            height: 100px;
            top: 0px;
		}
	    #footerInfoCenter 
	    {
		    margin-right: auto;
		    margin-left: auto; 
		    font-size: xx-large;
		    font-weight: bolder;
		    width: 100px;
		    top: 0px;
            height: 100px;
            background-image: url("../images/20years_small.gif");
            background-repeat: no-repeat;
            background-position: center;
            
        }
	    #footerInfoRight 
	    {
		    text-align: center; 
		    margin:0px 0px 0px 0px;
		    font-size: small;
		    width:255px;
            height: 100px;
            top: 0px;
            float: right;
            position: relative;
            right: 0px;
        }
        #footerArea
        {
            margin: 0;
            padding: 0;
            width: 1000px;
            height: 230px;
            bottom: 0px;
            vertical-align: bottom;
        }
        #footerAreaLeft
        { 
		    float:left;
		    width:150px;
		    margin:0; padding:0;
		    font-size: small;
            height: 230px;
            top: 0px;
        }
        #footerKBR
        {
            position: relative;
            background-image: url('../images/keepphase.gif');
            background-position: center;
            background-repeat: no-repeat;
            height: 50px;
            margin-top: 10px;
            width: 355px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }
        #footerInterview
        {
            position: relative;
            height: 114px;
            float: left;  
            font-size: medium;  
            width: 280px;
            top: -124px;
            left: 4px;   
            color: #cc0000;
            font-weight: bold;  
               
        }
        #webmasterInfo
        {
		    font-size: small;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            width: 375px;
            text-align: center;
        }
        .xxSmall
        {
            font-size: xx-small;
        }
        .xSmall
        {
            font-size: x-small;
        }
        #hrTop
        {
            width: 100%;
            float: left;
            color: #000080;
        }
        #hrBottom
        {
            width: 100%;
            float: left;
            color: #000080;
        }
        #hrFooter
        {
            width: 100%;
            float: left;
            color: #000080;
        }
hr
{
    color: #000080;
    height: 3px;
    background-color: #000080;
}