/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color:  #f4f9ff;
}
/*this container holds the logo and heading graphic*/
    #header {
	background-image:  url(/images2/speerec1_header_bg.gif);
	background-repeat: repeat-x;
	height: 85px;
	width: 770px;
	}
/*this container holds the horizontal navigation bar and defines the background image*/	
	#navbar {
	width: 770px;
	top: 50px;
	background-repeat: no-repeat;
	background-image: url(/images2/speerec1_hnav_bg.gif);
	padding-left: 20px;
}

/*this defines the font style and color, also the gradient background image*/
    body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	background-image:   url(/images2/speerec1_gradient_bg.gif);
	color: #333333;
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
/*floats image or div to the left*/
    .left {
	float: left;
}
/*floats image or div to the right*/
   .right {
	float: right;
}
 /*sets margins to 0*/
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*style the text */
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	margin-left: 0px;
	padding-left: 20px;
	font-size: 80%;
	line-height: 1.3em;
	margin-right: 10px;
}

/*style the heading1 text */
h1 {
	font-size: 100%;
	margin: 0px 20px 10px;
	padding-top: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007bc6;
	padding-bottom: 2px;
}
h2 {
	margin: 0 20 4;
	font-size: 90%;
	background-color: #c9d1da;
	border-bottom-color: #007bc6;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
h3 {
	margin: 0 20 4;
	font-size: 90%;
	background-image: url(/images2/speerec1_h2_bg.gif);
	background-repeat: no-repeat;
	border-bottom-color: #007bc6;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
/*defines the style for ordered lists (numbered) */ 
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
/*defines the style for unordered lists (bulleted) */ 
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image:  url(/images2/speerec1_bullet.gif);
	font-weight: normal;
	font-size: 80%;
	margin-left: 35px;
	padding-left: 20px;
	padding-bottom: 10px;
}
/*floats logo graphic to the left */
div.row span.left {
  float: left;
  text-align: left;
  }
/*floats heading graphic to the right */
div.row span.right {
  float: right;
  text-align: right;
  }

 /*link styles*/
a:link {
	color: #00456f;
font-size:90%;
}
a:visited {
	color: #00456f;
font-size:90%;
}
a:link:hover {
	color: #007bc6;
font-size:90%;
}
/*style the text and define background image for the footer*/
#footer {
	width: 770px;
	clear: right;
	font-size: 80%;
	text-align: center;
	background-image: url(/images2/speerec1_footer_bg.gif);
	background-repeat: no-repeat;
	height: 32px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 22px;
	background-color: #FFFFFF;
}
/*floats image to the left of text blocks*/
.imagefloat {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}