body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#052c8b;
	margin:0px;
}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}
.clear{
	clear:both;
	/*** these next attributes are designed to keep the div
height to 1 pixel high, critical for Safari and Netscape 7 ***/
  height:1px;
	overflow:hidden;
	line-height:1px;
	font-size:0px;
	margin: 0px;
}
#container {
	width: 744px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
	float: left;
	width: 550px;
}
#content_panel {
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
}
#footer {
	background-image:  url(images/footer.gif);
	height: 58px;
	color: #FFFFFF;
	padding-top: 40px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#menu {
	float: left;
	width: 153px;
	margin-top: 0px;
	/*margin-right: 5px;*/
	margin-bottom: 30px;
}
.menu_link {
	color: #000000;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor:pointer;
	cursor:hand;
	background-image:  url(images/button.gif);
	background-repeat: no-repeat;
}
.menu_link_roll {
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor:pointer;
	cursor:hand;
	background-image:  url(images/button2.gif);
	background-repeat: no-repeat
}
#content_main {
	float: left;
	width:360px;
	background-color:#FFFFFF;
	padding-left:10px;
}
#latest_jobs {
	float: right;
	width: 211px;
	padding-bottom: 20px;
	background-image: url(images/jobs_bg.gif);
	background-repeat: no-repeat;
	background-position:bottom;
}
.tit1 {
	font-size:14px;
	color:#000066;
	padding-bottom:10px;
	font-weight: bold;
	padding-top: 10px;
}
#place_right {
	float:right;
	margin-left:10px;
}
.hide {
	display:none;
}
.page_buttons {
	text-align:right;
	padding-top:10px;
}
.page {
	padding-top:10px;
	padding-bottom:10px;
}
table#progress {
}
.progress_cold {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	color: #999999;
	background-color: #CCCCCC;
}
.progress_hot {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	text-align: center;
}
.progress_holder {
	margin-bottom: 15px;
}
.form_headers {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
