/* cwce.css */

@media screen {
	#page-header {
		height: 80px;
		background-position: top center;
		background-repeat: no-repeat;
		color: #3333CC;
		font-weight: bold;
		font-size: 0.8em;
		font-style: normal;
		text-align: center;
		padding-top: 35px;
	}
	body {
		margin-left:5%;
  		margin-right:5%;
	}
	a, address, body, h1, h2, h3, p, th, td, div, blockquote, dl, ol, ul, li {
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 1em;
	}
}
@media print {
  #page-header { display:none; }
	a, address, body, h1, h2, h3, p, th, td, div, blockquote, dl, ol, ul, li {
		font-family: "Times New Roman", Times, serif;
		font-size: 12pt;
	}
	body {
		margin-left:0;
  	   margin-right:0%;
	}
  /*
	a:link, a:visited {
	color: black;
	text-decoration: none;
	}
	a:hover, a:active {
	color: black;
	text-decoration:none;
	}
  */
}

a:link, a:visited {
color: #3333CC; /* match header blue */
background-color: transparent;
text-decoration: none;
}
a:hover, a:active {
color: red; /* #3333CC; */
/* background-color: yellow; */
text-decoration: none; /*underline overline;*/
}

#update {
  clear: both;
	text-align:center;
	font-style:italic;
	margin-bottom:1em;
}

a {
	font-weight: bold;
}


address, body, h1, h2, h3, p, table, th, td, div, blockquote, dl, ol, ul, li {
	color: black;
	background-color: White;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
p {
	text-align: justify;
}
acronym {
  background-color: #ccffff;  /* aliceblue*/
  font-weight: bold;
}
q {
  font-style: italic;
}
h1, h2, h3 {
  text-align: center;
  font-weight: bold;
}
h1 {
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
h2 {
  font-size: 1.2em;
  font-style: italic;
  text-align: center;
}
h3 {
  font-size: 1em;
}

ul.links {
  list-style: none;
  text-align: center;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
li.links {
  float: none;
  font-weight: bold;
  display: inline;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

li.space {
  padding-top: 1em;
}

.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.indent {
  padding-left: 3em;
}
.w40pc {
  width: 40%;
}


div.docs {
  margin: 0;
  font-weight: bold;
}
ul.docs {
  margin: 0;
}
li.docs {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -1em;
}



div.footer {
  float: left; 
  text-align: center;
}
img.footer {
  border: 0;
  width: 88px;
  height: 31px;
  display: inline;
  font-size: 1em;
  font-weight: normal;
  vertical-align: middle;
}
.section-head {
  padding-top: 1em;
  padding-bottom: 0;
  font-weight: bold;
}
.strong {
  font-weight: bold;
}

