/* ------------------------------layout--------------------------------- */
html {
	width: 100%;
}
	 
body {
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* set font-face */
p, td, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#container {
}


img	{
	border: 0;
}



/* ---------------------------------HEAD---------------------------------*/

/* ---------------background -----------------*/
/* repeat header background image */
#layout_head {

}

/* --------------- MCC Logo -----------------*/
#layout_head h1, h2, h3, h4, h5, p{
 	margin: 0px;
	padding: 0px;
}

#layout_head h1{
	display: none;
}


#layout_head h1 span{
	
}

/* --------------- CTL banner -----------------*/
#layout_head h2 {
	display: none;
}


#layout_head h2 span {

}

#layout_head p span {
	display: none;
}
/* --------------- Search Form -----------------*/
#search_form {
	display: none;
}

/* ---------------link group (1) -----------------*/
#link_grp1 {
	display: none;
}

/* ---------------link group (2) -----------------*/

#link_grp2 {
	display: none;
}

/* ---------------link group (3) -----------------*/
#link_grp3 {
	display: none;
}

/* ---------------link group (4) -----------------*/
#link_grp4 {
	display: none;
}

/* ---------------------------------BODY---------------------------------*/
#layout_body {

}

/* --------------- titles -----------------*/
#layout_title {

}

#layout_title h3 {
	display: none;
	/*display: inline;*/
	/*font-size: 24px;*/
	/*font-weight: bold;*/
}
#title_a {

}
#title_b {
	/*font-style: italic;*/
}

/* --------------- Page Content -----------------*/
/* Print URLs ... see Eric Meyer, alistapart.com:articles:goingtoprint */
#page_content a:link:after {
   	content: " (" attr(href) ")";
}

#page_content {
	padding: 10px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-top: 10px;
}

/*content headers are h3,h4,h5*/
#page_content h3 {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}

#header_c {
	margin-top: 0px;
	padding-bottom: 10px;
}
#page_content h4 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}

#page_content p{
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#page_footer {
	font-weight: bold;
}

#page_footer a {
	font-weight: bold;
}
#note_2 {
	display: none;
}
#layout_footer p{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#layout_footer a {
	color: #333333;
}



