/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #FEFEAA url(images/bg_site.jpg) repeat-x;
	font: Verdana, Arial, Helvetica, sans-serif;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p and li tag */
p, li, td {
	font-size: 11px;
	line-height: 17px;
}
ul {
	padding:0px;
	margin-left:5px;
	list-style-position: inside; 
    list-style-type: disc;
}
h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	line-height: 16px;
	margin:0px;
}
h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	line-height: 14px;
	margin:0px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
.right {
	float: right;
	margin: 15px 0px 0px 10px;
}
/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 770px;
	margin: 0px auto;
	}
div#heading {
	width: 760px;
	margin: 0px auto;
	color: #FEFEAA;
	padding:5px;
	background: #000;
	width:760px;
}
/* Styles the div that serves as the container for the content and sidebar navigation.*/
div#container {
	width: 770px;
	margin: 0px auto;
	/* background: #FEFCE3;*/
	 background: #E6ECFD;  
}
/* Creates DIV container for content */ 
div#content {
	width: 750px;
	margin: 10px auto;
}
div#promise{
	width: 420px;
	padding-bottom:10px;
	background:#FEFEAA;
	float:left;
	margin-bottom:5px;
}
div#promise h2{
	width: 400px;
	color:#FEFEAA;
	background: #000;
	padding:5px 10px;
}
div#promise p{
	padding:0px 10px;
}
table#numbers {
	width: 420px;
	float:left;
	margin-bottom:5px;
	}

div#copyright {
	background: #000;
	font-size: 9px;
	width: 770px;
	margin: 0px auto;
	text-align: center;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:5px 0px;
	color: #DDE6FE;
}
div#copyright a {
	color: #EBF0FE;
	text-decoration: underline;
}
