html{
	height: 100%;
}
body{
	background-image: url(../images/navigation/bg_main.gif);
	margin: 0px;
	letter-spacing: normal;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-family: Arial,sans-serif;
	height: 100%;
}
img{
	padding:0px
}
a:link {
	text-decoration: none;
	color: #990000;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial,sans-serif;
}
a:active {
	font-size: 12px;
	color: #990000;
}
a:visited {
	color: #990000;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #295990;
}
:-moz-any-link:focus {
	outline: none;
}

/* -- Page Structure -- */
#page{
	margin: 0px auto;
	padding: 6px;
	background: #FFF;
	width: 763px;
}
#header{
	height: 100px;
	clear: both;
}
#logo{
	float: left;
}
#logo a:hover{
	border-bottom: none;
}
#topNavWrap{
	height: 93px;
	width: 610px;
	float: left;
}
#topNav1{
	height: 71px;
	width: 610px;
	background-image: url(../images/navigation/top1.gif);
	text-align: right;
}
#topNav1Login{
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	right: 5px;
	top: 5px;
}
#topNav1Login a {
	font-size: 11px;
	font-weight: bold;
}
#topNav1Login a:link {
	color: #FFFFFF;
	font-weight: bold;
}
#topNav1Login a:active {
	color: #FFFFFF;
	font-weight: bold;
}
#topNav1Login a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#topNav1Login a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#topNav2{
	text-align: center;
	height: 22px;
	width: 610px;
	font-weight: bold;
	background-image: url(../images/navigation/top2.gif);
	color: #FFFFFF;
}
#topNav2 a {
	font-size: 12px;
	margin: 0 5px;
	font-weight: bold;
}
#topNav2 a:link {
	color: #FFFFFF;
	font-weight: bold;
}
#topNav2 a:active {
	color: #FFFFFF;
	font-weight: bold;
}
#topNav2 a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#topNav2 a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#topNav3{
	background-image: url(../images/navigation/top3.gif);
	display: block;
	float: left;
	clear: both;
	height: 5px;
	width: 763px;
	margin: 0px;
}
#content{
	min-height: 600px;
	padding: 10px;
	clear: both;
}
#footer{
	height: 40px;
	font-size: 11px;
	color: #FFFFFF;
	clear: both;
}
#footer a:link {
	font-size: 11px;
	color: #FFFF99;
}
#footer a:visited {
	font-size: 11px;
	color: #FFFF99;
}
#footer a:hover {
	font-size: 11px;
	color: #FFFF00;
}
#footer a:active {
	font-size: 11px;
	color: #FFFF99;
}
#bottomNav1{
	background-image: url(../images/navigation/btm1.gif);
	display: inline-block;
	float: left;
	clear: both;
	height: 5px;
	width: 763px;
	margin-bottom: 2px;
}
#bottomNav2{
	background-image: url(../images/navigation/btm2.gif);
	display: inline-block;
	width: 736px;
	height: 33px;
	padding-right: 27px;
	padding-top: 2px;
	text-align: center;
}
.titleBar{
	font-size: 14px;
	font-weight: bold;
	color: #295990;
	background: #ECEDDB;
	padding: 4px;
}
.title1 {
	color:#3E373E;
	font-size:16px;
	font-weight:bold;
}
.title2 {
	color:#2859B6;
	font-size:14px;
	font-weight:bold;
}
.title3{
	color:#2859B6;
	font-size:12px;
	font-weight: bold;
}
.title4{
	color:#FFF;
	font-size:16px;
	font-weight: bold;
}
.title5{
	color:#FF9B08;
	font-size:17px;
	font-weight:bold;
}

.expectedWage{
	color:#FF9B08;
	font-size:13px;
	font-weight:bold;
}

/* -- ISI Styles -- */
.isi-table{
	border: 1px solid #7e7783;
	padding: 5px;
	background: #5D505D;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	color: #FFF;
	
}
.isi-table th{
	border: 1px solid #231d2b;
	padding: 5px;
	background: #3F363F;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	color: #FFF;
}

.isi-table td{
	padding: 5px;
}
.isi-table a{
	color: #95CCFF;
}
.isi-table a:link {
	color: #95CCFF;
}
.isi-table a:active {
	color: #95CCFF;
}
.isi-table a:visited {
	color: #95CCFF;
}
.isi-table a:hover {
	color: #6D8BA8;
}
.isi-button button{
	border: 1px solid #231d2b;
	background: #3F363F;
	color: #FFF;
	padding: 5px;
}

