@charset "utf-8";
/* CSS Document */

html 
    {
	    margin:0;
	    padding:0;
	    height:100%;
    }

body 
    {
        font-family:"Trebuchet MS", Georgia,"Times New Roman",Times,serif;
        background:/*#182654Black#29261A*/#212F66;
        font-size:.80em;
	    margin:0;
	    padding:0;
	    color:#333;
	    height:100%!important;
	    min-height:100%!important;
    }

.container 
    {
	    height:1250px;
	    /*min-height:100%;*/
	    position:relative;
	    background:url('../images/bg.png') no-repeat;
		border-right:1px solid White;
		border-bottom:1px solid White;
		border-left:1px solid White;
	    width:1000px;
	    margin:0 auto;
    }
	
.header
	{
		/*background:url('../images/header.png') no-repeat;*/
		height:441px;
	    width:1000px;
	    margin:0 auto;
		usemap:#map;
	}

.shim
	{
		background:transparent url(../images/shim.png);
		height:100%;
		width:100%;
	}
	
.leftVerbiage
	{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		margin:-20px 10px 10px 130px;
		padding:5px;
		color:#000;
		background:;
		height:250px;
		width:430px;
		float:left;
	}

.clear
	{
		clear:both;
	}

.rightVerbiage
	{
		float:right;
	}
	
.push
	{
		padding:0 0 0 -100px;
	}
	
.verbiage span {padding:5px 5px 5px 20px}
.verbiage p {font-size:10pt;}

H2
	{
		font-size:14pt;
		text-align:center;
	}

img {border:none;}


/*-- PRIMARY LAYOUT ELEMENTS --*/

.page 
    {
	    width:1024px;
	    background-color:#FFF;
	    margin:0 auto 0 auto;
	    border:0 solid #172A5A;
	    height:100%!important;
	    position:relative;
	    min-height:825px;
    }