/* ACE Placement CSS Document */

	body {
		background:#D1DBE0;
		margin:0;
		font-family:Verdana;
		font-size:12px;
	}
	
	h3, h2 {
		margin:0 0 10px 0;
		padding:0;
		color:#037;
		font-size:16px;
		font-weight:normal;
		text-transform:uppercase;
	}
	
	h2 {
		font-size:24px;
	}
	
	h3 span, h2 span {
		border-bottom:1px solid #CCC;
	}
	
	th {
		text-align:left;
	}
	
	a {
		color:#06F;
	}
	
	tr.hidden {
		background: #DDD;
	}
	
/*-------------------------------------------------------------------

	IDS
	
-------------------------------------------------------------------*/
	
	#container {
		width:920px; 
		background:url(images/bg.jpg) repeat-x #FFF; 
		border:1px solid #CCC; 
		border-top:none;
	}
	
	#header {
		width:200px; 
		height:110px; 
		background:url(images/logo.jpg) no-repeat; 
		vertical-align:bottom;
	}
	
	#menu {
		width:720px; 
		height:110px; 
		background:url(images/mhc_logo.jpg) no-repeat top right; 
		vertical-align:bottom;
	}
	
	#content {
		padding:10px;
	}
	
	#footer {
		width:100%; 
		height:60px; 
		background:url(images/footer_bg.jpg) repeat-x; 
		text-align:center; 
		font-size:10px;
	}
	
	#update .title {
		font-weight:bold;
		text-align:right;
	}
	
	#files_tbl {
		width:100%;
		border:1px solid #CCC;
	}
	
	#files_tbl .title td {
		border-right:1px solid #FFF;
		background:#037;
		color:#FFF;
		padding:0;
	}
	
	#files_tbl .title td a {
		color:#FFF;
		font-weight:bold;
		text-decoration:none;
	}
	
	#files_tbl td {
		border-right:1px solid #CCC;
	}
	
	#files_tbl td.endcol {
		border:none;
	}
	
	#educational_tbl {
		width:100%;
	}
	
	#educational_tbl td {
		width:50%;
		border-right:1px solid #CCC;
		border-top:1px solid #CCC;
		text-align:center;
		vertical-align:top;
	}
	
	#sub_tbl td {
		border:none;
		text-align:center;
	}
	
	#template_tbl {
		border-right:2px solid #037;
		border-top:2px solid #037;
		width:100%;
	}
	
	#template_tbl td {
		border-left:2px solid #037; 
		border-bottom:2px solid #037;
		padding-bottom:30px;
	}
	
	#courses_tbl {
		border:1px solid #037;
	}
	
	#courses_tbl td {
		border:none;
		padding:5px;
		border-right:1px solid #CCC;
		border-top:1px solid #CCC;
		text-align:left;
		vertical-align:top;
	}
			
	#courses_tbl table td {
		border:none;
	}
	
/*-------------------------------------------------------------------

	NAVIGATION
	
-------------------------------------------------------------------*/

	ul#nav {
		margin:0 10px 0 0;
		padding:0;
		list-style:none;
		float:right;
	}
	
	#nav li {
		float:left;
		margin:0 2px;
	}
	
	#nav li a {
		padding:8px 5px 10px 5px;
		background:#037;
		color:#FFF;
		border-top:3px solid #CCC;
		border-left:1px solid #CCC;
		border-right:1px solid #CCC;
		text-decoration:none;
		font-size:13px;
		display:block;
	}
	
	#nav li a:hover {
		background:#FFF;
		color:#000;
	}
	
/*-------------------------------------------------------------------

	PRINTING
	
-------------------------------------------------------------------*/
	
	@media print {
		body { background-image:none; background-color:#FFF; }
		#container { width:100%; border:none; background-image:none; }
		#header { display:none; }
		#menu { display:none; }
		#content { padding:0; }
		#footer { display:none; }
		#partner_url { display:none; }
		#anchornav { display:none; }
	}