	body {
	background-color:#969696;
	font-family: georgia,sans-serif;
	color:#000;
	margin:0;
	padding:0;
  }
	 
	#wrapper {
	text-align: left;
	width:960px;
  background-color:#ffffff;
	margin:0 auto;
	padding: 0px;
	border:0;

	}
	 
  #header {
	width:960px;
	height:160px;
	margin:0 0 15px 0;
	margin-bottom:1px;
	border-top:1px solid #ccc;
	}
	 
	#header h2 {
	padding:5px;
	}
	 
	#nav {
	width:960px;
	height:40px;
	background-image:url('/../graphics/Hnavbar.png');
  background-repeat:no-repeat;
  background-position:center;
  text-align:center;
  padding-top:20px;
  
	}
	 
	#nav a {
	display:inline;
	padding:1px;
	text-decoration:none;
	font-family: georgia,sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	
	}
	 
	#nav a:hover {
	background-color:#bababa;
	height:40px;
	}
	 
	#content {
	width:950px;
	float:left;
	padding:10px;
	}
	 
	#sidebar {
	width:150px;
	float:left;
	padding:10px;
	}
	 
	#sidebar a {
	text-decoration:none;
	}
	 
	#sidebar li {
	list-style:none;
	}
	
	#sidebarR {
	width:150px;
	float:right;
	}
	 
	#sidebarR a {
	text-decoration:none;
	}
	 
	#sidebarR li {
	list-style:none;
	}
  
  	#sidebarCon {
	width:150px;
	float:right;
	}
	 
	#sidebarCon a {
	text-decoration:none;
	}
	
  #sidebarCon p{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  padding:5px;
  } 
	#sidebarCon li {
	list-style:none;
	}
	
  table.tableStyleClass {
  border-collapse:collapse;
  border:1px solid #cccccc;
  background-color:#f1f1f1;
  width:615px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  }

  table.tableStyleClassTwo {
  border-collapse:collapse;
  border:1px solid #cccccc;
  background-color:#f1f1f1;
  width:350px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  }
  
  th { 
  background-color:#999999;
  color:#ffffff;
  margin:1px;
  }
  
  td {
  border-right:1px solid #cccccc;
  padding:2px;
  text-align:Left;
  }
  
  .oddClassStyle {
  background-color:#ffffff;
  border-bottom:1px solid #cccccc;
  }
  
  .evenClassStyle {
  background-color:#f1f1f1;
  border-bottom:1px solid #cccccc;
  }
  	 
	#footer {
	clear:both;
	width:960px;
	height:60px;
	}
	 
	#footer p {
	padding:0px;
  }
  
  .image {
	position:relative;
	float:left; /* optional */
}
.image .text {
	position:absolute;
	top:10px; /* in conjunction with left property, decides the text position */
	left:375px;
	width:960px; /* optional, though better have one */
}
