
body, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.colLeft#blue h1	{ color: #7E94D0; }
.colLeft#topaz h1	{ color: #0D7BA3; }
.colLeft#brown h1	{ color: #818181; }
.colLeft#cyan h1	{ color: #39B7FF; }
.colLeft#purple h1	{ color: #4739FF; }
.colLeft#mauve h1	{ color: #7F569B; }
.colLeft#pink h1	{ color: #971577; }
.colLeft#green h1	{ color: #147805; }

.colLeft h1
{
	font-family: "Arial Black", arial;
	background: #e7ecf9;
	color: #757575;
	font-size: 35px;
	font-weight: 900;
	padding: 10px 0px 10px 57px;
	margin-bottom: 24px;
	margin-left: -57px;
	margin-right: -27px;
}

h2
{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 24px;
	font-weight: normal;
	color: #001b76;
}

h3
{
	color: #18a3f2;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

img.floatRight
{
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

p
{
	margin-bottom: 25px;
	line-height: 1.5;
}

p.boldBlue
{
	font-weight: bold;
	color: #001b76;
}

p.lightblue
{
	color: #758ace;
	padding-bottom: 10px;
	margin-bottom: 0;
	margin-top: 0px;
}

p img
{
	margin-bottom: -25px;
}

.vacancy p
{
	margin-bottom: 0px;
	margin-top: 0px;
}

.colLeft ul
{
	margin-top: -15px;
	padding-top: 0px;
}

.colLeft ul li
{
	margin-bottom: 5px;
}

.archiveListItemMonth
{
	font-weight: normal;
}

.archiveListItem a:link, .archiveListItem a:visited, .archiveListItem a:active
{
	color: #5773ca;
	text-decoration: none;
	font-weight: bold;
}

.archiveListItem a:hover
{
	text-decoration: underline;
}

.archiveListItemMonth a:link, .archiveListItemMonth a:visited, .archiveListItemMonth a:active
{
	color: #5773ca;
	text-decoration: none;
}

.archiveListItemMonth a:hover
{
	text-decoration: underline;
}

.breadcrumb, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active
{
	color: #3c5199;
	text-decoration: none;
	font-size: 10px;
}

.breadcrumb a:hover
{
	text-decoration: underline;
}

.colHome a:link, .colHome a:visited,.colHome a:active
{
	color: #758ace;
	text-decoration: none;
}

.colHome a:hover
{
	text-decoration: underline;
}

.colHomeBar, .colHomeBar a:link, .colHomeBar a:visited, .colHomeBar a:active 
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.colHomeBar a:hover
{
	text-decoration: underline;
}

.colLeft table
{
	line-height: 1.5;
	color: #3F3F3F;
}

.colRightBar, .colRightBar a:link, .colRightBar a:visited, .colRightBar a:active
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.colRightBar a:hover
{
	text-decoration: underline;
}

.colRightBox
{
	font-size: 12px;
}

.colRightBox #NewsTicker a:link, .colRightBox #NewsTicker a:visited, .colRightBox #NewsTicker a:active
{
	color: #5773ca;
	text-decoration: none;
}

.colRightBox #NewsTicker a:hover
{
	text-decoration: underline;
}

.copyright, a.copyright:link, a.copyright:visited, a.copyright:active
{
	font-size: 9px;
	color: #ffffff;
}

a.copyright:hover
{
	color: #07428e;
}

.footer, a.footer:link, a.footer:visited, a.footer:active
{
	font-size: 10px;
	color: #07428e;
	text-decoration: none;
}

 a.footer:hover
{
	text-decoration: underline;
}

.footerLogos a:link, .footerLogos a:visited, .footerLogos a:active, .footerLogos a:hover
{
	margin-right: 5px;
}

.formSection input[type='text']
{
	width: 320px;
	border: 0;
}

.formSection label
{
	color: #147805;
	font-weight: bold;
	font-size: 10px;
}

.formSection textarea
{
	border: 0;
	width: 477px;
	height: 100px;
}

.naviItem a:link, .naviItem a:visited, .naviItem a:active
{
	color: #ffffff;
	font-weight:bold;
	display: block;
	padding: 8px 18px;
	margin-bottom: 2px;
	text-decoration: none;
	text-align: right;
	background-color: #153697;
	background-position: top right;
	background-repeat: repeat-y;
	margin-right: 10px;
}
.naviItem#blue a { background-image: url(../images/background_naviBlue.gif); }
.naviItem#topaz a { background-image: url(../images/background_naviTopaz.gif); }
.naviItem#brown a { background-image: url(../images/background_naviBrown.gif); }
.naviItem#cyan a { background-image: url(../images/background_naviCyan.gif); }
.naviItem#purple a { background-image: url(../images/background_naviPurple.gif); }
.naviItem#mauve a { background-image: url(../images/background_naviMauve.gif); }
.naviItem#pink a { background-image: url(../images/background_naviPink.gif); }
.naviItem#green a { background-image: url(../images/background_naviGreen.gif); }

.naviItem#blue a:hover, .naviItem#topaz a:hover, .naviItem#brown a:hover, .naviItem#cyan a:hover, .naviItem#purple a:hover, .naviItem#mauve a:hover, .naviItem#pink a:hover, .naviItem#green a:hover
{
	background-repeat: repeat;
}

.naviItemSelected a:link, .naviItemSelected a:visited, .naviItemSelected a:active
{
	color: #ffffff;
	font-weight:bold;
	display: block;
	padding: 8px 18px;
	margin-bottom: 2px;
	text-decoration: none;
	text-align: right;
	margin-right: 10px;
}

.naviItemSelected#blue a { background-image: url(../images/background_naviBlue.gif); }
.naviItemSelected#topaz a { background-image: url(../images/background_naviTopaz.gif); }
.naviItemSelected#brown a { background-image: url(../images/background_naviBrown.gif); }
.naviItemSelected#cyan a { background-image: url(../images/background_naviCyan.gif); }
.naviItemSelected#purple a { background-image: url(../images/background_naviPurple.gif); }
.naviItemSelected#mauve a { background-image: url(../images/background_naviMauve.gif); }
.naviItemSelected#pink a { background-image: url(../images/background_naviPink.gif); }
.naviItemSelected#green a { background-image: url(../images/background_naviGreen.gif); }



.naviSub a:link, .naviSub a:visited, .naviSub a:active
{
	text-align: left;
	width: 141px;
	background-color: #153697;
	background-image: none;
	margin-bottom: 1px;
	font-weight: normal;
}

.naviSub#topazSub a:hover	{ background-image: url(../images/background_naviTopaz.gif); }

.newsDate
{
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
}

.newsFeatured, .news
{
	line-height: 1.5;
}

.newsFeatured .newsHeadline
{
	color: #7f569b;
	font-weight: bold;
	font-size: 14px;
}

.news .newsHeadline, .news .newsHeadline a:link, .news .newsHeadline a:visited, .news .newsHeadline a:active
{
	color: #7f569b;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.news .newsHeadline a:hover
{
	text-decoration: underline;
}

.newsExcerpt
{
	color: #001B76;
	font-weight: bold;
	font-size: 11px;
}

.newsForm input[type='text']
{
	border: 1px solid #ab90bd;
	color: #7f569b;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	width: 440px;
	margin-bottom: 2px;
}

.newsStory
{
	font-size: 11px;
}

.newsStory p
{
	margin-bottom: 10px;
}

.partnerName
{
	font-size: 11px;
	color: #971577;
	font-weight: bold;
}

.partnerURL
{
	font-size: 11px;
	color: #253b8a;
	font-weight: bold;
	font-style: italic;
}

.partnerDescription
{
	font-size: 11px;
}

.recommendForm input[type='text']
{
	border: 1px solid #b3d5d4;
	color: #147805;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	width: 273px;
	margin-bottom: 2px;
}

.result
{
	line-height: 1.5;
}

.resultHeading a:link, .resultHeading a:visited, .resultHeading a:active
{
	color: #3f3f99;
	font-weight: bold;
}

.resultHeading a:hover
{
	color: #b41b29;
}

div.search input[type='text']
{
	border: 1px solid #6476b4;
	background: #001b76;
	color: #6476b4;
	font-size: 11px;
	padding: 2px;
}

.signupForm input[type='text']
{
	border: 1px solid #a4a4a4;
	color: #696969;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	width: 440px;
	margin-bottom: 2px;
}

.step
{
	font-weight: bold;
	color: #2771dd;
	font-size: 14px;
}

.subnav a:link, .subnav a:visited, .subnav a:active
{
	color: #0d7ba3;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.6;
}

.subnav a:hover
{
	text-decoration: underline;
}

.testimonialCompany
{
	text-transform: uppercase;
	color: #4739ff;
	font-size: 15px;
	font-weight: bold;
}

.testimonialName
{
	color: #6d65dd;
	font-size: 10px;
	font-weight: bold;
}

.testimonial .testimonialName, .testimonial .testimonialPosition
{
	text-align: right;
}

.testimonialPosition
{
	color: #6d65dd;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.testimonialText
{
	color: #041d78;
	font-size: 11px;
	font-style: italic;
}

.vacancy
{
	font-size: 10px;
	color: #041d78;
}

.vacancyDetails
{
	color: #595959;
}

.vacancy span.vacancySalary
{
	color: #18a3f2;
	font-size: 12px;
	padding-bottom: 10px;
}

.vacancy ul li
{
	list-style: none;
	margin-bottom: 7px;
}




<!--News Ticker-->

#NewsTicker{
	width:230px;
	height:364px;
	margin:0 auto;
}
	#NewsTicker h1{
		padding:6px; margin:0; border:0;
	}
	#NewsVertical {
	width: 230px;
	height: 95px;
	display: block;
	overflow: hidden;
	position: relative;
	}
	#controller{
	padding:6px;
	font-size:12px;
	color:#666;
	}
	#play_scroll_cont{display:none;}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
		width: 230px;
		height: 330px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical li {
		display: block;
		width: 218px;
		height: 96px;
		color: #333333;
		text-align: left;
		font-size: 12px;
		margin: 0px;
		padding: 0px;
		float: left;
		line-height: 1.5;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
			text-decoration:none;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}