﻿body,
html {
    margin:0;
    padding:0;
    background:rgb(249,249,249);
    font: 10pt arial,tahoma,sans-serif;
    }
    
    body {
    min-width:750px;
    min-height:550px;
    height:auto;
    }
    
    #mainContainer {
    margin:0 auto;
    width:100%;
    background:rgb(249,249,249);
    }
    
    #subContainer 
    {
        width:99%;
        padding:5px 10px 0px 10px;
    }
    
    .mainTitle 
    {
        margin-left:25px;
    }
    
    #main {
    background:rgb(249,249,249);
    float:left;
    width:73%;
    padding:0px 10px 5px 10px;
    border:solid 1px rgb(101,114,124);
    min-height:495px;
    height:auto;
    }
    
#sidebar {
    background:rgb(249,249,249);
    float:right;
    width:25%;
    padding:0px 5px 0 5px;
    border:none;
    }
    
#footer {
    clear:both;
    color:Navy;
    font-size:0.8em;
}
	
	.banner {
		background-image:url('../images/banner.png');
	 background-repeat:repeat-x;
		height:75px;
		voice-family: "\"}\"";
		voice-family: inherit;
		}
		

	.tabstripContainer {
        margin-left: 0px;
        /*border-bottom:solid 1px rgb(101,114,124);
   		margin-right:149px;*/
	 }
	  
	 .search_button {

	border:none;

	background:url(./images/bg_search_box_and_button.png) no-repeat right -19px;

	width:20px;

	height:20px;

	margin-left: -3px;

	display:inline;

	vertical-align:middle;

	margin-top:2px;

	cursor:pointer;

	font-size:1px; /* hide the text in IE*/

	color:#113691; /* hide the text */

	letter-spacing:-1em; /* hide the text in FF*/}
