/* Home Page Formatting */
body.layout {
	background-color: #002C68;
	background-image: url(../images/edges/cloud_2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
}
/* Wrapper */
body.layout #wrapper {
	background-color: #FFFFFF;
	background-image: url(../images/edges/1_edg_l.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
body.layout #wrapper_r {
	background-image: url(../images/edges/1_edg_r.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
body.layout #header {
	background-image: url(../images/edges/1_edg_t.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
body.layout #banner_1 {
	background-image: url(../images/edges/1_cnr_tl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body.layout #search_box {
	background-image: url(../images/edges/1_cnr_tr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
body.layout #footer {
	text-align: center;
	clear: both;
	background-image: url(../images/edges/1_edg_b.gif);
	background-repeat: repeat;
	background-position: 0px bottom;
}
body.layout #footer_l {
	background-image: url(../images/edges/1_cnr_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
body.layout #footer_r {
	background-image: url(../images/edges/1_cnr_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
body.layout h1 {
	color:#000000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
