
body{
		background-color: #ffffff;
		font: 12px 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 0px;
		padding: 5px;
		border:1px dotted #000;
		background-color: #fff;
		width:325px;
		}

.left .main {
	margin-left:10%;
	}
.right .main {
	margin-right:10%;
	}

/* changed to a px font instead of pt - pt is for print - tpz */
.title {
		font-size:13px;
		font-weight: bold;
		padding-bottom:10px;
	}

/* changed to a px font instead of pt - pt is for print - tpz */
.content {
		font-size:10px;
		padding-bottom:10px;
	}

/* changed to float left rather than absolute position - tpz */
.left {
		float: left;
		margin-top: 25px;
		margin-left: 0px;
		width: 46%;
	}
	
/* doesn't seem to be used */
.middle {
		position: absolute;
		top: 25px;
		left: 335px;
		width:325px;

}

/* changed to float right rather than absolute position - tpz */
.right {
		float: right;
		margin-top: 25px;
		width:46%;
	}
