body,td
		{
			font-family: tahoma, verdana, arial, helvetica, sans-serif;
			font-size: 10pt;
			margin: 0px;
		}
		
		#header
		{
			background: url('../images/C21-top-logo.png');
			background-repeat: no-repeat;
			height: 120px;
						padding: -1px;
		}
		
		#Frame-1
		{
			background: url('../images/brown-pixel.png');
			border-top: solid black 2px;
			width: 30px;
			height: 30px;
		}
		#Frame-2
		{
			background: url('../images/C21-1-2.png');
			border-top: solid black 1px;
			background-repeat: no-repeat;
			width: 143px;
		}
		#Frame-3
		{
			background: url('../images/C21-1-3.png');
			border-top: solid black 1px;
			background-repeat: no-repeat;
			width: 71px;
		}
		#Frame-4
		{
			background: url('../images/C21-1-4.png');
			background-repeat: no-repeat;
			width: 23px;
		}
		#Frame-5
		{
			background: url('../images/C21-1-5.png');
			background-repeat: no-repeat;
		}
		#QuickBar-1
		{
			background: url('../images/brown-pixel.png');

			width: 30px;
			height: 31px;
		}
		#QuickBar-2
		{
			background: url('../images/C21-2-1.png');
			background-repeat: no-repeat;
		}
		#QuickBar-3
		{
			background: url('../images/C21-2-2.png');
			background-repeat: no-repeat;
		}
		
		.brown-bg
		{
			background: url('../images/brown-pixel.png');
/*			background-repeat: repeat-y; */
		}
		
		.MainNav
		{
			background-color: #e6d894;
			border-top: solid black 1px;
			border-left: solid black 1px;
			border-right: solid black 1px;
		}
		
		a.Nav
		{
			font-weight: bold;
			text-decoration: none;
			color: black;
		}
		
		a.Nav:Hover
		{
			color: red;
		}
		
		.SubNav
		{
			width: 141px;
			color: white;
			font-size: 8pt;
			background-color: #666666;
			border-top: solid black 1px;
			border-left: solid black 1px;
			border-right: solid black 1px;
		}
		.PageBody
		{
			border-top: solid black 1px;
			background-color: #fcfcfc;
			font-family: verdana;
		}
		
		.copyright
		{
			font-size: 7.5pt;
		}
