body { 
	margin				: 0;
	padding				: 0;
	background-image	: url("../../assets/images/common/bg_beige.gif");	/* directory relative to style sheet */
	background-repeat	: repeat-y;
	background-color	: #DEE6E9;
}

.stripecontent {
	position			: absolute;
	top					: 93px;
	height				: 404px;
	width				: 100%;
	background-image	: url("../../assets/images/common/bg_dark.gif");	/* directory relative to style sheet */
	background-color	: #CED7DE;
}

.whitebox { 
	position			: absolute;
	top					: 0px;
	left				: 36px;
	width				: 800px;
}

.box_00 { 
	position			: relative;
	height				: 30px;
	background-color	: #FFFFFF;
}

.box_01 { 
	position			: relative;
	width				: 800px;
	padding-bottom		: 6px;
	background-color	: #FFFFFF;
}

.box_03 { 
	position			: relative;
	padding-top			: 40px;
	background-color	: white;
}

.box_04 { 
	position			: relative;
	height				: 4px;
	background-color	: white;
}

.box_05 { 
	position			: relative;
	height				: 35px;
}

.box_01_left { 
	float				: left;
	width				: 165px;
}	

.box_01_right { 
	float				: right;
	width				: 632px;
}

.box_01_logo {
	position			: relative;
	top					: 0px;
	left				: 0px;
	width				: 165px;
	height				: 131px;
	background-image	: url("../../assets/images/common/logo.gif");	/* directory relative to style sheet */
}

.box_01_menu {
	position			: relative;
	top					: 3px;
	left				: 0px;
	width				: 165px;	
	height				: 334px;
	/* background-color	: #022D62;*/
	background-image	: url("../../assets/images/common/left/menu_blueprint.jpg");	/* directory relative to style sheet */
}

.box_01_header { 
	position			: relative;
	top					: 0px;
	left				: 0px;
	width				: 632px;	
	height				: 60px;
	z-index				: 700;		/* for drop down menus */
}

.headercontainer {
	position			: absolute;
	margin-top			: 6px;
	margin-left			: 16px;
}

.straplinebox {
	margin: 0;
}

.menubox {
	margin-top			: 6px;
	height				: 26px;
	z-index				: 700;		/* for drop down menus */
}

.content {
	position			: relative;
	width				: 630px;
	height				: 405px;
}

.clr { 
	clear				: both;
} 

.footer {
	position			: relative;
	padding-top			: 40px;
	text-align			: center;
	background-color	: #FFFFFF;
}
