@charset "UTF-8";
/* CSS Document */

body {
	background-color: #005392;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-color: #000;
}

a {
	color: #005aa7;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#container {
	width: 889px;
	height: 727px;
	background: url(images/main_bg.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	margin-left : auto;
	margin-right: auto;
	margin-top: 20px;
}

#header {
	padding-top: 41px;
	text-align: center;
}

#main {
	margin-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: atuo;
}

p {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005aa7;
	font-size: 25px;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	margin-top: 5px;
}

.tablespace {
	margin-bottom: 0px;
}

.higher {
	margin-top: -50px;
	margin-left: 10px;
}

.leftspace {
	margin-left: 10px;
}

/**buttons**/



.btneasy a {
	background: url(images/easytech_btn.jpg) top left no-repeat;
	width: 205px;
	height: 41px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

.btneasy a:hover {
	background: url(images/easytech_btn_hover.jpg) top left no-repeat;
	width: 205px;
	height: 41px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}



.btnhighlights a {
	background: url(images/highlight_btn.jpg) top left no-repeat;
	width: 205px;
	height: 41px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

.btnhighlights a:hover {
	background: url(images/highlight_btn_hover.jpg) top left no-repeat;
	width: 205px;
	height: 41px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}



.btninterviews a {
	background: url(images/interview_btn.jpg) top left no-repeat;
	width: 205px;
	height: 41px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

.btninterviews a:hover {
	background: url(images/interview_btn_hover.jpg) top left no-repeat;
	width: 205px;
	height: 41px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}



.btnhome a {
	background: url(images/home_btn.jpg) top left no-repeat;
	width: 205px;
	height: 41px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

.btnhome a:hover {
	background: url(images/home_btn_hover.jpg) top left no-repeat;
	width: 205px;
	height: 41px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

.line {
	width: 90%;
	height: 3px;
	border-bottom: 1px solid #ccc;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto; 
	margin-bottom: 7px;
}

.clear {
	width: 100%;
	height: 1px;
	clear: both;
}

.imagespace {
	margin-right: 5px;
	float: left; 
}

td.height {
	padding-top: 10px;
}

td.pad {
	padding-right: 10px;
}

.formbg {
	background: url(images/form_bg.gif) top left repeat-x;
	background-color: #dfdfdf;
	border: 1px solid #ccc; 
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
	letter-spacing: 0.07em;
}	

input.submit {
	background: url(images/submit.jpg) top left no-repeat;
	width: 125px;
	height: 37px;
	border: 0;
}