body{text-align:center;margin:0;padding:0;width:100%;height:100%; font-family:Trebuchet MS; font-size:11px; }
#bodyWrap{height:1000px; overflow:hidden; width:1024px; padding:0px 0px;margin:0 auto;display:block;text-align:left;position:relative;}
#headWrap{margin:0px 84px;display:block;text-align:left;position:relative;}
#navWrap{margin:0px 84px; vertical-align:middle; display:block; text-align:left; position:relative; z-index:100; background-color:#d4d694; height:25px; width:800px;}
#navWrap2{margin:0px 84px; vertical-align:middle; display:block; text-align:left; position:relative; z-index:100; background-color:#e7ecf2; height:25px; width:800px;}
#contentWrap{margin:0px 84px; height:100%; display:block;text-align:left;position:relative;}
#footWrap{position:absolute; top:600px; left:770px;}


	/* class to clear floats without markup */
    .clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
    /* Hides from IE-mac \*/
    * html .clearfix {height: 1%;}
    .clearfix {display: block;}
    /* End hide from IE-mac */

    
    
    
    /* CSS Dropdown Classes */
        #cssdropdown, #cssdropdown ul {
        padding: 0;
        margin: 0;
        list-style: none;
        }

        #cssdropdown li {
        float: left;
        position: relative;
        }

        .mainitems
        {
		margin-top:2px;
		margin-left:12px;	
		width:112px;
        }

        .mainitems a{
        padding:0;
        margin:0;
        text-decoration: none;
        margin-right:2px;
        color:#2f506f;
        font-size:12px;
        }
        
        .mainitems a:hover{
        padding:0;
        margin:0;
        margin-right:2px;
        color:#2f506f;
        font-weight:bold;
        font-size:13px;
        }
        
        .mainitems a img{border:none;}

        .subuls{
        display: none;
        position: absolute;
        top: 1.2em;
        background-color: black;
        color:White;
        font-family:Trebuchet MS;
        border: 1px solid black;
        font-size:12px;
        border-bottom:solid 3px black;
        }

        .subuls li{
        width: 100%;
        border-bottom:solid 0px black;
        }

        .subuls li a
        {
        display:block;
        background-color:#444;
        text-decoration: none;
        color:lightgrey;
        padding-left:7px;
        padding-top:2px;
        padding-bottom:2px;
        }

        .subuls li a:hover
        {
          background-color:lightgrey;
          color:#444;
          
        }

        #cssdropdown li>ul { /* to override top and left in browsers other than IE, which will 
								position to the top right of the containing li, rather than bottom left */
        top: auto;
        left: auto;
        }

        #cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
        display: block;
        }
        


.copy{
	font-size: 11px;
	font-family: Tahoma, Century Gothic, Arial, Helvetice, sans-serif;
	text-decoration:none;
