html, body {
	background-color: 						#efefef;
	margin:									0 auto;
	height: 								100%;
	font-family: 							Verdana;
	}

input.insertField{
	font-family: 							Verdana;
	font-size: 								12px;
	color: 									#434343;
	border:									1px dotted #434343;
	width:									100%;
	}

textarea.insertArea{
	font-family: 							Verdana;
	font-size: 								12px;
	color: 									#434343;
	border:									1px dotted #434343;
	width:									100%;
	}
	
a {
	font-family: 							Verdana;
	font-size: 								12px;
	color: 									#C26401;
	}
	
img{
	border:									none;
}
	
a:link {
	text-decoration: 						none;
	}
	
a:visited {
	text-decoration: 						none;
	color: 									#C26401;
	}
	
a:hover {
	text-decoration: 						underline;
	color: 									#383838;
	}
	
a:active {
	text-decoration: 						none;
	color: 									#1654A2;
	}
	
.PageLeftBG {
	background-attachment: 					scroll;
	background-image: 						url(../page_left_bg.gif);
	background-repeat: 						repeat-x;	
	background-position: 					left top;
	background-color:						#9A9A9A;
	}

.PageLeftFooterBG{
	height:									29px;
	background-color:						#9A9A9A;
	}
	
.PageMiddleBG {
	width:									1000px;	
	position:								relative;
	}

.PageMiddleFooterBG{
	height:									29px;
	width:									1000px;
	}
	
.PageRightBG {
	background-attachment: 					scroll;
	background-image: 						url(../page_right_bg.gif);
	background-repeat: 						repeat-x;
	background-position: 					right top;
	background-color:						#9A9A9A;
	}

.PageRightFooterBG{
	height:									29px;
	background-color:						#9A9A9A;
	}
	
.MainContainer{
	background-attachment: 					scroll;
	padding-top: 							20px;
	padding-bottom:							30px;
	height:									100%;
	}	
	
#HeaderContainer{
	height: 								81px;
	background-color:						#dddddd;
	}

.KBRLogo{
	background-image: 						url(../kbr_logo.jpg);
	width: 									147px;
	height: 								81px;
	float: 									left;
	}

.HeaderTopMenu{
	float: 									right;
	padding: 								15px;
	}

#MainMenu{
	background-image: 						url(../main_menu.gif);
	height: 								31px;
	font-family: 							Trebuchet MS;
	}

.MenuButton{
	font-family: 							Verdana;
	font-size: 								14px;
	color: 									#FFFFFF;
	font-weight: 							bold;
	position: 								relative;
	float: 									left;
	padding-top: 							2px;
	padding-left: 							25px;
	padding-right: 							25px;
	}
.MenuButton:link {
	color: 									#FFFFFF;
	text-decoration: 						none;
	font-family:							Trebuchet MS;
	}
.MenuButton:visited {
	text-decoration: 						none;
	color: 									#FFFFFF;
	font-family:							Trebuchet MS;
	}
.MenuButton:hover {
	text-decoration: 						none;
	color: 									#383838;
	font-family:							Trebuchet MS;
	}
.MenuButton:active {
	text-decoration: 						none;
	color: 									#383838;
	font-family:							Trebuchet MS;
	}	
#BannerContainer{
	background-image: 						url(../banner_bg_01.gif);
	height: 								314px;
	}

#LeftColumn{
	width: 									680px;
	float: 									left;
	background-position:					right top;
	}
	
#CenterColumn{
	width: 									535px;
	float: 									left;
	background-position:					right top;
	}

.LeftColumnHeader{
	background-image: 						url(../title_bg.gif);
	height: 								29px;
	}

.LeftColumnIndex{
	padding-left:							12px;
	font-size:								10px;
	color:									#3C3D3E;
	}
	
#MiddleColumn{
	padding-left: 							45px;
	width: 									163px;
	float: 									left;
	height:									auto;
	}

.MiddleColumnHeader{
	background-image: 						url(../referenties_bg.gif);
	background-repeat:						no-repeat;
	height: 								29px;
	}
	
#RightColumn{
	width: 									192px;
	float: 									left;
	}

.RightColumnHeader{
	background-image: 						url(../contact_bg.gif);
	height: 								29px;
	}

.RightColumnIndex{
	padding-left:							12px;
	font-size:								12px;
	color:									#3C3D3E;	
	}
	
h1{
	margin: 								0px;
	padding-bottom: 						0px;
	padding-right: 							0px;
	padding-left: 							10px;
	padding-top: 							3px;
	color: 									#FFFFFF;
	font-size: 								14px;
	Font-family:							Trebuchet MS
	}

h2{
	margin: 								0px;
	margin-bottom: 							10px;
	margin-right: 							10px;
	padding-right: 							0px;
	padding-left: 							0px;
	padding-top: 							2px;
	color: 									#C26401;
	font-size: 								12px;
	font-weight:							bold;
	font-family:							Trebuchet MS;
	}

#footerIndex{
	background-image: 						url(../footer_bg.gif);
	height: 								19px;
	text-align:								center;
	padding-top:							10px;
	color:									#4B081C;	
	font-size:								10px;
	}	
	
.FooterMenu:link {
	color: 									#410517;
	text-decoration: 						none;
	font-size:								10px;
	}
	
.FooterMenu:visited {
	text-decoration: 						none;
	color: 									#410517;
	font-size:								10px;	
	}
	
.FooterMenu:hover {
	text-decoration: 						none;
	color: 									#000000;
	font-size:								10px;
	}
	
.FooterMenu:active {
	text-decoration: 						none;
	color: 									#000000;
	font-size:								10px;
	}