@CHARSET "ISO-8859-1";

div.prog_col1 {
	width: 414px;
	height: 425px;
 	
	
	padding-left:10px;
	padding-top:5px;
	padding-right: 20px;
	
	float: left;
}

div.prog_col1b {
	width: 300px;
	height: 425px;
 	
	
	padding-left:10px;
	padding-top:5px;
	padding-right: 20px;
	
	float: left;
}

div.def_col1 {
	width: 650px;
	padding-left:10px;
	padding-top:5px;
	padding-right: 31px;
	
	float: left;
}

div.def_col2 {
	text-align: center;
	width: 330px;
	margin-left: 10px;
	padding-top:5px;
	float: left;
}

div.def_col2b {
	text-align: center;
	width: 330px;
	margin-left: 10px;
	padding-top:5px;
	float: left;
}

div.prog_col2 {
	text-align: center;
	height: 425px;
	width: 216px;
  background-color:#e8e1c5;
  border:1px solid #cac29b;
	margin-left: 10px;
	padding-top:5px;
	float: left;
}
div.prog_col2b {
	text-align: center;
	height: 425px;
	width: 330px;
  background-color:#e8e1c5;
  border:1px solid #cac29b;
	margin-left: 10px;
	padding-top:5px;
	float: left;
}

.sep_line {
	position: relative;
	border-right: 1px #999 dashed;
	margin-left: 10px;	
	width: 1px;
	height: 430px;
	float: left;
}


