@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #2e3645;
  color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
h1 {
	color: #6982b5;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
  color: #6982b5;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #d74f4f;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
	color: #d74f4f;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
  color: #ca0009;
  text-decoration: underline;
}
a:focus {
  color: #ca0009;
}
a:active {
	color: #d74f4f;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 70em;
}
#outerWrapper #header {
	background-color: #4870AA;
	background-image: url(images/headerWCQTI.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: solid 1px #5a6484;
	font-size: 18px;
	font-weight: bold;
	height: 286px;
	line-height: 15px;
	padding: 10px 10px 10px 10px;
	width: 750px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #eaeff5;
  border-right: solid 1px #8e9fd0; 
  float: left;
  padding: 10px 10px 10px 10px;
  width: 14em;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 16em; 
  padding: 10px 10px 10px 10px; 
}

#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #eaeff5;
	border-top: solid 1px #8e9fd0; 
	padding: 5px; 
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
}
.imgleft {
	float: left;
	margin-left: 8px;
}
.imgcenter {
	float: inherit;
	margin-left: 8px;
}

.imgright {
	float: right;
	margin-right: 8px;
}

a img {
border: none;
}
.justify {
	float: inherit;
	margin-left: 8px;
	text-align: justify;
}
.newscolumnleft {
	float: left;
	width: 45%;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}
.newscolumnright {
	float: right;
	width: 45%;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}
li {
	text-align: left;
}
.highlight {
	float: inherit;
	margin-left: 8px;
	text-align: left;
	background: #eaeff5;
	width: 90%;
	padding: 5px;
	border: thin dashed #000066;
	line-height: 5px;
	margin-right: 8px;
}
.categoryhead {
	background-color: #E6F4F8;
	color: #191970;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	text-align: center;
	border: 1px solid #000033;
}
.categorybox {
	background-color: #E6F4F8;
	color: #191970;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 4px 4px 4px;
	text-align: justify;
	border: 1px solid #000033;
}
.headbody {
	background-color: #eaeff5;
	color: #191970;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	text-align: center;
	border: 1px solid #000033;
}
