@charset "utf-8";
/* CSS Document */

img {
border: 0px;
} 


body {

   margin: 0 auto;
  }

body{
background-color:#b0c4de;
background-repeat: repeat-x; 
}

h1 {color:#5A5B5B;}
h2 {color:#5A5B5B;}
h3 {color:#5A5B5B;}
h5 {color:#5A5B5B;}
p {color:#5A5B5B;}



/*CONTAINER THAT WORKS IN ALL BROWSERS*/
#container{
 position: relative;
 margin: 0 auto; 
 border: 1px solid gray; 
 padding: 0; 
 width: 850px; 
 text-align: left; 
 background-color: #ffffff;
  text-align: center;
}




/*HEADER*//*make header image 660x262 to fit container*/

#pageHeader { padding: 0px 0 0 55px;
background-image: url(content/header.jpg);
background-repeat: no-repeat;
height: 275px;
color: #FFFFFF;
width: 850px;
}



#supportingText{
font-size: 90%;
margin-right: 166px;
margin-left:10px;
padding-left: 150px;
text-align: left; 
}


/* 4FOOTER*//*insert this DIV last*/

#footer{ position: center; padding: 5px 10px 10px 20px;
}
#footerMarquee{
position: center;
padding: 5px 10px 5px 5px;
width:300px;
color: #D4D4D4;
}


#ColumnLeft {
	float:left;
	width:155px;
	padding-left: 255px;
	text-align: left;
}
#ColumnRight {
	float:right;
	width:155px;
	padding-right: 255px;
	text-align: left;
}

.p{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x; 
}


.headz{
      background-image: url(../images/SED-logo.gif);
position:absolute;
left:0px;
top:0px;


}

headz{
      background-image: url(../images/SED-logo.gif);
position:absolute;
left:0px;
top:0px;

}


#header{
      background-image: url(../images/header.png);
      background-repeat: no-repeat;
      background-position: left top;
	  width:850px;
		height:275px;

}

.headerfloat{
	float: left;
	position:relative;
	top:2px;
	left:14px;
	right:0px;
	text-align:left
}



.pullquote {
	width: 20%;
	font-size:125%;
	line-height:140%;
	margin:10px;
	background: url(../images/q.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
	background: url(../images/q.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}
/*../images/q.gif*/

