/* For HR Career Hub */

/* LINK STYLES */

a img {
	border:0px;}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #248776;
}

/* CLASS STYLES */

.style2 {
	font-size: 20px;
	font-weight: bold;
	color: #248776;
}
.style3 {
	font-size: 13px;
	font-weight: bold;
}

/* GENERAL DEFINITIONS */

body {
	background-color: #339900;
	background-image: url(images/bg_green.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	_margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#all {
	width: 950px;
	margin: 0 auto;
	_margin: 0 auto;
}

/* HEADER */

#header {
}
#header_01 {
	width: 950px;
	height: 146px;
	background-color: #FFFFFF;
}

/* BODY */

#body {
	width: 950px;
	height: 500px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#body_text {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
}
#col1 {
	float: left;
	width: 230px;


}
#col2 {
	float: right;
	width: 550px;

}
#float_clear {
	clear: both;
}
#btn_submenu {
	position: relative;
	top: 45px;
	left: 50px;
}
#btn_adminlogin {
	position: relative;
	top: 0px;
}
#btn_bookmark {
	position: relative;
	top: 3px;
}
#btn_sethome {
	position: relative;
	top: 6px;
}
#btn_bfm {
	clear: both;
	position: relative;
	top: 17px;
	text-align: center;
}

/* FOOTER */

#footer {
	width: 950px;
	height: 18px;
	background-image: url(images/gray.png);
	text-align: center;
	color: #FFFFFF;
	position: relative;
}
#footer_text {
	position: center;
	top: 4px;
}