												body {
													margin : 10px;
													font: Verdana, Helvetica, Arial;
													padding: 0px;
													background: #B9d8e8;
													font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
												}


												#Header {
													position : absolute;
													top : 10px;
													left : 10px;
													width : 800px;
													height : 30px;
													border-bottom-color : Black;
													border-bottom-style : solid;
													border-bottom-width : thin;
													padding-top : 2px;
													padding-bottom : 2px;
													padding-left : 2px;
													padding-right : 2px;
													font-size : 20pt;
													text-align : center;
												}

												#Title {
													position : absolute;
													top : 50px;
													left : 10px;
													width : 800px;
													height : 25px;
													padding-top : 2px;
													padding-bottom : 2px;
													padding-left : 2px;
													padding-right : 2px;
													font-size : 16pt;
													text-align : center;
												}

												#Nav {
													position : absolute;
													top : 80px;
													left : 10px;
													width : 160px;
													height : 572px;
													border : none;
													background : #B9d8e8;
												}

												#Nav ul, #Nav li {
													display: inline;
													list-style-type: none;
													margin: 0;
													padding: 0;
													text-align: left;
												}

												#Nav a:link, #Nav a:visited {
													background : #d6e4ec;
													border : 1px solid #000;
													font-size : small;
													font-weight : normal;
													margin-right : 0px;
													padding : 2px 10px 2px 10px;
													text-decoration : none;
													width : 140px;
													height : 38px;
													float : left;
												}

												#Nav a:link.active, #Nav a:visited.active {
													background : #fff;
													border-right : 1px solid #B9d8e8;
												}

												#Nav a:hover {
													color: #f00;
												}

												#Content {
													position : absolute;
													top: 80px;
													left : 170px;
													width : 620px;
													height : 560px;
													padding-top : 6px;
													padding-bottom : 4px;
													padding-left : 20px;
													padding-right : 5px;
													overflow: auto;
													border : 1px solid #000;
													border-left : none;
												}

												#ContentNoNav {
													position : absolute;
													top: 80px;
													left : 10px;
													width : 780px;
													height : 494px;
													padding-top : 6px;
													padding-bottom : 4px;
													padding-left : 20px;
													padding-right : 10px;
													overflow: auto;
													border : 1px solid #000;
												}

												#Footer {
													position: absolute;
													top: 650px;
													left: 10px;
													width: 780px;
													height: 75px;
													border-top-color: Black;
													border-top-style: solid;
													border-top-width: 1pt;
													font-size: 9pt;
													color: #B9d8e8;
													text-align: left;
													background: blue;
													margin: 0;
													padding: 0;
												}

												body.section-01 #Nav li#nav-01 a,
												body.section-02 #Nav li#nav-02 a,
												body.section-03 #Nav li#nav-03 a,
												body.section-04 #Nav li#nav-04 a,
												body.section-05 #Nav li#nav-05 a,
												body.section-06 #Nav li#nav-06 a,
												body.section-07 #Nav li#nav-07 a,
												body.section-08 #Nav li#nav-08 a,
												body.section-09 #Nav li#nav-09 a,
												body.section-10 #Nav li#nav-10 a,
												body.section-11 #Nav li#nav-11 a,
												body.section-12 #Nav li#nav-12 a,
												body.section-13 #Nav li#nav-13 a {
													background : #B9d8e8;
													border-right : 1px solid #B9d8e8;
													color : #000;
												}
												H1 {
													font-size : 36pt;
												}

												H2 {
													font-size : 30pt;
												}

												H3 {
													font-size : 24pt;
												}

												H4 {
													font-size : 16pt;
												}

												H5 {
													font-size : 12pt;
													text-decoration : underline;
												}

												H6 {
													font-size: 12pt;
													margin: 0;
													padding-top: 3px;
													padding-bottom: 3px;
												}

												P {
													font-size : 10pt;
													margin: 2px;
													padding: 2px;
												}

												STRONG {
												}

												EM {
												}

												LI {
													font-size: 10pt;
													margin-bottom: 3px;
												}

												OL {
													font-size : 10pt;
												}

												UL {
													font-size : 10pt;
												}

												TABLE {
												}

												TD {
													font-size: 10pt;
													padding-right : 10pt;
													vertical-align : top;
												}
