	body {
		font: 9px/1.5 Verdana, Arial, Helvetica, sans-serif;
		color:#630
		height: 100%;
		background-image: url(/pix/greenbkgd.gif);
		background-repeat: repeat;
		}
	
	a {
		text-decoration:none;
		font-weight:bold;
		color:#ccc;
		}

	a.alertbox {
		text-decoration:none;
		font-weight:bold;
		color:#630;
		}


	#topflag {
		position: absolute;
		background:#630;
   		left: 51px;
		top: 0px;
   		width:720px;
   		height:370px;
		}

	#leftcol {
		position: absolute;
		left:100px;
		top:370px;
		width:160px;
		border:0px solid #a68050;
		padding: 10px 0px 0px 0px;
		}

	#leftcol img {
		padding: 0px 0px 10px 0px;
		}

	#mainflow {
		position: absolute;
		left:280px;
		top:380px;
		width:329px;
		border:1px solid #a68050;
		padding: 8px 0px 0px 0px;
		}

	#rightbox {
		position: absolute;
		left:620px;
		top:370px;
		width:140px;
		border:0px solid #a68050;
		padding: 10px 0px 0px 0px;
		}

	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
	
	h1 {
		font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding: 10px 0px 0px 0px;
		}


