<meta name="robots" content="noindex, nofollow">

* {
	color: #004870;
}

body {
	margin: 0px;
	/* background-color: #fff; */
	background-color: #6791a9;
	}

#tmain {
	background-color: #fff;
	}

#main {
	/* background-color: #fff; */
	}

#top {
	width: 100%;
	background-image: url(/gfx/top-blue.jpg);
	background-repeat: repeat-x;
	}

#left {
	height: 100%;
	background-image: url(/gfx/left-repeat.jpg);
	background-repeat: repeat-y;
	}
	
#right {
  vertical-align: top;
  width: 110px;
  padding: 0px;
  /* border: 1px solid black; */
  /* border-top: 1px solid #8af; */
  border: 1px solid #8af;
  background-color: #b6d3e3;
  font-size: 12px;
  }

#right h2 {
  margin: 0;
  padding: 1px;
  font-size: 13px;
  background-color: #96b3e3;
  }

#bottom {
	/*
	background-image: url(/gfx/left-repeat.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	*/
	background-color: #6791a9;
	text-align: center;
	color: black;
	}

#titlebar h2 {
	margin: 0px;
	padding: 0px;
	color: #004773;
	font-size: 30px;
	font-weight: lighter;
	}

#titlebar {
	margin: 0px;
	padding: 0px;
	background-color: #b6d3e3;
	width: 100%;
	height: 41px;
	}

.tbar_black {
	color: #fff;
	padding-right: 5px;
	font-size: small;
	}

.blurb h2 {
	font-size: 14px;
	/* border-bottom: 1px solid blue; */
	}

.blurb h4 {
	font-size: 12px;
	text-align: right;
	}

.blurb {
	margin: 0px;
	margin-top: 20px;
	}

.blurb div {
	margin-left: 5px;
	padding-left: 3px;
	/* border-left: 1px solid blue; */
	}
	
.q {
font-size: 130%; 
font-weight: bold;
text-align: center
} 
