	@import url(topmenu_silver.css);	/*must be placed at the top */
	@import url(sidemenu_gray.css);	/*must be placed at the top */
	@import url(quickpost_silver.css);	/*must be placed at the top */

	body { /* covers the entire screen */
		background-color:#fff;	
		background-image:url(../images/backgrounds/tiles_diff_gray.jpg);
	}


	.pagecontent { /* covers all content, but not the margin */
		border: 1px solid #eeeeee;
		background: #fff url(../../images/pixels/pixelblank.gif);
		background-repeat : repeat-x;
	}
	
	
	
	.timedisplay {
		/*font-family: verdana, arial, helvetica, sans-serif;*/
		font-size:10px;
		color:#4682b4; /* steelblue */
	}
	

