@charset "utf-8";
/* CSS Document */
h1{
	margin: 0 0 10px 0;
	padding:0;
	font-size:1.4em;
	font-weight: bold;
	color: #065FA1;
}
h2{
	color:#065FA1;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1.2em;
	text-align: center;
}
h3{
	color:#065FA1;
	font-weight: bold;
	margin: 10px 0 0 5px;
	padding: 0 0 5px 0;
	font-size: 1.2em;
	text-align: center;
}
/************************************************************************  CLASSES       */
.clear{
	clear:both;
}
a.inline_1{
	text-decoration:none;
	color:#065FA1;
	font-weight:bold;
}
a:hover.inline_1{
	text-decoration: underline;
	color:#FCB326;
}
/************************************************************************  MAINSET       */
body{
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #065FA1;
	background-color: #FFF;
}
#centerwrapper{
	margin: 10px auto 30px auto;
	text-align: left;
	width: 790px;
	height: auto;
	background-color: #FFFFFF;
	border: solid #CCCCCC 1px;
}
/************************************************************************  HEADER       */
#header{
	width:790px;
	height:100px;
}
#toplogo{
	width: 150px;
	height: 50px;
	margin: 10px 0 0 10px;
	float:left;
	display:inline;
}
#complogo{
	width: 187px;
	height: 45px;
	margin: 10px 10px 0 0;
	float:right;
	display:inline;
}
#welcome_title{
	height:20px;
	width:770px;
	padding:10px;
	float:left;
	display:inline;
	border-top: solid #065FA1 2px;
	border-bottom: solid #065FA1 2px;
	background-color: #EAEAEA;
	text-align: center;
}
#branchselect{
	height:auto;
	width:790px;
	padding:10px 0 20px 0;
	margin:10px 0 10px 0;
	float:left;
	display:inline;
	border-top: solid #065FA1 2px;
	border-bottom: solid #065FA1 2px;
	background-color: #EAEAEA;
}
.branch{
	height:15px;
	width:50px;
	padding:5px;
	margin:10px 0 0 15px;
	float:left;
	display:inline;
	border: solid #065FA1 1px;
	background-color: #FFFFFF;
	text-align: center;
}
.vacancy_list{
	height:15px;
	width:320px;
	padding:5px;
	margin:10px 0 0 28px;
	float:left;
	display:inline;
	border: solid #065FA1 1px;
	background-color: #FFFFFF;
	text-align: center;
}
.approved_names{
	height:15px;
	width:170px;
	padding:5px;
	margin:10px 0 0 10px;
	float:left;
	display:inline;
	border: solid #065FA1 1px;
	background-color: #FFFFFF;
	text-align: center;
}
#textbox{
	height:auto;
	width:758px;
	padding:5px;
	margin:10px 0 0 10px;
	float:left;
	display:inline;
	border: solid #065FA1 1px;
	background-color: #FFFFFF;
}