<style type="text/css">
/* set page background to white and text to very dark gray
 * html is included because this is the root element for
 * pages served as application/xhtml+xml */
html, body {font-family:univers-light, helvetica, arial; scrollbar-width:20px; scrollbar-3dlight-color:white; scrollbar-base-color:white; scrollbar-highlight-color:white; scrollbar-darkshadow-color:#CAC2B8; scrollbar-shadow-color:white; scrollbar-track-color:white; scrollbar-arrow-color:#CAC2B8
}
/* set 15px top margin for titlebar, other margins set to zero */
#titlebar {
	height: 136px;
  }
  
/* maincontent width is 1px smaller to account for left border */
#maincontent {
	width: 650px;
	margin: 0;
	padding: 0;
	float: right;
  }
/* set margins, padding, and line height for maincontent paragraphs */
#maincontent p {
	margin: 0 5px 0 0px;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 0;
	line-height:1.4;
	color: #CCCCCC;
  }
/* set dimensions for level 1 and 2 headings in maincontent */
#maincontent h1, #maincontent h2 {
	margin: 0 40px 0 0px;
	padding: 5px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color: #CCCCCC;
  }
#maincontent h1 {
  font-size: 165%;
  }
#maincontent h2 {
  font-size: 135%;
  }
  #maincontent h3, #maincontent h4 {
	margin: 0 5px 0 10px;
	padding: 5px 0 0;
	font-family:"Times New Roman", Times, serif;
	color: #6D001F;
  }
#maincontent h3 {
  font-size: 165%;
  }
#maincontent h4 {
  font-size: 135%;
  }

#nav {
	width: 110px;
	height: 400px;
	text-align: left;
	float: left;
	margin-right: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
}
#nav a {
	margin: 0;
	height: 15px;
	padding: 0px 0px 5px 5px;
	width: 60px;
	text-decoration: none;
	font-variant:normal;
	font-weight:bold;
	font-size: 100%;
  }
#nav a:link, #nav a:visited {
	color: #FFF;
  }
#nav a:hover, #nav a:active {
	color: #524872;
  }


/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  background-color: #A8B2A3;
  color: #FFF;
  border-left: #5B6058 solid 2px;
  border-top: #5B6058 solid 2px;
  border-right: #B1B7AE solid 2px;
  border-bottom: #B1B7AE solid 2px;
  }


.form_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#C0C0C0
}
.form_box {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#808080;
	text-align:right
}


</style>
