      body {
        background: #F1B748;
      }
      #header {
        padding-top: 10px;
      }
      #headerInset {
        width: 200px;
        height: 140px;
        position: absolute;
        top: -9px;
        right: -20px;
      }
      #header h1 {
        width: 330px;
        height: 85px;
      }
      #header h1 span {
        display: none;
      }
      #header h2 {
        width: 425px;
        height: 30px;
        border: 1px solid #E3E3E0;
        border-right: none;
        margin: 5px 0;
      }
      #header h2 span {
        display: none;
      }
      #bodyContents {
        position: relative;
        background: white url(images/BackgroundPage.jpg) no-repeat;
        font-family: "Verdana", "Arial", "Helvetica", sans-serif;
		color: #555555;
        font-size: 0.8em;
        /*font-size: 10pt;*/
        border-right: 1px solid black;
        width: 766px;
        min-height: 100%;
      }
      #page {
        border-top: 20px solid #E36B00;
        width: 100%;
      }
      #pageContents {
        border-top: 1px solid black;
        padding-left: 340px;
        width: 426px;
        min-height: 870px;
      }
      #pageInset {
        width: 252px;
        height: 600px;
        position: absolute;
        left: -50px;
        top: 0;
        width: 258px;
        height: 551px;
        z-index: 2;
      }
      #focus {
        position: absolute;
        left: 50px;
        top: 450px;
        background: white;
        border: 1px solid #E98111;
        padding: 10px;
		font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Georgia", "Trebuchet MS", serif;
        color: #6BA7A7;
        font-size: 1.1em;
        font-weight: bold;
        width: 120px;
        height: 350px;
        z-index: 5;
      }
      #focusText {
        width: 100%;
        height: 100%;
        overflow: hidden;
      }
      #focus #arrowA,
      #focus #arrowB {
        position: absolute;
        left: -35px;
        background: url(../common/images/ArrowRight.png) no-repeat;
        width: 30px;
        height: 30px;
      }
      #focus #arrowA {
        top: 100px;
      }
      #focus #arrowB {
        top: 150px;
      }
      #content {
        background-color: #F6F6F5;
        border: 1px solid #E3E3E0;
        margin: 5px 0;
        padding: 6px;
        padding-right: 4px;
        padding-top: 150px;
        width: 400px;
        min-height: 400px;
      }
      #content h1,
      #content h2 {
		font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
        color: #67A7B0;
        font-size: 1.8em;
		border-bottom: 2px dotted #666;
        /*font-size: 14pt;*/
      }
	  #content h3 {
		font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
        color: #797EA1;
        font-size: 1.5em;
		border-bottom: 1px dashed #67A7B0;
        /*font-size: 14pt;*/
      }
      #content a:link {
        color: #E36B00;
        text-decoration: none;
      }
      #content a:visited {
        color: #67A7B0;
        text-decoration: none;
      }
      #content a:hover,
      #content a:active {
        color: #FF7F0C;
        text-decoration: underline;
      }
		#content .article .title {
		font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
		font-size: 14pt;
		font-weight: bold;
		color: #607EAC;
	}
	#content .article .author {
		font-family: "Georgia", "Book Antiqua", "Palatino Linotype", "Palatino", "Trebuchet MS", "New Century Schoolbook", serif;
		font-size: 10pt;
		font-style: italic;
		color: #4A4A3D;
	}
    blockquote.quotation {
		font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
		font-size: 14pt;
		font-weight: bold;
		color: #797EA1;
		margin: 0;
		padding: 1em;
		border-top: 1px dashed #67A7B0;
		border-bottom: 1px dashed #67A7B0;
		background: url(images/quote-left.gif) 0.4em 0.7em no-repeat;
    } 
    blockquote.quotation div.quotation {
    	background: url(images/quote-right.gif) bottom right no-repeat;
    }
    blockquote.quotation div.author {
		font-family: "Verdana", "Arial", "Helvetica", sans-serif;
		font-size: 10pt;
		color: #4A4A3D;
		font-weight: normal;
		text-align: right;
    } 
	#footer {
		width: 415px;
		height: 30px;
		padding: 10px 0;
		background: url(../common/images/Exclamation.png) right 5px no-repeat;
	}
	#footer #footerContents {
		width: 410px;
		height: 1em;
		border-bottom: 1px solid #E98111;
	}
	#footer * {
		margin: 0;
		padding: 0;
	}
	#footer h6 {
		float: right;
		/*font-size: 8pt;*/
	}
	#footer p {
		float: left;
	}