	@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:#FFF;	
		background-image:url(../images/backgrounds/tiles_diff_blue_2.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 */
	}
	

