
/* set up the standard environment */
body { 
	margin: 0px;
	padding: 0px;
}

body, p, td {
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* text styles */
.contact {
	color: #88ABBF;
}

a {
	color: #134061;
	font-weight: bold;
	text-decoration: none;
}
	
.aselected {
	color: #88ABBF;
	font-weight: bold;
	text-decoration: none;
}

/* main element positioning */

.title {
	position: absolute;
	top: 0px;
	left: 0px;
}

.head_title {
	position: absolute;
	top: 130px;
	left: 280px;
}

.main_body {
	position: absolute;
	top: 155px;
}

.main_image {
	position: absolute;
	left: 17px;
}

.main_content {
	position: absolute;
	left: 280px;
	width: 497px;
}
.executivei{
	position: absolute;
	top: 85px;
	left: 620px;
	border:0px solid;
}
/* navigation element positioning */
.nav_main {
	position: absolute;
	top: 0px;
	left: 270px;
}

.nav_intro {
	position: absolute;
	top: 69px;
}

.nav_spacer_1 {
	position: absolute;
	left: 60px;
	top: 61px;
}

.nav_spec {
	position: absolute;
	left: 73px;
	top: 58px;
}

.nav_spacer_2 {
	position: absolute;
	left: 189px;
	top: 53px;
}

.nav_client {
	position: absolute;
	left: 202px;
	top: 52px;
}

.nav_spacer_3 {
	position: absolute;
	left: 322px;
	top: 44px;
}

.nav_candidate { 
	position: absolute;
	left: 335px;
	top: 42px;
}


