

	body{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}


	h1{
		font-size: 18pt;
		font-weight: 200;
		margin: 0px 0px 10px 0px;
	}
	
	h2{
		font-size: 16pt;
		font-weight: 200;
		font-style: italic;		
	}
	
	
	li{
		text-align: justify;
		line-height: 18px;
		margin-bottom: 10px;
	}
	
	
	

/* Layout */

	.main{
		width: 950px;
		
	}
	
	.header{
		text-align: left;
		height: 100px;
	}
	
	.contents{
		min-height: 250px;
		background: #FFFFFF;
		text-align: left;
		padding: 20px;
		background: #333333;
		border: 10px solid #CCCCCC;
		color:#FFFFFF;
	}

	.contents a{
		color: #FFFF00;
	}	

	.contents p{
		line-height: 18px;
		text-align: justify;		
	}
	

	.footer{
		font-size: 8pt;
		text-align: center;
		padding: 10px;
		color: #999999;
	}


	.nav{
		height: 30px;
		padding:5px;
		font-size: 15px;
		text-align: right;
		color: #cccccc;
	}
	
	.nav a{
		text-decoration: none;
		margin: 0px 10px;
		font-weight: bold;
		color: #336699;
	}
	
	.nav a:hover{color: #A60000;}
	

/* CHARTER */
	.charter{
		border: 5px solid #CCCCCC;
		padding: 20px;
		background-color: #000000;
	}
	

	.charterLeft, .charterText, .charterRight{ float:left;}
	
	.charterLeft{
	}

	.charterText{
		width: 500px;
		margin: 10px;
	}
	
	.charterRight img{margin:20px 0px;}

	p.charterP1{
		color: #FFFF00;
		font-size: 16pt;
		text-align: center;
		margin: 0px 0px 40px 0px;
		line-height: normal;
	}

	p.charterP2{
		font-size: 12pt;
		font-weight: 200;
	}


	.logos img{
		border: 5px solid #CCCCCC;
		margin: 5px;
		
	}
	
/* JOB */

	.jobNav, .jobMain{
		float: left;
	}
	

	.jobNav{

		width: 250px;
		border: 2px solid #CCCCCC;

	}
	
	.jobNav h1{
		background: #000000;
		font-size: 10pt;
		padding: 5px;
		font-weight: bold;
		margin: 0px;
	}
	
	.jobNav a{
		display: block;
		text-decoration: none;
		padding: 5px 2px;
		background: #666666;
		color:#FFFFFF;
		border-style: solid;
		border-color: #333333;
		border-width: 0px 1px 1px 1px;
	}
	
	.jobNav a:hover{
		background:#FFFFFF;
		color: #000000;
	}
	
	
	.jobMain{
		width: 600px;
		margin-left: 30px;
	}
	
	
	.jobDetails{
		border: 5px solid #CCCCCC;
		margin-bottom: 30px;
	}
	
	.jobDetails h1{
		background: #000000;
		margin: 0px;
		padding: 5px;
		font-size: 12pt;
		font-weight: bold;
	}
	
	.job_text{
		min-height: 100px;
		padding: 0px 10px;
	}
	
	.job_email{
		padding: 5px;
		background: #222222;
		text-align: center;
	}
	
	.job_email a{
		text-decoration: none;	
	}
		
/* EVENT */	
	
	.events{
		border: 5px solid #CCCCCC;
		width: 700px;
		margin-bottom:20px;
	}
	
	.eventImg{
		border-right: 5px solid #CCCCCC; 
		float:left;
	}
		
	.eventImg img{border:none;}
	
	.eventTitle{
		background: #000000;
		margin: 0px;
		padding: 5px;
		font-size: 12pt;
		font-weight: bold;
	}
	
	.eventTitle a{text-decoration:none;}

	
	.eventTxt{
		padding: 10px;
	}
	
	.eventTxt p{text-align:justify;}
	
	
	.eventsPhoto{
		margin: 8px;
		border: 5px solid #CCCCCC;
		float: left;
	}
	
	
	.quote{margin-left:100px; margin-right:100px;}

/* TEAM */
	
	.team_place{
		margin-left: 35px;
	}

	.team{
		float: left;
		margin: 2px;
		width: 150px;
		border: 5px solid #CCCCCC;
	}
	
	.team_photo{
		width: 150px;
		height: 200px;
		background: white;
	}
	
	.team_text{
		background:#000000;
		padding: 5px 0px;
		height: 46px;
	}

	
/* CLEAR */

	.clear{clear: both;}
