@charset "utf-8";
#header  {
	width: 800px;
	height: 212px;
	background-image: url(../images/Banner-rs.jpg);
	background-repeat: no-repeat;
} 
.subHead {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	color: #FFFF99;
	padding-top: 15px;
	margin-bottom: 0px;
}
#headerImg {
	padding-top: 40px;
	padding-left: 10px;
}

#leftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 380px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#leftColumn p {
	line-height: 1.5em;
	margin-top: 5px;

}
#leftColumn ul {
	margin-top: 5px;
	list-style-position: outside;
	list-style-type: disc;
}


#leftColumn li {
	line-height: 1.5em;
	list-style-type: disc;
	list-style-position: outside;

}



#rightColumn  {
	width: 370px;
	float: right;
	padding-right: 20px;
	text-align: right;
}
#rightColumn   p {
	text-align: right;
	margin-top: 10px;
}
#rightColumn  p  a {
	color: #FFFFFF;
}
#footer  {

} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

