	body {
		background-image: url("images/bg.jpg");
		background-repeat: repeat-x;
		text-align: center;
		margin: 0 auto;
		background-color: #F4F4F4;
	}
	
	#header {
		margin: 0 auto;
		height: 152px;
		width: 854px;
		background-image: url("images/header.gif");
	}
	#headernav {
		position: relative;
		top: 120px;
		left: 140px;
		font-size: .93em;
		font-weight: 200;
		color: #484848;
		font-family: Georgia, "Times New Roman", Times, serif; 
	}
	#wrapper {
		width: 854px;
		margin: 0 auto;
	}
	#splash {
		position: relative;
		top: 20px;
		background-image: url('images/splash.jpg');
		height: 248px;
		width: 770px;
		margin: 0 auto;
	}
	#splashflash {
		padding-top: 9px;
	}
	
	h3 {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	#footer {
		padding-top: 20px;
		text-align: center;
		width: 100%;
		background-image: url('images/footerbg.jpg');
		background-repeat: repeat-x;
		font-size: 11px;
		background-color: #F4F4F4;
		font-weight: 100;
		line-height: 20px;
		color: #484848;
		font-family: Georgia, "Times New Roman", Times, serif; 
	}
	#footerinside{
		width: 854px;
		margin: 0 auto;
		text-align: left;
	}
	#footerright {
		float: right;
		text-align: right;
	}
	#wrapperwide {
		width: 100%;
		margin-top: 30px;
		background-image: url('images/divbg.jpg');
		z-index: 2;
	}
	#content {
		font-family : "Verdana CE", Verdana, Arial, sans-serif;
		font-size : 12px;
		margin-top: 20px;
		margin: 0 auto;
		width: 854px;
		background-color: #d0eaf7;
	}
	
	#contentsub{
		font-size: 1.083em;
		line-height: 25px;
		font-weight:normal;
		color: #484848;
		font-family: Georgia, "Times New Roman", Times, serif; 
		text-align: left;
		width: 854px;
	}
	
	#contentright{
		width: 300px;
		font-weight: 100;
		line-height: 20px;
		color: #484848;
		font-family: Georgia, "Times New Roman", Times, serif; 
	}

	#contentleft{
		font-size: 1.083em;
		line-height: 25px;
		font-weight:normal;
		color: #484848;
		font-family: Georgia, "Times New Roman", Times, serif; 
		text-align: left;
		width: 500px;
	}

	#left{
		width: 500px;
		float: left;
	}

	#right{
		width: 300px;
		float: right;
		text-align: left;
		font-size : 11px;
	}
	
	A.blink:link {
		color: #3f3f3f;
		text-decoration: none
	}

	A.blink:visited {
		color: #3f3f3f;
		text-decoration: none
	}

	A.blink:active {
		text-decoration: none
	}

	A.blink:hover {
		color: #3f3f3f;
		border-bottom: 2px solid #3f3f3f;
	}


table {
  border-collapse: collapse;
  border: 1px solid #adc4d0;
  color: #000000;
  margin: 0 auto;
  background: #FFFFFF;
  }
caption {
  text-align: left;
  background: transparent;
  }
td, th {
  border: 1px solid #c4dce8;
  font-size: 13px;
  padding: 4px;
  color: #000000;
  vertical-align: middle;
  }
thead th, tfoot th {
  border: 1px solid #c4dce8;
  text-align: left;
  color: #FFFFFF;
  background: #fcfe90;
  color: #000000;
  padding-top:6px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #000000;
  vertical-align: middle;
  }
tbody th, tbody td {
  vertical-align: middle;
  text-align: center;
  }
.odd {
  background: #ffffff;
  }
