@charset "utf-8";
/*****************************************************

Tran Recruiting Stylesheet

*****************************************************/

html {
	min-height: 101%;
}

body {
	margin: 0px auto;
	background: #fff;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 135%;
}

#header {
	width: 800px;
	margin: 0;
}

#wrapper {
	width: 800px;
	min-width: 800px;
	margin: 0 auto;
}

img {
	border: none;
}

.clear {
	clear: both;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-image: url('../images/blt.gif');
	list-style-type: square;
}

.red {
	color: #FF0000;
	font-weight: bold;
}

#navwrap {
	width: 800px;
	background: url(../images/nav-bg.gif) repeat-x;
	margin: 0;
}

#flash {
	margin: 5px 0 0 0;
}

#greenbar {
	width: 800px;
	height: 2px;
	background: #11a253 repeat;
	margin: 5px 0;
}

#footerwrap {
	width: 800px;
	height: 36px;
	background: url(../images/footer-bg.gif) repeat-x;
	color: #fff;
	font-size: 8pt;
}

a.footerlink:link, a.footerlink:visited {
	color: #fff;
	text-decoration: underline;
}

a.footerlink:hover {
	text-decoration: none;
}

#lfoot {
	padding: 8px;
	width: 375px;
	float: left;
}

#rfoot {
	padding: 8px;
	width: 350px;
	float: right;
	text-align: right;
}

h1,h2,h3,h4 {
	margin,padding: 0px;
}

h1 {
	font-size: 18px;
	color: #990000;
}

.lcol {
	width: 400px;
	float: left;
}

.rcol {
	width: 400px;
	float: left;
}