div#imageHeader{
	text-align: center;
	}

div#menuBar{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana;
	color: black;
	border-top: #00AEEF;
	border-bottom: #00AEEF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	}

div#menuBar a{
	text-decoration: none;
	color: black;
	}
	
div#menuBar a:hover{
	color: #00AEEF;
	}
	
div#menuBar td#thisMenu a{
	color: #00AEEF;
	}

	
div#menuBar td{
	padding-left: 75px;
	padding-right: 75px;
	}
	
div#menuBar td.leftMenu{
	padding-left: 0px;
	}

div#menuBar td.rightMenu{
	padding-right: 0px;
	}

div#footer{
	text-align: center;
	margin-top: 100px;
	}

div#footer a{
	text-decoration: none;
	color: #535353;
	}
	
div#footer a:hover{
	color: #00AEEF;
	}

div#philosophy{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	font-family: Verdana;
	color: #9B9B9B;
	}
	
span.philSpan{
	color: #535353;
	}
	
div#philosophy img{
	margin-top: 20px;
	}
	
div#theorySection{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana;
	margin-top: 10px;
	text-align: center;
	}
	
div#theorySection h1{
	font-size: 24px;
	color: #535353;
	margin-bottom: 20px;
	text-align: left;
	}
	
div.principle{
	width: 400px;
	height: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	color: #535353;
	}

div.referenceMech{
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	text-align: justify;
	color: #535353;
	}

div.principle p{
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	}
	
span.spanItalic{
	font-style: italic;
	}
	
div.implementation{
	border-bottom: dotted;
	border-width: 1px;
	border-color: #00AEEF;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 240px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
div.implementation a{
	text-decoration: none;
	}
	
div.implementation h1:hover{
	color: #00AEEF;
	}
	
div.implementation h2:hover{
	color: #00AEEF;
	}
	
div.implementation p:hover{
	color: #00AEEF;
	}
	
div.implementation img{
	float: left;
	padding-right: 15px;
	}
	
div.implementation h1{
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	color: #535353;
	}
	
div.implementation h2{
	padding-top: 5px;
	margin-top: 0px;
	font-size: 18px;
	color: #9B9B9B;
	font-style: italic;
	font-weight: thin;
	}
	
div.implementation p{
	color: #535353;
	font-size: 18px;
	}

div#reference{
	width: 800px;
	font-family: Verdana;
	margin-left: auto;
	margin-right: auto;
	color: #535353;
	font-size: 18px;
	}
	
div#reference h2{
	margin-top: 60px;
	font-size: 24px;
	}
	
div#reference table{
	border: #00AEEF 1px solid;
	border-collapse: collapse;
	font-size: 14px;
	width: 800px;
	}

div#reference a{
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	}

div#reference a:hover{
	color: #00AEEF;
	}

div#reference td{
	border-bottom: #00AEEF 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	}	
	
div#reference tr#topRow{
	font-weight: bold;
	font-style: italic;
	background-color: #C0E3ED;
	}
	
div#reference tr#topRow td{
	border-bottom: none;
	}
	
td#projectName{
	width: 300px;
	}
	
td#author{
	width: 150px;
	}