body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	min-height:650px;
}

*{margin: 0; padding: 0;}

.clear-both {clear:both;}

#PageWrapper {
	width:100%;
	min-height:100%;
	margin:0 auto;
	background:black;
	padding-bottom:10px;
}

#ContentWrapper {
	width:90%;
	min-height:640px;
	margin:0 auto;
	top:5px;
	position:relative;
}

#HeaderContainer {
	width:100%;
	height:132px;
	margin:0 auto;
	background:url(Images/HeaderBanner.jpg) no-repeat;
}

#BodyAndMenuContainer {
	width:100%;
	min-height:445px;
	position:relative;
	margin: 5px 0 0 0 ;
}

#MenuContainer {
	width: 16%;
	min-height:130px;
	position:relative;
	float:left;
	z-index:100;
}

#RightMenuContainer {
	width: 20%;
	min-height:435px;
	position:relative;
	float:right;
}

#RightMenuContainer ul {
	list-style-type:none;
}


#ContentContainer {
	width: 62%;
	min-height:430px;
	position:relative;
	float:left;
	background:white;
	padding: 1px 0 0 1px;
	overflow:hidden;
	margin:0 0 0 .4em;
	z-index:0;
	overflow:auto;
}

#Gallery
{
z-index:-1;
}

.highlight { border-left: 4px solid #ff8e35; }
.highlight2 { border-left: 4px solid #ff8e35; border-bottom: 2px solid #ff8e35; }
.CAtitle { font-family: verdana; font-size: 9pt; color: #002887; font-weight: bold; text-decoration: none; }
.CAtoptitle {font-family: verdana; font-size: 10pt; color: #FFFFCC; font-weight: bold; text-decoration: none; }

.JobListHeadings {font-family:Arial, Helvetica, sans-serif; color:#FF0000;}
.JobListSeperator { border-bottom:2px dashed black; padding-top:8px;}
