@charset "utf-8";
/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#654504;
}

td {
	vertical-align:top;
}

#container {
	background-color:#AAB798;
	width:900px;
}

#header {
	background-image:url(title_bar.jpg) top left no-repeat #654504;
	height:100px;
}

#statusbox {
	background-color:#AAB798;
	width:200px;
	float:left;
}

.currentcompleted {
	background-color:#fff9a1;

}

.currentnoncompleted {
	background-color:#fff9a1;
}

.completed {
	background-color:#72b713;
}

.noncompleted {
}

.reviewblock {
	background-color:#dbe5ce;
}

.errors_form_col1 {
	background-color:#f39894;
}

.errors_form_col2 {
	background-color:#f39894;
}
.errors_form_colspan {
	
}

#content {
	background-color:#FFFFFF;
	width:700px;
	float:right;
}

#footer {
	clear:both;
	background-color:#AAB798;
	height:15px;
}