
body{
		background-color: #ffffff;
		font: 10px Verdana,Helvetica,sans-serif;
	}

#sidebar {
		position: absolute;
		top: 75px;
		left: 20px;
		width: 10%;
		padding: 5px;
		text-align: center;
		border: 1px solid #000;
		background-color: linen;
	}

#mainbox {
		position: absolute;
		top: 75px;
		right: 20px;
		width: 80%;
		border: 1px solid #066;
		padding: 10px;
	}
	
#mainbox h3 {
		background-color: #66c;
		color: #fff;
		padding: 10px 5px 10px 5px;
		text-align: right;
		font-style: italic;
	}

#progress {
		background-color: #9c0;
		color: inherit;
		font-weight: bold;
		text-align: center;
		width: 20%;
		float: right;
		margin: 0px 0px 5px 5px;
		padding: 5px;
	}

#compl {
		color: #c33;
		background-color: inherit;
	}

img {
		padding: 0px 10px 10px 0px;
	}

/* *** styles for the feedmok *** */


.main {
		/*margin:40px 50px 40px 50px;*/
		margin: 10px 10px 10px 10px;
		padding: 5px;
		border:1px dotted #000;
		background-color: #fff;
		width:325px;
		}

.title {
		font-size:10pt;
		font-weight: bold;
		padding-bottom:10px;
	}

.content {
		font-size:8pt;
		padding-bottom:10px;
	}

/* these will go the way of the dinosaur with a 3-up table layout */
.left {
		position: absolute;
		top: 25px;
		left: 10px;
		width:325px;
	}
	
.middle {
		position: absolute;
		top: 25px;
		left: 335px;
		width:325px;

}

.right {
		position: absolute;
		top: 25px;
		left: 660px;
		width:325px;
		right: 985px;
	}
