  html,body {
	height: 100%;
}
  body {
	    background-color: #C3D1DF;
		margin:0px 0px 15px 0px;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 10pt;
	  }
	  
p,td,ul {
	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;
	}
	  

	  
#contentContainer {
	   background-color:#C3D1DF; 
	   text-align:center;
	  }
	  
#tble_container {
	    margin:0px auto 15px auto;
		padding: 5px 0px 10px 5px;
	    width:763px;
		text-align:left;
	  }
	  
	  /**** for controlling layout of outside borders *****/
 #tble_container .leftSideTop {
	  /*background: url('assets/lay/corners/left_corner_top.gif') no-repeat top;*/
	  width:8px;
	  height:8px;
	  margin:0px;
	  padding:0px;
	  }
	  
	  
	  #tble_container .tble_container_top {
	  background: url('../lay/tbl_container_bg_top.gif') repeat-x bottom;
	  margin:0px;
	  padding:0px;
	  height:8px;
	  }
	  
	   #tble_container .rightSideTop {
	  /*background: url('assets/lay/corners/right_corner_top.gif') no-repeat top;*/
	  width:8px;
	  height:8px;
	  margin:0px;
	  padding:0px;
	  }
	  #tble_container .leftSide {
	  background: url('../lay/corners/leftSide_bg.gif') repeat-y top;
	  }
	  
	  #tble_container .rightSide {
	  background: url('../lay/corners/rightSide_bg.gif') repeat-y top;
	  }
	  
	    #tble_container .leftSideBottom {
	  /*background: url('assets/lay/corners/left_corner_top.gif') no-repeat top;*/
	  width:7px;
	  height:8px;
	  margin:0px;
	  padding:0px;
	  }
	  
	  
	  #tble_container .tble_container_bottom {
	  background: url(../lay/tbl_container_bg_bottom.gif) repeat-x bottom;
	  margin:0px;
	  padding:0px;
	  height:7px;
	  }
	  
	   #tble_container .rightSideBottom {
	  width:7px;
	  height:8px;
	  margin:0px;
	  padding:0px;
	  }
 /**** end classes for  controlling layout of outside borders *****/
		
	  div#navHeader {
	  background: url('../lay/header/header_bg.jpg') no-repeat top right;
	  background-color:#FFF;
	  height:270px;
	  padding:0px;
	  margin:0px;
	  border:1px white solid;
	  
	  }
	  
	  div#navHeader #mainLogo {
	    float:left;
	  }
	  
	ul#navTabs {
	list-style-type: none;
	margin: 45px auto 1px 200px;
	padding: 0px;
	background: url(../lay/tabs/right_nav_bg_off.gif) no-repeat right;
	height: 27px;
}
	 ul#navTabs li {
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(../lay/tabs/nav_bg_off.gif) repeat-x 50%;
	height: 27px;
}


 ul#navTabs li.homeNav {
	background: url(../lay/tabs/home_bg_off.gif) no-repeat left;
	height:27px;
}

  ul#navTabs li.homeNav_on {
	background: url(../lay/tabs/home_bg_on.gif) no-repeat left;
	height:27px;
}
	  
	
	ul#navTabs li a,ul#navTabs li a:link {
	background: url(../lay/tabs/divider_off.gif) no-repeat left;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-family: Times, 'Times New Roman', serif;
	font-size: 12px;
	padding: 3px 10px;
	margin:0px;
	text-decoration: none;
	line-height: 27px;
	height: 27px;
}

ul#navTabs li .homeNav a:link,ul#navTabs li .homeNav a {
	color: #FFFFFF;
	background: none;
	padding: 3px 7px;
	line-height: 27px;
	height: 27px;
}

ul#navTabs li a:hover {color:#f1d1a0;}

div#mainimage {
	margin:0px 0px 0px -1px;
	padding:0px;
	}

ul.info li	{
	color: #FFFFFF;
	list-style-type:none;
	font-family: Times, 'Times New Roman', serif;
	font-size: 10pt;	
}

#mainBox {
background-color:#0a447e;
height:100%; 

}

div#divider {
		 background:url('../lay/slice.GIF') no-repeat center;
		 height:8px;
		 margin:0;
		 padding:0;
		}
		
hr{
	color:#FFFFFF;
	border-width:1px;
	width:100%;}
	
	
.link { font-size:10pt;
}

.link a:link, a:visited {
		 color:#FF9900;
		}
		
.link a:hover, a:active {
		 color:#FF9900;
		 text-decoration:underline;
		}
		