body {
	background-image:url(../Images/bg_blue.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:67%;
	color:#577bbd;
	line-height:150%;
	scrollbar-face-color:#577bbd;
	scrollbar-highlight-color:#577bbd;
	scrollbar-3dlight-color:#577bbd;
	scrollbar-darkshadow-color:#577bbd;
	scrollbar-shadow-color:#577bbd;
	scrollbar-arrow-color:white;
	scrollbar-track-color:#b1e5ff;
}
h3 {
	font-size:130%;
	color: #e4701e;
	margin-bottom:-5px;
	line-height:150%;
}
h4 {
	font-size:110%;
	color: #e4701e;
	margin-bottom:-5px;	
}
a {
	color: #e4701e;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul {
	line-height: 1.5em;
}
ul li {
	list-style-type: none;
	padding-left: 16px;
	background-image:url(../Images/bullet.gif);
	background-repeat:no-repeat;
}
#wrapper {
	background-color:white;
	border:8px #577bbd solid;
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
#masthead {
	background-image:url(../Images/masthead.gif);
	height:90px;
}

#mastheadBanner {
	background-image:url(../Images/HP---MOE-banner.JPG);
	height:90px;
}

#content {
	width:380px;
	height:330px;
	overflow:auto;
	padding:10px;
}
#flashPanel {
	width:380px;
	height:550px;
	background-color:#fff;
}
#inset{
	width:400px;
	height:200px;
	background-color:#fff;
}
#scroller {
	width:796px;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	text-align:right;
}
.head {
	margin-bottom:-15px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}

