	a{
		text-decoration: none;
	}

	p{
		font-family: "Times New Roman";
		text-align: justify;
	}
	p.title{
		text-align: left;
	}
	
	
	h1{
		font-family: "Tahoma";
		text-shadow: 2px 1px 0 #444;
	}
	
	hr{
		box-shadow: 1px 1px 0 #444
	}

	.lightGreyBackground1{
		background-color: #E3E3E3;
	}
		
	.lightGreyBackground2{
		background-color: #EBEBEB;
	}
	
	.orange{
		color: #FF9747;
	}

	body{
		background-color: #EEEFF3;
	}

	.sideBar{
		z-index: 3;
		background-color: #F1F0EF;
		color: #3D3D3D;
	}
	
	.adprotechLogo{
		width: 100%;
	}
	
	.dropDownPartners{
		background-color: #E3E3E3;
		color:#565656;
	}

	.main{
		margin-left: 450px;
		margin-right: 200px;
	}
	
	.menuButton{
		background-color: #EFECEB;
	}
	.closeButton{
		background-color: #D8D8D8;
	}
	.round{
		width: 100px;
		border: 3px solid #FF9747;
	}
	
	@media screen and (min-width: 1000px){
		p{
			font-size:18px;
		}
		
		h1{
			font-size: 36px;
			text-shadow: 1px 2px 0 #444;
		}
		
		.sideBar{
			margin-left: 200px;
			width: 250px;
			font-family: "Impact";
		}
	}
	
	@media screen and (max-width: 1000px)
    {
		.main{
			margin-top: 60px;
		}
		
		.sideBar{
			margin-left: 0px;
			width: 300px;
			font-family: "Tahoma";
			font-weight: bold;
		}
		
    }
	
