	header, section, footer, aside, nav {
				display: block;
				}
			body {
				font-family: Arial;
				background-color: #000000;
				background-position: center;
				margin: 0px;
				font-size: 100%;
				min-width: 960px;
				
				}
			.insidebits {
				list-style: none; 
				max-width: 960px;
				margin: auto;
				background: #00574a;
				padding: 10px;
				border: 2px solid #ffffff;
				
				}
			
				* {
			box-sizing: border-box;
				}
			.column {
				float: left;
				padding: 0px 0px 0px 15px;
				height: 25px;
				}
			.left {
				width: 20%;
				padding-left: 30px;
				}
			.right {
				width: 50%;
				}			
			.row:after {
				content: "";
				display: table;
				clear: both;
				}
			.courselist {
				font-size: 140%;
				color: #fff200;
				}
			.courselistcert {
				font-size: 115%;
				color: #fff200;
				}
			.asidehead {
				padding-left: 20px;
				color: #fff200;
			}
			.list {
				padding-left: 20px;
			}
			
			a {
				color: #ffffff;
				text-decoration: none;
				}
	
			a:hover, nav li a.current {
				color: #72bcd4;
		    	}
				table a {
				color: #ffffff;
				text-decoration: none;
				}
	
			table a:hover, nav li a.current {
				color: #72bcd4;
		    	}
				
			.logo {
				display: inline-block;
				float: left;
				}
			header {
				padding: 20px;
				float: top;
			
				}
			h1, h2, h3{
				text-align: left;
				font-family: Arial;
				color: #ffffff
				}
			aside {
				display: block;
				width: 21%;
				float: right;
				border-left: 2px solid #000000;
				}
			p {
				color: #ffffff;
				font-size: 100%;
				width: 75%;
				padding-left: 30px;
				padding-right: 30px;
				text-align: justify;
				line-height: 20px
				}
			.prices {
				color: #ffffff;
			}
			
			.highlight {
				color: #fff200;
				}
			
			.button {
				display: inline;
				list-style: none; 
				}
			.addy {
				display: inline-block;
				padding: 0px 20px 20px 30px;
				color: #ffffff;
				font-size: 85%;
				}
			b highlight:hover, b highlight.current {
			color: #72bcd4;}
			
			a highlight:hover, a highlight.current {
				color: #72bcd4;
		    	}
			li {
				list-style: none;
				}
			li a:hover, nav li a.current {
				color: #72bcd4;
		    	}
			li a {
				color: #ffffff;
				text-decoration: none;
				}
			nav {
				clear: both;
				color: #ffffff;
				background-color: #000000;
				height: 40px;
				}
			nav ul {
				margin: 0px;
				padding: 10px 0px 10px 40px;
				}
			nav li {
				display: inline;
				margin-right: 30px;
				}
			
			nav li a {
				color: #ffffff;}
				
			nav li a:hover, nav li a.current {
				color: #72bcd4;
				}
			footer {
				font-size: 70%;
				padding: 10px, 0px, 0px, 15px;
				text-align: center;
				clear: both;
				margin-bottom: 0px;
				color: #ffffff;
				background-color: #000000;
				}
			
		
