body {
	background-color: #00a7dc; /* EDITABLE */
	font-family: Arial, Helvetica, sans-serif; /* EDITABLE */
	margin: 0px;
	padding: 0px;
}

/* -------- Masthead Layout --------- */

#mastheadBackground {
	background-color: #FFFFFF;
	margin: auto;
	height: 150px;
	width: 100%;
}
#mastheadWrapper {
	margin: auto;
	width: 700px;
}
#mastheadLogo {
	float: left;
	width: 250px;
	height: 100px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#mastheadCopyTitle {
	font-size: 18px;
	font-weight: bold;
	color: #004685;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#mastheadCopySubhead {
	font-size: 14px;
	font-weight: bold;
	color: #00A7DC;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#mastheadCopyDate {
	
	font-size: 12px;
	color: #004685;
	padding-top: 14px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#mastheadCopyLocation {
	font-size: 12px;
	color: #004685;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#mastheadLine {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 2px;
	width: 100%;
	clear: both;
	border-top: 2px solid #004685;
	font-size: 0px;
}
/* -------- Body Layout --------- */

#bodyBackground {
	width: 100%;
	height: 133px;
	background-image: url(_images/reg_bg_gradient_white.png); /* EDITABLE - there is an alternate dark png (reg_bg_gradient_black.png) for use over light coloured bg and we should be able to swap it in - this applies to it's occurance in the following rule - each image should be the same */
}

* html #bodyBackground {
	width: 100%;
	height: 133px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.coalescentdesign.com/dev/er/reg/_images/reg_bg_gradient_white.png', sizingMethod='scale'); /* src doesn't support relative paths to parent direcotries */
}
#bodyWrapper {
	width: 700px;
	margin: auto;
	padding-top: 15px;
}

/* -------- Minor Box Layout --------- */

.boxMinorTop {
	background: url(_images/reg_box_minor_top.png) no-repeat;
	height: 10px;
	width: 700px;
	font-size: 0px; /* for IE 6 */
}
* html .boxMinorTop {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.coalescentdesign.com/dev/er/reg/_images/reg_box_minor_top.png', sizingMethod='image');
}
.boxMinorBot {
	background: url(_images/reg_box_minor_bot.png) no-repeat top;
	height: 10px;
	width: 700px;
	font-size: 0px; /* for IE 6 */
	margin-bottom: 15px;
}
* html .boxMinorBot {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.coalescentdesign.com/dev/er/reg/_images/reg_box_minor_bot.png', sizingMethod='image');
}
.boxMinorBody {
	width: 675px;
	font-size: 12px; /* EDITABLE - we could probably sync this with .boxMainBody>font-size or put the font-size in the body tag and set it there for everything. It depends on how much granular control we want on font body size */
	color: #004685; /* EDITABLE - we could probably sync this with .boxMainBody>color or put the color in the body tag and set it there for everything. It depends on how much granular control we want on font body colours */
	background-color: #FFFFFF; /* EDITABLE */
	padding: 5px 10px 5px 15px;
}
u
