/*** Styles for page header ***/

#header {
	background: transparent;
	height: 130px;
	padding: 0;
	border: 0;
	margin: 0 20px;
	border-bottom: 10px solid #e3000a;
}

.gobutton {
	background: url(./gfx/go_enf.gif);
	width: 45px;
	height: 22px;
	border: 0;
	cursor: pointer;
	outline: none;
}


/*** Styles for the Content section ***/

.title1 {
	background: transparent;
	font-family: arial, sans-serif, tahoma;
	font-size: 2.0em;
	font-weight: normal;
	color: #e3000a;
}

.head1 {
	background: transparent;
	font-family: arial, sans-serif, tahoma;
	font-size: 1.1em;
	font-weight: bold;
	color: #e3000a;
}

.nhead {
	background: transparent;
	font-family: arial, sans-serif, tahoma;
	font-size: 1.1em;
	font-weight: bold;
	color: #e3000a;
	text-align: center;
}

.c1_tl {
	background: url(./gfx/c_enf1_tl.gif) 0 0 no-repeat #e3000a;
	overflow: hidden;
}

.c1_tr {
	background: url(./gfx/c_enf1_tr.gif) 100% 0 no-repeat;
	overflow: hidden;
}

.c1_bl {
	background: url(./gfx/c_enf1_bl.gif) 0 100% no-repeat;
	overflow: hidden;
}

.c1_br {
	background: url(./gfx/c_enf1_br.gif) 100% 100% no-repeat;
	padding: 20px;
	overflow: hidden;
}

.c2_tl {
	background: url(./gfx/c_enf2_tl.gif) 0 0 no-repeat #ffb9a9;
	overflow: hidden;
}

.c2_tr {
	background: url(./gfx/c_enf2_tr.gif) 100% 0 no-repeat;
	overflow: hidden;
}

.c2_bl {
	background: url(./gfx/c_enf2_bl.gif) 0 100% no-repeat;
	overflow: hidden;
}

.c2_br {
	background: url(./gfx/c_enf2_br.gif) 100% 100% no-repeat;
	padding: 20px;
	overflow: hidden;
}


/*** Styles for the Courses section ***/

#cpageno {
	position: absolute;
	top: 185px;
	right: 50px;
	background: transparent;
	color: #e3000a;
	white-space: nowrap;
}

.cbutton {
	background: #ffb9a9;
	width: 160px;
	height: 30px;
	font-family: 'segoe ui', arial, sans-serif, tahoma;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding: 0 0 4px 0;
	border: 0;
	margin: 10px;
	cursor: pointer;
	outline: none;
}

.cbutton:focus {
	background: #e3000a;
	color: #ffffff;
}


/*** END OF CSS ***/
