@charset "utf-8";
/* CSS Document */
* 
{
	margin:0;
	padding:0;
}

p
{
	margin-bottom: 10px;
}

a img
{
	border: 0;
}

/* CSS Classes */

.header
{
	background-color: #ffcb14;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	color: #000000;
	width: 100%;
}

.clear
{
	clear: both;
}

.underLine
{
	text-decoration: underline;
	display: block;
}

img.displayed
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 2px;
}

img.floatLeft, img.floatLeft2
{
	border: 1px solid #000000;
	float: left;
}

img.border
{
	border: 1px solid #000000;
	display: block;
	margin-bottom: 10px;
}

.blackBorder
{
	border-bottom: 1px solid #000000;
}

.blackBlock
{
	background-color: #B38F00;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 5px;
}

.header2
{
	border-bottom: 1px solid black;
}

.center
{
	text-align: center;
}
/*End of CSS Classes */


/* CSS ids */
#border
{
	overflow: hidden;
	margin: 15px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
}

/* mac hide \*/
* html #border
{
	overflow: hidden;
	height: 1%;
	margin: 10px 20px;
}

#mission, #participants, #onJobTrainingAndRetraining, #placement
{
	float: left;
	width: 33.3%;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	border-right: 1px solid #DBDBDB;			
}

/* Apply only in IE \*/
* html #mission, * html #onJobTrainingAndRetraining
{
	margin-left: -1px;
}

/* Apply only in IE \*/
* html #registerAndContact, * html #trialAndFollowUp
{
	float: left;
	width: 33.3%;
}
/* End of Apply only to IE \*/

#registerAndContact, #trialAndFollowUp
{
	float: left;
	width: 33.2%;
}

#missionDescription, #contactDescription, #retrainingDescription, #trialDescription, #followUpDescription, #onJobTrainingDescription, #placementDescription
{
	padding: 10px;
}

#onJobTrainingDescription
{
	padding-bottom: 0px;
}

#missionDescription p, #contactDescription p 
{
	padding-top: 20px;
}

#participantsDescription, #registerDescription 
{
	padding: 10px;
}	

#bottom
{
	border-top: 0;
}
/* End of CSS ids */

/* Navigation Bar for register.php */
#nav
{
	margin: 10px 20px;
}

#nav a
{
	color: #7aba4c;
	text-decoration: underline;
}

#nav a:hover
{
	color: black;
}

.orangeText
{	
	color: #FFCC00;
	font-weight: bold;
}
/* End of Navigation Bar for register.php */



