body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	margin: auto;
	margin-bottom: 30px;
}
/* TEXT STYLES -------------------------------- */
.txt-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
}
	.txt-nav a {
		font-weight: bold;
		color: #464646;
		text-decoration: none;
	}
	.txt-nav a:hover {
		font-weight: bold;
		color: #BA0E0E;
		text-decoration: none;
	}
.txt-left-column {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
}
	.txt-left-column a {
		font-weight: normal;
		color: #BA0E0E;
		text-decoration: none;
	}
	.txt-left-column a:hover {
		font-weight: normal;
		color: #BA0E0E;
		text-decoration: underline;
	}
.txt-right-column {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #F1CFCF;
	text-decoration: none;
}
	.txt-right-column a {
		font-weight: bold;
		color: #F1CFCF;
		text-decoration: none;
	}
	.txt-right-column a:hover {
		font-weight: bold;
		color: #ffffff;
		text-decoration: underline;
	}
.txt-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #AFABAB;
	text-decoration: none;
}
	.txt-footer a {
		font-weight: normal;
		color: #AFABAB;
		text-decoration: underline;
	}
	.txt-footer a:hover {
		font-weight: normal;
		color: #ffffff;
		text-decoration: underline;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #BA0E0E;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #BA0E0E;
}
h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BA0E0E;
}
/* MAIN STYLE ------------------------------------- */
#main {
	width: 780px;
}
/* TOP STYLE ---------------------------------- */
#top {
	width: 780px;
	height: 88px;
	text-align: left;
	vertical-align: top;
}
#top-container {
	float: left;
	text-align: left;
	vertical-align: top;
	width: 714px;
	height: 88px;
	padding: 0px 33px 0px 33px;
}
#logo {
	float: left;
	width: 194px;
	height: 45px;
	margin: 25px 0px 0px 0px;
}
#nav {	
	float: right;
	text-align: right;
	vertical-align: top;
	margin: 39px 0px 0px 0px;
}
/* HEADER ------------------------------------- */
#header {
	text-align: left;
	vertical-align: top;
	width: 780px;
	height: 189px;
}
#header-container {
	text-align: left;
	vertical-align: top;
	width: 780px;
	height: 189px;
}
/* TOP BAR --------------------------------------- */
#topbar {
	width: 780px;
	height: 29px;
	background-image: url(../images/top_bar.gif);
	background-repeat: no-repeat;
}
/* LEFT COLUMN ------------------------------- */
#left-column {
	text-align: left;
	vertical-align: top;
	width: 562px;
	border-left: 1px solid #DDDEDA;
}
#left-column-container {
	text-align: left;
	vertical-align: top;
	width: 496px;
	padding: 10px 33px 30px 33px;
}
/* RIGHT COLUMN ------------------------------- */
#right-column {
	text-align: left;
	vertical-align: top;
	width: 217px;
	background-color: #BA0E0E;
}
#right-column-container {
	text-align: left;
	vertical-align: top;
	width: 187px;
	padding: 0px 15px 20px 15px;
}
/* FOOTER -------------------------------------- */
#footer {
	text-align: left;
	vertical-align: top;
	width: 780px;
	height: 70px;
	background-color: #332A2A;
}
#footer-container {
	text-align: left;
	vertical-align: top;
	width: 780px;
	height: 70px;
}
#foot-left {
	float: left;
	width: 33px;
	height: 70px;
	background-image: url(../images/foot_bg_left.gif);
	background-repeat: no-repeat;
}
#foot-center {
	float: left;
	text-align: left;
	vertical-align: top;
	width: 714px;
	height: 70px;
	background-image: url(../images/foot_bg_center.gif);
	background-repeat: repeat-x;
}
	#foot-center-1 {
		float: left;
		margin: 14px 0px 0px 0px;
	}
	#foot-center-2 {
		float: right;
		margin: 14px 0px 0px 0px;
	}
#foot-right {
	float: left;
	width: 33px;
	height: 70px;
	background-image: url(../images/foot_bg_right.gif);
	background-repeat: no-repeat;
}
/* CONTACT US FORM SYTLE ----------------------------- */
.form-table input, .form-table textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #323232;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #E39F9F;
}
.form-table input {
	width: 150px;
	height: 13px;
}
.form-table textarea {
	width: 240px;
}
.submit-button input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #BA0E0E;
	text-decoration: none;
	width: 70px;
	background-color: #F8E6E6;
	border: 1px solid #E39F9F;
}
/* FAQ ---------------------------- */
.txt-faq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
}
	.txt-faq a {
		font-weight: normal;
		color: #BA0E0E;
		text-decoration: none;
	}
	.txt-faq a:hover {
		font-weight: normal;
		color: #BA0E0E;
		text-decoration: underline;
	}
	.txt-faq li {
		list-style-image: url(../images/bullet.gif);
		line-height: 20px;
	}
.txt-faq-2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
}
	.txt-faq-2 a {
		font-weight: normal;
		color: #BA0E0E;
		text-decoration: none;
	}
	.txt-faq-2 a:hover {
		font-weight: normal;
		color: #BA0E0E;
		text-decoration: underline;
	}
	.txt-faq-2 strong {
		color: #BA0E0E;
	}
	.txt-faq-2 li {
		list-style-image: url(../images/bullet.gif);
	}
.txt-top-top {
	float: right;
}

.job-list {
	line-height: 16px;
	margin-bottom: 10px;
	padding: 5px 5px 15px 5px;
	border-bottom: 1px solid #CCCCCC;
}
.job-list-title {
	font-size: 18px;
	color: #000000;
	padding-left: 20px;
	background: url(../images/arrow-job-title.gif) no-repeat 0px 6px;
}
	.job-list-title a {
		font-weight: bold;
		color: #000000;
	}
	.job-list-title a:hover {
		font-weight: bold;
		color: #BA0E0E;
	}

/* OTHERS --------------------------------- */
input, textarea {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
	border: 1px solid #999999;
}