@import url(/includes/css/topplatform.css);
@import url(/includes/css/bottomplatform.css);
@import url(/includes/css/lightbox.css);


/*********************
 * allows html to always have scroll bars
 *********************/
html { overflow-y: scroll; }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px 0px 0px 0px;
	text-align:center; /* required to center entire body in IE */
	background: url(/includes/images/bodybackground.gif) repeat-y center #969aa6;

}

.whiteBackround {
	background-image:none;
	background-color:#fff;
}

.nobackground {
	background:url(/includes/images/bodybackground_noleft.gif) repeat-y center #969aa6;
}

#bodycontainer {
	position:relative;
	width: 1000px;
	height:auto;
	margin: 0px auto;
	padding-bottom: 20px;
	/* below is needed for a firefox bug when the browser width is less than 1000px */
	background:url(/includes/images/leftnav_bkgd.gif) repeat-y;
}

#bodycontainer_noleft {
	position:relative;
	width: 1000px;
	height:auto;
	margin: 0px auto;
	padding-bottom: 20px;
	background-image:none;
}

