		.footer {
			font-size: 10px;
			font-weight: bold;
			font-family: Arial;
			padding: 2px;
			clear: both;
			color: #000066;
		}
		.container {
			width: 100%;
			text-align: center;
		}
		.mainbody {
			width: 760px;
			border: 1px solid;
			border-color: #000066;
			margin-right: auto;
			margin-left: auto;
		}
		.header {
			padding: 10px;
			text-align:left;
		}
		.body {
			background-color: white;
			color: #000000;
			font-size: 14px;
			font-family: Arial;
			text-align: justify;
			width: 560px;
			float: right;
			margin: 10px 40px 0px 0px;
		}
		.sidebar {
			float: left;
			width: 158px;
			text-align:left;
		}
		.navbutton {
			text-align: right;
			font-size: 13px;
			font-family: Arial;
			font-weight: bold;
			width: 95px;
			margin: 10px 0px 10px 10px;
			padding:4px;
			color: #000066;
			border: 1px solid white;
			clear:both;
			display:block;
		}
		.navbutton:hover {
			text-align: right;
			font-size: 13px;
			font-family: Arial;
			font-weight: 600;
			letter-spacing: 1px;
			width: 95px;
			margin: 10px 0px 10px 10px;
			padding:4px;
			color: #0000FF;
			border: 1px solid white;
			clear:both;
			display:block;
		}
		h1 {
			font-family: Arial;
			font-size:28px;
			font-weight: normal;
			color: #000066;
		}
		h2 {
			font-family: Arial;
			font-size:20px;
			font-weight: normal;
			color: #000066;
		}
		h3 {
			font-family: Arial;
			font-size:16px;

			color: #000066;
		}
		a {
			text-decoration: none;
			color: #000099;
		}
		a:hover {
			text-decoration: none;
			color: #0000FF;
		}