* {
  border: 0; 
  padding: 0; 
  spacing: 0; 
  margin: 0;
}

body {
  background-color: #c0c0c0;
  text-align: center;
  height: 100%;
  margin: 0 0 50px 0;
}

DIV#outerdiv {
  position: relative;
  top: 20pt;
  width: 1024px;
  border: 1px solid #000000;
  background: #ffffff;
  min-height: 500px;
  margin-bottom: 40pt;
}

DIV#header {
  background-color: #6699ff;
  height: 100px;
  position: relative;
  text-align: right;
  color: #ffffff;
}

DIV#headerbgimage {
  position: absolute;
  top: 3px;
  left: 0px; 
  width: 80px;
  height: 90px;
  z-index: 10;
}

DIV#headerquote {
	text-align: left;
	font-family: times, serif;
	font-size: 10pt;
	position: absolute;
	color: #000000;
	top: 5px;
	left: 80px;
	width: 400px;
	overflow: hidden; 
	z-index: 2000;
}

DIV#headerquotetext {
	font-family: times, serif;
	font-weight: bold;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}

DIV#headerquoteauthor {
	font-family: times, serif;
	font-size: 10pt;
	font-style: italic;
	color: #000000;
	text-align: right;
}

DIV#headerlinedark {
  background-color: #006699; 
  position: absolute; 
  left: 0px; 
  top: 80px; 
  height: 20px; 
  width: 100%;
  overflow: hidden; 
}

DIV#headerlinebright {
  background-color: #6699ff; 
  position: absolute; 
  left: 0px; 
  top: 93px; 
  height: 2px; 
  width: 100%;
  overflow: hidden; 
}

DIV#bottomlinedark {
  background-color: #006699; 
  position: absolute; 
  left: 0px; 
  top: 280px; 
  height: 20px; 
  width: 100%;
  overflow: hidden; 
}

DIV#menu {
  text-align: left;
  width: 100%;
  height: 25px;
  background: #333333;
  border-bottom: #006699 solid 5px;
}

DIV#content {
  margin: 15pt;
  text-align: justify;
  font-family: times, serif;
  font-size: 11pt;
  line-height: 1.15em;
}

DIV#contentleft {
  width: 48%;
  float: left;
  padding-bottom: 10px;
}

DIV#contentright {
  width: 48%;
  float: right;
  padding-bottom: 10px;
}

DIV#footer {
  background-color: #006699;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 20px;
  text-align: left;
  color: #ffffff;
  overflow: hidden;
}

DIV#footerlinebright {
  background-color: #6699ff; 
  position: relative; 
  top: 5px; 
  height: 2px; 
  width: 100%;
  overflow: hidden; 
}

DIV#startmincontentheight {
  height: 365px;
  float: right;
  width: 1px;
}

DIV#endmincontentheight {
  clear: both;
  height: 1px;
  overflow: hidden;
}

#header h1{
  position: relative;
  text-align: right;
  font-family: serif;
  font-weight: lighter;
  font-size: 36pt; 
  letter-spacing: 0.01em;
  top: 27px;
  right: 10px;
  overflow: hidden;
  z-index: 100;
}

#header h2{
  position: absolute;
  text-align: right;
  font-family: serif;
  font-weight: lighter;
  font-size: 24pt; 
  letter-spacing: 0.01em;
  top: 14px;
  right: 10px;
  overflow: hidden;
  z-index: 100;
}

#menu ul {
  padding: 0;
}

#menu li {
  float: left;
  list-style: none;
  height: 25px;
  border-right: 1px solid #666666;  
  background-color: #333333;
}

#menu a {
  position: relative;
  float: left;
  top: 3px;
  left: 0px;
  width: auto;
  height: 20px;
  font-family: times, serif;
  font-size: 12pt;
  font-weight: bold;
  letter-spacing: 0.01em; 
  color: #999999;
  padding: 0em 0.6em;
  text-decoration: none;
}

#menu a:visited, #menu a:link, menu a:active {
  background-color: #333333;
}

#menu a:hover {
  background-color: #333333;
  color: #ffffff;
}

#menu .activelink {
  color: #ffffff;
}

#content h1 { 
	font-family: times, serif; 
	font-weight: bold; 
	color: #606060; 
	font-size: 14pt; 
}

#content h2 { 
	font-family: times, serif; 
	font-weight: bold; 
	color: #606060; 
	font-size: 12pt; 
}
	
.textblockline {
	border-top-width: 1px; 
	border-top-style: solid; 
	border-color: black;  
	margin-top: 10px; 
	padding-top: 20px;
}

.textblock {
	text-align: justify;
}
	
ul {
	list-style-type: square;
	list-style-image: url(pics/bullet.png);
	padding: 1em 0 2em 2em;
}