/* 
    Created on : 26-May-2018, 18:21:48
    Author     : barry
*/

@charset "utf-8"; 


html, body {
	background-color: white;
}

body {
	color: #666;
	margin: 0;
	font-size: small;
}

header {
	margin:0 auto;
	position:relative; 
	text-align:left;
	width: 935px;
	clear:left;
	background-color:#f00;
}

.header_ncl{
    padding-left: 250px;
    font-weight: bold;
    font-size: 45px;
    text-align: left;
}

.header_text{
    padding-left: 250px;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}

.flex-container {	
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.flex-container > div {
    vertical-align: middle;
    border-width:  medium;
    font-size: 20px;
    font-weight: bold;
    margin: 10px;  
    padding: 20px;
}

.tech-list {
    font-size: 16px;
    font-weight: bold;
}

.tech-list-content {
    text-align: left;
    align-content: flex-start;
    font-size: 14px;
    font-weight: normal;
}

#container {
	margin:0 auto;
	position:relative; 
	text-align:left;
	width: 1020px;
}

#pageheader	{
    width: 1020px;
    height: 150px;
    font-family: Times new roman, Lucida Grande, Verdana, Arial, sans-serif; 
    background-color:#fff;

}

#pagebody {
	color: #000;
	text-align:center; /* horizontal centering for IE Win quirks */
	background-color: #fff;
	margin: 0;
	font-size: small;
	width: 100%;
	height: 700px;
}

#pagefooter {
    /*position:relative;*/
    background-color: #fff;
    text-align: center;  
    color: black;
}
