body {
	margin:				0;
	background-color:	#FFFFFF;
	
}

#body {
	position:			relative;
	width:				100%;
	text-align:			center;
	font-family:		verdana, arial, sans-serif;
	color:				#666666;
}

div.clear {
	clear:				both;
}

/* Header Section */

#header {
	z-index:			1;
	width:				770px;
	margin:				0 auto;
	_height:			91px;
	background-color:	#FFFFFF;
}

#headerLeft {
	position:			relative;
	float:				left;
	height:				91px;
}

#headerRight {
	z-index:			2;
	position:			relative;
	float:				right;
	background-image:	url('../images/header.gif');
	background-repeat:	no-repeat;
	width:				596px;
	height:				91px;
	text-align:			right;
}

#smallText {
	font-size: 			10px;
	border:				1px solid #0096AA;
	color:				#0096AA;
	font-weight:		bold;
	float:				right;
	width:				10px;
	margin-top:			20px;
	margin-right:		5px;
	text-align:			center;
}

#mediumText {
	font-size: 			14px;
	border:				1px solid #0096AA;
	color:				#0096AA;
	font-weight:		bold;
	float:				right;
	width:				15px;
	margin-top:			15px;
	margin-right:		5px;
	text-align:			center;
}

#largeText {
	font-size: 			18px;
	border:				1px solid #0096AA;
	color:				#0096AA;
	font-weight:		bold;
	float:				right;
	width:				20px;
	margin-top:			10px;
	text-align:			center;
}

/* Main Content */

#main {
	clear:				both;
	width:				770px;
	margin:				0 auto;
	text-align:			left;
}

#mainLeft {
	position:			relative;
	float:				left;
	width:				173px;
}
#mainMiddle {
	position:			relative;
	float:				left;
	width:				465px;
	border-right:		1px solid #666666;
	border-left:		1px solid #666666;
}


#mainRight {
	padding:			5px;
	position:			relative;
	float:				right;
	width:				120px;
	font-size: 			0.8em;
}

#mainText {
	font-size: 			0.8em;
	height:				310px;
	_height:			340px;
	padding:			5px;
	padding:			30px;
	overflow: 			auto;
	scrollbar-3dlight-color:	#5F5F5E;
	scrollbar-arrow-color:		#5F5F5E;
	scrollbar-base-color:		white;
	scrollbar-darkshadow-color:	white;
	scrollbar-face-color:		#CFCFCE;
	scrollbar-highlight-color:	white;
	scrollbar-shadow-color:		#666666;
}

#mainFooter {
	border-top:		1px solid #666666;
	height:			45px;
	color:			#000000;
	font-size:		0.55em;
	font-weight:	bold;
	padding-left:	15px;
	padding-top:	15px;
	
}

a {
	color:				#5F5F5E;
	font-weight:		bold;
}

a.textSize {
	color:				#0096AA;
	font-weight:		bold;
	text-decoration:	none;
}

.searchHeading {
	background-color:	#666666;
	font-size:			1.1em;
	font-weight:		bold;
	color:				white;
	height:				32px;
	padding-top:		8px;
	text-align:			center;
}

.mainHeading {
	border-bottom:		1px solid #666666;
	color:				#666666;
	font-size:			1.3em;
	height:				31px;
	padding-top:		8px;
	padding-left:		30px;
}

.jobType {
	font-size:			0.7em;
	padding-top:		5px;
	padding-left:		10px;
}

h2 {
	margin:				0;
	margin-top:			10px;
	font-size:			0.8em;
}

h1 {
	margin:				0;
	font-size:			0.9em;
}

input.text {
	color:				#797979;
	font-family:		arial, helvetica, sans-serif;
	border:				1px solid #797979;
	font-size:			0.7em;
}

input.applyText {
	color:				#797979;
	font-family:		arial, helvetica, sans-serif;
	border:				1px solid #797979;
	font-size:			1.0em;
	width:				170px;
}

textarea.applyText {
	color:				#797979;
	font-family:		verdana, arial, sans-serif;
	border:				1px solid #797979;
	font-size:			1.0em;
	width:				170px;
}

select {
	font-family:		verdana, arial, sans-serif;
	color:				#5F5F5E;
	border:				1px solid #797979;
	font-size:			0.7em;
}

textarea {
	color:				#797979;
	font-family:		verdana, arial, sans-serif;
	border:				1px solid #797979;
	font-size:			0.7em;
	width:				290px;
}

input.submit {
	color:				#FFFFFF; 
	font-family:		verdana, arial, sans-serif;
	font-weight:		bold;
	background-color:	#0096AA;
	border:				1px solid #5F5F5E;
	cursor:				hand;
	font-size: 			0.80em;
}

input.save {
	color:				#FFFFFF; 
	font-family:		verdana, arial, sans-serif;
	font-weight:		bold;
	background-color:	#0096AA;
	border:				1px solid #5F5F5E;
	cursor:				hand;
	font-size: 			0.90em;
}

.submit {
	font-size: 			0.80em;
	font-weight:		bold;
	color:				#FFFFFF;
	background-color:	#0096AA;
	
	cursor:				hand;
	border:				1px solid #5F5F5E;
}
.required {
	color:				red;
	font-weight:		bold;
}

img {
	border:0px;
}

