	body {
	background-color: #FFFFFF;
	color: #424242;
	font: normal 0.9em Helvetica, Arial, sans-serif;
	background-image: url(images/blue-whitegradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
	
	/* Structure*/
	
	.page {
	display: block;
	margin: 0% 10% 0%;
	padding: 0px;
	text-align: center;
	background-color: White;
}
	
	#header {
		clear: both;
		background-color: White;
	}
	#footer {
	padding: 15px 15px 0px 15px;
	background-color: White;
	text-align: left;
	font-size: xx-small;
}

	#topNavigation {
		text-align: left;
		clear: left;
	}
	
	.tableHeight {
		height: 600px;
	}

  .leftCol {
    width: 150px;
  }


    h1 {
	text-align: left;
	width: 110px;
	color: #EAA82E;
	font-size: 1.7em;
  font-weight: normal;
	padding: 5px 15px 0px 15px;
	background-color: White;
}

    h2 {
    font-size: 1.0em;
}
    h3 {
  font-weight: bold;
  font-size: 0.85em;
}



	
	/* links */

	a: {
	color: #000000;
	text-decoration: none;
}
	a:link, a:visited {
	color: #A8662B;
	text-decoration: none;
}
	a:active, a:hover {
		color: #FF9900;
	text-decoration: none;
}

	.submenu {
	font-size:0.9em;
	padding: 5px 0 0 23px;
	color: Black;
}
	
	p {
		text-align: left;
		font: 0.8em;
	}

	
#siteHome, #siteServices, #siteTraining, #siteProjects, #siteDirectors, #siteContact, #siteGeneral {
	width:850px;
  margin-left: auto;
  margin-right: auto;
}

	#siteHome a#homeMenu.menu, #siteServices a#servicesMenu.menu, #siteTraining a#trainingMenu, #siteProjects a#projectsMenu, #siteDirectors a#directorsMenu.menu, #siteContact a#contactMenu.menu {
	color: #EAA82E;
	height: auto;
    font-weight: bold;
}

  #mainLinks {
    padding: 5px 0 0 12px;
  }


	.logo {
  padding: 0 55px 0 0;
  float: right;
}

	.logo1 {
	font-family: Lucida Calligraphy;
	font-size: 180%;
	color: White;
}
	
	.logo2 {
	font-family: "Britannic Bold";
	font-size: 180%;
	color: White;
}	
	.left {
	float: left;
	display: inline;
}
	.right {
	float: right;
	display: inline;
}

	#turn {
	margin: 6px 12px 5px 8px;
	display: inline;
  float: left;
	cursor: pointer;
	}
	
	.profile {
		text-align: left;
	}

  .profilePic {
  padding: 18px 0;
	}

.profileText {
		text-align: left;
		padding: 15px 35px 15px 15px;
}
.quote {
  font-style:italic;
  }
.who {
  font-weight: bold;
  padding: 0 0 0 15px;
  }

.downloadFile {
  float: left;
  width: 230px;
  margin: 0 20px 0 0;
}

.downloadText {
  margin: 5px;
}
.downloadImg {
  float: left;
  border: none;
  margin: 5px;
}

	
	.registered {
		font-size: x-small;
	}

	.genImage img {
		margin-right: 20px;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	.copyright {
		font-size: x-small;
	}
	

.clearfix:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */