/* ========= 
layout boxes
========= */

#mastHead {
	margin: 0px;
	padding: 0px;
	height: 84px;
	width: 100%;
	background: #E4E4E4 url("../images/masthead_background.gif") repeat-x;
}

#globalNav {
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 100%;
	border-bottom: 10px solid #000066;
	font-size: 93%;
	line-height: normal;
	background: #E4E4E4 url("../images/globalnav_backgound.gif") repeat-x bottom;
}

#leftContent {
	float: left;
	margin: 1% 1% 0% 0.5%;
	padding: 5px 2px 5px 2px;
	height: auto;
	width: 20%;
	overflow: hidden;
	border-top: 10px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	text-align: left;
	background-color: #FFF;
}

#mainContent {
	float: left;
	margin: 0%;
	padding: 1.5%;
	height: auto;
	width: 74%;
	background-color: #FFD;
}

#footer {
	clear: left;
	position: relative;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #FFD;
}
