/* CSS Document */
	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
	text-align:center;
	background-color: #F2F1F1;
	margin: 0px;
	padding: 0px;
	color: #003366;
		}
	
	#frame {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F75A21;
	border-left-color: #F75A21;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F75A21;
	}
		

	#contentcenter {
	width:100%;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #342F46;
	margin: 0px;
	background-color: #FFFFFF;
	}
	

	#contentheader {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 113px;
	background-color: #FFFFFF;
	}
	
	#contentheaderMain {
	background-image: url(../images/header_for_main.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 113px;
	background-color: #FFFFFF;
	}
	
	h1 {
	font-size:14px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}

	
	#titleContainer{
	width: 100%;
	height: 209px;
	text-align: center;
	}	

#footer {
	margin-top: 0px;
	clear: 	both;
	height: 37px;
	background-position: center top;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #FFFFFF;
}

#mainContainer {
	width: 100%;
	background-image: url(../images/main_bg.gif);
	background-position: center center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#mainContainer p{
	text-align: justify;
	margin-left: 40px;
	margin-right: 40px;
	padding: 0px;
	margin-bottom: 0px;
	color: #003366;
}






#mainContainer h1{
	margin-left: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: #003366;
}

.welcome{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #003366;
}







#mainContainer h2{
	margin-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-right: 40px;
		color: #003366;
}


#mainContainer li {
list-style-type: square;
color: #003366;
margin-left: 20px;
margin-right: 40px;
margin-bottom: 10px;
}






#specialTableContainer{
	margin-left: 40px;
}

/* position vacant panel */

#jobBody {
	width: 632px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 30px;
}
#jobHeader {
	left:0px;
	top:0px;
	height:40px;
	background-image: url(../images/images/job_bg__01.gif);
}

#jobHeaderLeft {
	float: left;
	clear: none;
	font-weight: bold;
	color: #003366;
	width: 400px;
	margin-left: 15px;
	margin-top: 7px;
}

#jobHeaderRight {
	float: right;
	clear: none;
	margin-right: 15px;
	margin-top: 12px;
}



#jobMain {
	background-image: url(../images/images/job_bg__02.gif);
	background-repeat: repeat-y;
}
/*Main Page Styles*/
#jobBodyTwo {
	width: 632px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 15px;
	margin-top: 15px;
}

#jobBodyTwo a hover{
}





#jobHeaderTwo {
	left:0px;
	top:0px;
	height:40px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#jobMainTwo {
	color: #003366;

}
/**/


#jobMain p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#jobFooter {
	left:0px;
	top:0px;
	height:36px;
	background-image: url(../images/images/job_bg__03.gif);
}

#jobFooterLeft {
	float: left;
	clear: none;
	margin-left: 15px;
	margin-top: 7px;
}

#jobFooterRight {
	float: right;
	clear: none;
	margin-right: 15px;
	margin-top: 7px;
}

#testDiv {
	background-color: #99FF00;
}

