	html, body {
		height: 101%;	
		font-family:georgia;
		
	}
	
	body {
		text-align:center;
		background: #ffffcc url('../images/bck_tile_001_middleOn.gif');
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	a:link, a:active {
		color: #871619;
		text-decoration: none;
	}
	a:visited {
		color: #871619;
		text-decoration: none;
	}
	a:hover {
		color:#b76c6a;
	}		

	#container {
		width:780px;
		height: 100%;
		padding: 0 3px 0 1px;
		background: #ffffcc url('../images/bck_container_001.gif') repeat-y;
		text-align:left;
		margin: 0 auto auto auto;
	}
	
	
	H1 {
		margin: 0;
		text-indent: -5000px;
		height:5px;
	}
	
	#nav {position:relative; left:195px;  display:block; width:560px;  font-size:18px; z-index:99;}
	#nav a {color:#fff; font-size:21px; text-decoration:none; }
	#nav a:hover {color:#88171a; }
	#nav a:visited {color:#fff; }
	#nav a:link {color:#fff; }
	#nav ul {display:inline; text-align:right; list-style:none; margin:0; padding:0; }
	#nav li {display:block; float:left; padding:0 8px 0 0; margin-left:5px;}
	
	#mainLogo {
		position:relative;
		top:0;
		left:0;
		width:200px;
		height:100px;
	}
	
	#languageSelector {
		position:relative;
		top:-120px;
		left:710px;
		width:60px;
		height:10px;
		z-index:60;	
	}

	.separatorBand {
		background-color:#8a181b;
		height:2px;
		clear:both;
	}
	
	#bodyContent{
		z-index:90;
		clear:both;		
	}

	#leftPanel {
		float:left;
		width:180px;
		height:150px;
		padding:10px 0 0 10px;
		background: url('../images/bck_ind_panel_l.gif') no-repeat;
	}	

	#rightPanel {
		display:inline;	
		float:right;
		padding-left:10px;
		width:580px;
		}
		
		
	#foot {
		

		width:780px;
		text-align:left;
		clear:both;
		padding: 0 0 0 0;
		z-index:2;
	}
	
	H2 {
		padding: 0 0 0 0;
		margin: 10px 0 10px 0;		
	
	}
	
	.submitResponse {
		padding:15px 10px 15px 10px;
		font-weight:bold;
		background-color:#600;
		color:#fff;
		width:490px;
		margin-bottom:30px;
	}
	
	
	
	
	