/* MAIN TEMPLATE COMPONENTS */ 
a {
	color : #102C84;
}
 
a img {
	border: 0px;
}

/* CONTENT */

#content h1 { 
	margin: 0px;
	padding: 0px;
	color: #3D62A5;
	font-size: 28px;
	font-weight: normal;
	font-family: arial;
}

#content h2 { 
	font-size: 18px;
	font-weight: normal;
	color: #F78905;
}

#content h3 { font-size: 14px; } 
#content h4 { font-size: 1.2em; } 

/* ELEMENTS COMMON ACROSS CONTENT PAGES */
p.error {
	color: #FF0000;
	background: #FFFFFF;
}


/* FOR FCK EDITOR */

text10pt {
	font-size: 10pt;
}

text12pt {
	font-size: 12pt;
}

text14pt {
	font-size: 14pt;
}

h1.special_title {
	color: #336699;
	font-size: 14pt;
	text-transform: uppercase;
}

.stretcher {
	clear: both;
}


#drop_shadow {
	width: 781px;
	margin: 0px auto 0px auto;
	position: relative;
	background-image: url('/images/recruitment/middle-shadow.png');
	background-repeat: repeat-y;
}

#leftdrop, #rightdrop {
	position: absolute;
	border: 0px;
}

#leftdrop {
	left: -1px;
	top: 0px;
	width: 12px;
	height: 110px;
}

#rightdrop {
	right: 0px;
	top: 0px;
	width: 11px;
	height: 112px;
}


#bottom_shadow {
	width: 860px;
	height: 12px;
	position: relative;
	left: -20px;
	display: block;
	margin: 0px 0px 0px 0px;
	z-index: 2;
}
