		BODY {
			background-color: #4D6E99;
			/*
			background-image: url('images/index_23.jpg');
			background-position: center;
			background-repeat: repeat-y;
			*/
			font-size: 12px;
			font-family: verdana;
		}
		TABLE, TR, TH, TD {
			font-size: 12px;
			font-family: verdana;
		}
		A.nav {
			color: white;
			font-weight: bold;
			font-family: arial;
			font-size: 11px;
			text-decoration: none;
			border-bottom: solid 1px yellow;
		}
		A.nav:hover {
			color: yellow;
			border-bottom: solid 1px white;
		}
		DIV.left {
			float: left;
			width: 200px;
			margin-left: 10px;
			background-image: url('images/index_17.jpg');
			background-repeat: repeat-x;
			border: solid 2px gainsboro;
			position: relative;
			top: -25px;
			background-color: white;
			padding: 3px 3px 3px 3px;
			font-size: 12px; 
			font-family: verdana;
		}
		DIV.right {
			margin-left: 230px;
			margin-right: 10px;
			background-image: url('images/index_17.jpg');
			background-repeat: repeat-x;
			border: solid 2px gainsboro;
			position: relative;
			top: -25px;
			background-color: white;
			padding: 3px 3px 3px 3px;
			font-size: 12px; 
			font-family: verdana;
		}
		DIV.full {
			background-image: url('images/index_17.jpg');
			background-repeat: repeat-x;
			border: solid 2px gainsboro;
			position: relative;
			top: -25px;
			background-color: white;
			padding: 3px 3px 3px 3px;
			font-size: 12px; 
			font-family: verdana;
			margin: 0 5px 0 5px;
		}
		DIV.header {
			font-weight: bold;
			color: black;
			font-size: 18px;
			border: solid 1px black;
			background-color: #D3F965;
			margin-bottom: 10px;
			padding: 3px 3px 3px 3px;
		}

