/* FORMAT PAGE ELEMENTS
----------------------------------------------- */
#header {
	text-align: left;
}
.space {
	margin-top: 2px;
}
.clear {
	font-size: 1px; height: 1px;
}


/* FORMAT BLUE ROUNDED CORNERS
----------------------------------------------- */
.bl-b {
	background: url(/images/bl-b.gif) 0 100% no-repeat #114577;
}
.br-b {
	background: url(/images/br-b.gif) 100% 100% no-repeat;
}
.tl-b {
	background: url(/images/tl-b.gif) 0 0 no-repeat;
}
.tr-b {
	background: url(/images/tr-b.gif) 100% 0 no-repeat; 
	padding: 10px; 
	text-align: center;
}


/* FORMAT LIGHT BLUE ROUNDED CORNERS
----------------------------------------------- */
.bl-lb {
	background: url(/images/bl-lb.gif) 0 100% no-repeat #1187DE;
}
.br-lb {
	background: url(/images/br-lb.gif) 100% 100% no-repeat;
}
.tl-lb {
	background: url(/images/tl-lb.gif) 0 0 no-repeat;
}
.tr-lb {
	background: url(/images/tr-lb.gif) 100% 0 no-repeat; 
	padding: 10px;
	height: 173px;
}


/* FORMAT LIGHT GREEN ROUNDED CORNERS
----------------------------------------------- */
.bl-lg {
	background: url(/images/bl-lg.gif) 0 100% no-repeat #98CB00;
}
.br-lg {
	background: url(/images/br-lg.gif) 100% 100% no-repeat;
}
.tl-lg {
	background: url(/images/tl-lg.gif) 0 0 no-repeat;
}
.tr-lg {
	background: url(/images/tr-lg.gif) 100% 0 no-repeat; 
	padding: 10px;
	height: 112px;
}


/* FORMAT FOOTER ROUNDED CORNERS
----------------------------------------------- */
.bl-ftr {
	background: url(/images/bl-lb.gif) 0 100% no-repeat #1187DE;
}
.br-ftr {
	background: url(/images/br-lb.gif) 100% 100% no-repeat;
}
.tl-ftr {
	background: url(/images/tl-lb.gif) 0 0 no-repeat;
}
.tr-ftr {
	background: url(/images/tr-lb.gif) 100% 0 no-repeat; 
	padding: 10px; 
	text-align: center;
}