body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	margin-top:10px;
	font-size:12px;
	background-color: #454545;
}

td {font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;}


	#container{
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #c4c4c4;
	background-color: #FFFFFF;
}
	#topbanner{height:118px;}
	#mainnav{height:48px}

	#main{
	width:100%;
	background-color: #FFFFFF;
}	
	
	#leftcol{
	width:295px;
	float:left;
	background-image: url(library/jobs_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	background-position: top;
}
#leftcol_training{
	width:295px;
	height:auto;
	float:left;
}
	#right_col{
	width:295px;
	height:auto;
	float:right;

}
	
	#center{
	width:374px;
	border:1px solid #c4c4c4;
	margin-left: 296px;
	padding: 5px;
	}
	#center_insidepages{
	width:640px;
	border:1px solid #c4c4c4;
	margin-left: 296px;
	padding: 5px;
	}
	#date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #999999;
	padding: 5px;
	z-index:20;
	
	margin-bottom: 0;
	
	
}

	
	#footer{
	width:990px;
	text-align: center;
	float: none;
}	
#leftlogo{
	float: left;
}
#rightlogo{
	float: right;
}
#job_search{}
/*text and titles*/
h1{
	font-size: 16px;
	margin-left: 5px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2{
	font-size: 13px;
	margin-left: 5px;
	line-height: 14px;
	font-weight: bolder;
	color: #000000;
	font-style: italic;
}
h3{
	font-size: 14px;
	margin-left: 20px;
	font-weight: bold;
	color: #CC0000;
	line-height: 12px;
}
h4{
	font-size: 18px;
	margin-left: 20px;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
}
h5{
	
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	}
p{
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	margin: 5px;
	text-align: justify;
}

ul{
	font-size: 12px;
	color: #333333;
	text-indent: 5px;
	line-height: 20px;
	list-style-type: square;
	list-style-image: url(library/bullet.gif);
	}

/*start of the links*/
a:link{
	text-decoration: underline;
	color: #333333;
}
a:visited{
	text-decoration: underline;
	color: #333333;
}
a:active{
	text-decoration: underline;
	color: #333333;
}
a:hover{
	text-decoration: underline;
	color: #FF0000;
}

/* styling forms */

input.search, submit.search, select.search{
	font-size: 12px;
	border: 1px solid #666666;
	background-color: #FFFFCC;
}
input, select, textarea, submit{
	border: solid 1px #666666;
	font-size: 12px;
	background-color: #FFFFCC;
}

/* styling the tables*/
tr.tr_header{
	background: #FF0000;
	height:28px;
	color: #FFFFFF;
	padding-left: 3px;
}
tr.tr_even{
	height:30px;
	background-color: #E1D9D9;
	padding-left: 3px;
}
tr.tr_odd{
	height:30px;
	background-color: #EBEBEB;
	padding-left: 3px;
}
td.tr_end{
	height:10px;
	border-top:solid 1px #FF0000;
}

td.left{border-left:solid 1px #FF0000; border-bottom: solid 1px #FFFFFF;}
td.right{border-left:solid 1px #FF0000; border-right:solid 1px #FF0000; border-bottom: solid 1px #FFFFFF;}

/* styling the by floweb*/
a.by:link{text-decoration: underline;color: #CCCCCC;}
a.by:visited{text-decoration: underline;color: #CCCCCC;}
a.by:active{text-decoration: underline;color: #CCCCCC;}
a.by:hover{text-decoration: underline;color: #FF0000;}

td.job {
	color: #666666;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	text-align: right;
	background-color: #EBEBEB;
}
