	@import url(topmenu_blue.css);	/*must be placed at the top */
	@import url(sidemenu_blue.css);	/*must be placed at the top */
	@import url(quickpost_blue.css);	/*must be placed at the top */

	body { /* covers the entire screen */
		background-color:#cfeefc;		
		background-image:url(../images/backgrounds/tiles_diff_blue.jpg);
	}

	.pagecontent { /* covers all content, but not the margin */
		border: 1px solid #75cff7;
		border-width: 1 1 1 1;
		background:#1f5fa5;
	}

	#sidemenucontainer .sidemenuheadingleft { 
		background-image:url(../images/borders/roundedheaderblugradient/images/topleft.gif);
	}

	#sidemenucontainer .sidemenuheadingmiddle { 
		background-image:url(../images/borders/roundedheaderblugradient/images/top.gif);
	}
