html{
	font-family: tahoma;
	font-size: 10pt;
	}


h1{
	font-family: tahoma;
	font-size: 10pt;
	margin: 0px;
	padding-bottom:10px;
}

h2{
	font-family: tahoma;
	font-size: 12pt;
	margin: 0px;
	color: #014A81;
	font-weight:normal;
	}


a.nav:link {color: #3674A7; text-decoration: none; }
a.nav:visited {color:#3674A7; text-decoration: none; }
a.nav:hover {color: #7BCDDF; }
a.nav:active {color: #3674A7; } 

a.jlnalink:link {color: #F00B80; text-decoration: none; }
a.jlnalink:visited {color:#F00B80; text-decoration: none; }
a.jlnalink:hover {color: #F00B80; }
a.jlnalink:active {color: #F00B80; } 

a.alert:link { color: black; text-decoration: none }
a.alert:visited { color: black; text-decoration: none }
a.alert:active { color: black; text-decoration: none }
a.alert:hover { color: #336E9B;  }

a.div_link:link { 

	color: blue;
	cursor: hand; 


} 

a.div_link:visited {

	color: blue;


 } 

a.div_link:active {
	
	color: blue; 

}
 
a.div_link:hover { 

	color: red
	background-color: #F00B80;
} 

body {

	margin-left: 0px;

}

#banner {

	width: 850px;
	height: 124px;	

}

#across_line {

	width: 860px;
	height: 30px;

	background-image: url(../images/across_line.gif);
	background-repeat: repeat-x;

}

#left_navigation {

	width: 163px;
	float: left;
	

}

#content {

	width: 535px;
	float: right;
	padding:15px;	

}

.content_text{
	color:black;
    margin:0px;
    margin-left:15px;
	}


#right_navigation {

	width: 156px;
	height: 500px;
	float: right;
	
}

.menu_heading {

	width: 155px;
	height: 15px;
	background-color: #F00B80;
	color: white;
	font-family: tahoma;
	font-size: 8pt;
	padding: 4px;
	border-bottom: 1px solid #CCCCCC;

}

.menu_item {

	width: 152px;
	height: 12px;
	color: black;
	font-family: tahoma;
	font-size: 8pt;
	padding: 6px;
	background-color: #F6F6F6;
	border-bottom: 1px solid #CCCCCC;

}

.menu_table {

	color: black;
	font-family: tahoma;
	font-size: 8pt;
	padding: 6px;
	border-bottom: 1px solid #CCCCCC;

}



a.menu_item:hover {

	/* background-color: #003061; */
	/* background-color: #cb9b53; */
	/* background-color: #E8A156; */
	background-color: #F00B80;
	color: white;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;

}

.featured_job {

	/* border: 1px solid #F00B80; */


}

.featured_job:hover {

	/* background-color: #F00B80;
	cursor: pointer;
	color: white; */

}

.featured_sub {



}

#date {

	font-family: tahoma;
	font-size: 8pt;
	text-align: center;
	padding: 10px;
	margin: 0px;
	margin-bottom: 2px;

}

#address_space {

	width: 144px;
	font-family: tahoma;
	font-size: 8pt;
	background-color: #F6F6F6;
	line-height: 20px;
	padding: 10px;
}

p{
	font-family: tahoma;
	font-size: 10pt;
	}

#center_content {

	margin: 0px;
	padding: 15px;

	font-family: tahoma;
	font-size: 10pt;
	
}

.normal_font {

	font-family: tahoma;
	font-size: 10pt;

}

.sevenmargin {

	margin-left: 20px;
	margin-right: 20px; 

}

.right_login_area {

	font-family: tahoma;
	font-size: 8pt;
	font-color: #595959;
	margin-top: 5px;
	line-height: 16px;

}

.right_register_area {

	font-family: tahoma;
	font-size: 8pt;
	font-color: #595959;
	margin-top: 5px;
	line-height: 17px;

}

.text_input {

	border: 1px solid silver;

}

.jlna {

	color: #F00B80;
	
}

.jlna_b {

	color: #F00B80;
	font-weight: bold;

}

.box_text {

	margin: 0px;
	padding: 10px;

	font-family: tahoma;
	font-size: 10pt;

	width: 209px;
}

.top_menu {

	text-decoration: none;
	color: #004A84;

}

.big_blue2 {

	color: #3674A7;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;

}

.big_blue3 {

	color: #3674A7;
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;

}

.big_blue {

	color: #3674A7; 
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;

}





.faq_link {

	color: #336E9B;
	font-family: tahoma;

}

.no_underline {

	text-decoration: none;
	
}

.over 
{ 	
		
	background-color: #F00B80;
	color: white;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	padding: 6px;
	border-bottom: 1px solid #CCCCCC;
		
}
	
.out 
{ 

	background-color: #F6F6F6;
	color: black;
	border-bottom: 1px solid #CCCCCC;
	padding: 6px;
				
} 

input[type="submit"], input[type="button"], input[type="reset"]
{
color: #F00B80;
background-color: white;
font-weight: bold;
border:1px solid;
border-top-color:#80A5C1;
border-left-color:#80A5C1;
border-right-color: #003399;
border-bottom-color: #003399;
padding: 0px;
font-size: 10pt;
font-family: tahoma;
}

input.loginBtn
{
color: #F00B80;
}

.rss {

	font-family: tahoma;
	font-size: 10pt;
	color: #336E9B;

}


#training{
  list-style-type: none;
  padding: 10px;
}
#training li{
    text-indent: 0;
    margin-left: -10px;
}

#thanks{
    background-color: #F6F6F6;
    padding:30px;
    font-weight:bold;
    border:1px solid #F00B80;
    line-height:20px;
}