/* blue*/
body { 
	background:#0034CD url(../images/css/bg_blue_body.jpg) top center repeat-x; 
	}

div#pageHolder {
	/*background:url(../images/css/bg_blue_pageHolder.jpg) top left repeat-y;*/
	background:url(../images/css/bg_blue_pageHolder.gif) top left repeat-y;
}


div#header {
	background:url(../images/css/bg_blue_header.jpg) top left no-repeat;
}

div#footer {
	/*background:url(../images/css/bg_blue_footer.jpg) center no-repeat;*/
	background:url(../images/css/bg_blue_footer.gif) bottom left no-repeat;
}

/* =============================================================== */
/* BOX MODIFIERS */  /* used to jazz up sections with pages colors... */
/* =============================================================== */
/*blue blue blue*/	
	div.blueBG * { color:white; }
	div.blueBG {
		background:transparent url(../images/css/bg_blue_body.jpg) top center;
		color:white;
		padding-bottom:4px;
		position:relative;
	}
		div.blueBG img {
			border:2px solid white;
		}
		div.blueBG p {
			color:white;
		}
		div.blueBG a:link, .blue:visited {
			font-weight:bold;
		}
		div.blueBG span.lc {
			width:15px; height:15px;
			background:url(../images/css/bg_left_rounded_corner_blue.gif) bottom left no-repeat;
			position:absolute;
			bottom:0px;
			left:0px;
			z-index:5;
		}
		div.blueBG span.rc {
			width:15px; height:15px;
			background:url(../images/css/bg_right_rounded_corner_blue.gif) bottom left no-repeat;
			position:absolute;
			bottom:0px;
			right:0px;
			z-index:6;
		}
		div.contentHolderBlue, div.contentHolderblue {
			background:#0015C8;
			padding:1px 0;
		}
		
		

div.blueBG form {
	margin:4px 0;
}
	div.blueBG form input, div.blueBG form select, div.blueBG form option {
		color:#000;
	}
=	}div.blueBG form label span {
		margin-right:3px;
		font-weight:bold;
	}
		div.blueBG h3 {
			margin:2px 5px; padding-top:5px;
		}	
				div.blueBG h2 {
			margin:2px 5px; padding-top:5px;
		}	