/*SITE COLORS
	DarkBlue = #007bb5
	LightBlue = #27d0fb
	Orange = #ff7e00
*/
#body{/*red background*/
	background-image:url('../../Images/DefaultBlue/Graphics/Utility/bg-starburst.gif');
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	font-family:Helvetica;
	background-color:#007bb5;
	margin:0px;
	margin-top:25px;
	margin-left:50px;
}
/*#topRunner{
	width:110%; 
	height:300px; 
	background-image:url('../../images/graphics/utility/CF-top-background-shadow.png'); 
	background-repeat:repeat-x; 
	background-position:top left;      
	position:fixed; 
	top:0px; 
	left:0px;    
	z-index:-1000000;
}*/
/*#btmRunner{
	width:110%; 
	height:300px; 
	background-image:url('../../images/graphics/utility/CF-btm-background-shadow.png'); 
	background-repeat:repeat-x; 
	background-position:bottom left;   
	position:fixed; 
	bottom:0px; 
	left:0px; 
	z-index:-1000000;
}*/
/*#centerRunner{
	width:110%; 
	height:300px; 
	background-image:url('../../images/graphics/utility/CF-white-background-stripe.png'); 
	background-repeat:repeat-x; 
	background-position:bottom left; 
	position:absolute; 
	top:300px; 
	left:0px;  
	z-index:-1000001;
}*/
#masterWrapper{/*Center Div that will hold all of the content......NOTE: fixed width*/
	width:776px; 
	background-color:#FFFFFF; 
	margin:auto;
	z-index:500;
	padding-right:-20px;	
	position:relative;
}
#masterWrapper-upper-left{
	position:absolute;
	width:9px;
	height:9px;
	top:0px;
	left:0px;
	z-index:100;
	background-image:url('../../Images/DefaultBlue/Graphics/Utility/body-corner-topLeft.png');
}
#masterWrapper-upper-right{
	position:absolute;
	width:9px;
	height:9px;
	top:0px;
	right:0px;
	z-index:300;
	background-image:url('../../Images/DefaultBlue/Graphics/Utility/body-corner-topRight.png');
}
#masterWrapper #masterWrapper-lower-left{
	position:absolute;
	width:9px;
	height:9px;
	bottom:0px;
	left:0px;
	z-index:300;
	background-image:url('../../Images/DefaultBlue/Graphics/Utility/body-corner-btmLeft.png');
}
#masterWrapper #masterWrapper-lower-right{
	position:absolute;
	width:9px;
	height:9px;
	bottom:0px;
	right:0px;
	z-index:300;
	background-image:url('../../Images/DefaultBlue/Graphics/Utility/body-corner-btmRight.png');
}