body { 
	margin				: 0;
	padding				: 0;
	background-image	: url("../../../assets/images/common/back.gif");	/* directory relative to style sheet */
}

.spacebox {
	position			: relative; 
	left				: 50%; 
	top					: 10px; 
	width				: 782px;
	margin-left			: -391px;
	padding-bottom		: 20px;
}

.mainbox {
	position			: relative; 
	background-color	: white;
	border				: solid #CCCCCC 1px;
}

.header { 
	position			: relative; 
	top					: 0px; 
	height				: 130px;
	z-index				: 700;		/* for drop down menus */
}

.headernewstop {
	position			: absolute; 
	top					: 0px; 
	width				: 100%; 
	height				: 16px;
	background-color	: #ECF1F5; 
}

.headernewsright {
	position			: absolute; 
	right				: 0px; 
	top					: 16px; 
	width				: 386px; 
	height				: 26px;
	background-color	: #ECF1F5; 
	padding-top			: 2px;
}

.headerlogo {
	position			: absolute; 
	left				: 20px; 
	top					: 38px; 
	width				: 216px; 
	height				: 36px;
}

.menubox {
	position			: relative;
	bottom				: 0px; 
	top					: 70px; 
	width				: 100%; 
	height				: 53px;
	z-index				: 700;		/* for drop down menus */
}

.menu {
	position			: absolute; 
	top					: 0px; 
	top					: -3px; 
	left				: 180px; 
	width				: 636px; 
	height				: 24px;
	z-index				: 700;		/* for drop down menus */
}

.greenstripe {
	position			: absolute; 
	bottom				: 8px; 
	width				: 100%; 
	height				: 21px;
	background-color	: #7CB044; 
}

.bluestripe {
	position			: absolute; 
	bottom				: 0px; 
	width				: 100%; 
	height				: 6px;
	background-color	: #26678F; 
}

.contentBox { 
	margin				: 0 auto;
	margin-top			: 6px;
}

.leftMenu { 
	float				: left;
	width				: 139px;
	background-color	: #D9E3D8; 
}

.menuItem {
	margin-left			: 0px;
	margin-right		: 0px;
	margin-top			: 6px;
}

.footer {
	position			: relative; 
	height				: 28px;
	background-color	: #5D8688; 
	padding-top			: 10px;
}

.footertext {
	position			: relative; 
	color				: white;
}
a.footertext:link		{ text-decoration: none; }
a.footertext:active		{ text-decoration: none; }
a.footertext:visited	{ text-decoration: none; }
a.footertext:hover		{ text-decoration: underline; }
