		BODY {
			background-color: black;
			background-image: url('images/bg.jpg');
			background-repeat: no-repeat;
			background-position: center;
			background-attachment: fixed;
			margin: 0px;
			padding: 0px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			color: white;
		}
		DIV#msg {
			border: solid 1px black; 
			background-color: yellow; 
			color: black; 
			font-weight: bold; 
			text-align: center; 
			padding: 3px; 
			margin-bottom: 15px;
		}
		DIV#cont {
			width: 994px; 
			margin: 0px auto; 
			padding-top: 25px;
		}
		DIV#navcont {
			white-space: nowrap; 
			width: 741px; 
			margin: 0px auto;
			position: relative;
			top: -3px;
		}
		DIV#nav {
			background-image: url('images/nav-bg.png'); 
			background-repeat: repeat-x; 
			height: 51px; 
			overflow: hidden; 
			text-align: center;
			vertical-align: middle;
			line-height: 40px;
			margin-left: 7px; 
			margin-right: 7px;
			width: 727px;
			font-weight: bold;
			font-size: 12pt;
			color: yellow;
		}
		DIV#nav A {
			text-decoration: none;
			color: #314651;
			border-bottom: solid 1px #495b37;
			font-size: 11pt;
		}
		DIV#navleft IMG {
			width: 7px; 
			height: 51px; 
			float: left;
		}
		DIV#navright IMG {
			width: 7px; 
			height: 51px; 
			float: right;
		}
		
		DIV#content{
		}
		DIV#content2{
			width: 994px; 
			height: 444px; 
			overflow-y: auto; 
			overflow-x: hidden; 
			color: white; 
			background-image: url('images/body.png'); 
			background-repeat: no-repeat;
		}


		TD#left {
			background-image: url(images/left.png);
			background-repeat: no-repeat;
			vertical-align: top;
		}
		TD#left DIV {
			width: 370px;
			margin-right: 15px;
			height: 444px;
			overflow: hidden;
			padding-left: 10px;
		}
		TD#topright {
			background-image: url(images/tr.png);
			background-repeat: no-repeat;
			vertical-align: top;
			padding: 0px;
			margin: 0px;
			overflow-x: hidden;
			overflow-y: auto;
		}
		TD#topright  DIV {
			width: 595px;
			height: 195px;
			padding-left: 10px;
			padding-top: 10px;
			overflow-y: auto;
			overflow-x: hidden;
		}
		TD#botrright {
			background-image: url(images/br.png);
			background-repeat: no-repeat;
			vertical-align: top;
		}
		TD#botrright DIV {
			width: 595px;
			height: 200px;
			padding-left: 10px;
			overflow: auto;
		}

