/*** General Page and Body Styles ***/

body {
    margin: 0px;
    font-family: tahoma,verdana; 
    font-size: 12px;
	}

html, body{
	min-height: 100%;
    width: 100%;
    height: 100%;
    }

td.center {
   	height: 100%;
    text-align: center;
    padding-top: 5px;
    }

#container {
    margin: auto;
    text-align: left; /*corrects for IE hack*/
    position: relative;
     }
	
#gallery {
	position: relative; 
	width:500px; 
	height:270px; 
	margin:0; 
	padding:0;
	}

#gallery li{ 
	display:block;
	}
	
#banners {
	position: relative; 
	width:500px; 
	height:50px; 
	margin:0; 
	padding:0;
	}

#banners li{ 
	display:block;
	}
      
.outer_table {
	height: 95%;
	margin: auto;
	background-color: #F1F6FA;
	}
  
.container_table {
    margin: auto;
    height: 135px;
    text-align: left; /*corrects for IE hack*/
    border: #ffffff 0px solid;
    }

.global_navigation {
	padding-right: 10px;
	padding-top: 5px;
	}

td.global_navigation a {
	padding-left: 3px;
	padding-right: 3px;
	}

td.global_navigation a:link {
	text-decoration: none;
	color: #eeeeee;
	}
	
td.global_navigation a:visited {
	text-decoration: none;
	color: #eeeeee;
	}

td.global_navigation a:hover {
	text-decoration: underline;
	color: #ffffff;
	}
	
td.global_navigation a:active {
	text-decoration: underline;
	color: #eeeeee;
	}	
