/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #000000;
}

/* 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 tag */
p {
	padding-right: 20px;
	padding-left: 20px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1 {
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 5px;
	border-bottom: 1px solid #CD1412;
	margin-left: 20px;
	margin-right: 45px;
	margin-bottom: 25px;
	font: bold 16px Arial, Helvetica, sans-serif;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 714px;
	margin: 0px auto;
	background: url(images/header.jpg);
	height: 172px;
	}

/* Styles the div that serves as the container for the content and sidebar navigation.*/
div#container {
	width: 714px;
	margin: 0px auto;
	background: url(images/content_bg.gif) repeat-y;
}
/* Creates DIV container for sidebar navigation */ 
div#sidebar {
	width: 140px;
	float: left;
}
/* Creates DIV container for content */ 
div#content {
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 35px;
}
  
  .no-space {
    margin: 0px;
    padding: 0px;
  }

div#copyright {
	width: 745px;
	text-align: center;
	clear: both;
	margin: auto;
	padding-top: 20px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
div#copyright a {
	color: #FFFFFF;
	text-decoration: underline;
}

div#footer {
	clear: both;
	padding: 0px;
	height: 36px;
	width: 714px;
	background: url(images/footer.gif) no-repeat left top;
	margin: 0px auto;
}



.floatright {
	float: right;
	clear: right;
	margin-bottom: 10px;
	padding-left: 20px;
	margin-right: 17px;
}
.clear {
	clear: both;
}
li {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	list-style: disc url(none) outside;
	color: #FFFFFF;
}

