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

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #FFFFFF;
	font: 12px 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 tag */
p {
	padding-right: 20px;
	padding-left: 10px;
	font: 14px/21px Arial, Helvetica, sans-serif;
}
h1 {
	color: #000000;
	text-transform: none;
	padding-top: 5px;
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-bottom: thin inset #000000;
	border-left: thin none #000000;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-right: 40px;
	margin-left: 10px;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 770px;
	margin: 0px auto;
	height: 179px;

	}

/* Styles the div that serves as the container for the content and sidebar navigation.*/
div#container {
	width: 770px;
	margin: 0px auto;
	background: url(images/content_bg.gif) repeat-y; /* Faux column bg for page */
	border-left: 1px none #000066;
	border-right: 1px none #000066;
	border-bottom: 1px none #000066;
	float: none;
}
/* Creates DIV container for sidebar navigation */ 
div#sidebar {
	width: 180px;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	padding-left: 17px;


}
  
  .no-space {
    margin: 0px;
    padding: 0px;
  }

div#copyright {
	width: 743px;
	text-align: center;
	clear: both;
	margin: auto;
	padding-top: 10px;
	font: 9px Arial, Helvetica, sans-serif;
	color: #000000;
	float: none;
}
div#copyright a {
	color: #DF1F39;
	text-decoration: underline;
}

div#footer {
	clear: both;
	height: 49px;
	width: 770px;
	margin: 0px auto;
	background: url(images/footer.gif) no-repeat left top;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;

}



.floatright {
	float: right;
	clear: right;
	margin-bottom: 10px;
	margin-right: 21px;
	margin-left: 20px;
	border: 1px solid #000000;
}
/* ----------------- MAIN NAVIGATION ----------------- */
/* Navigation styling starts here */
div#mainnav {
	margin:0px;
	padding:0px;
	width:770px;
	background: url(images/navbar.jpg) no-repeat;
	height: 48px;
}

ul#nav {
	list-style-type:none;
	margin: 0px auto;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 10px;
	text-align: center;
}

ul#nav li {
	margin:0 5px;
	padding:0;
	display:inline;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	margin:0 auto;
	padding:0px 40px;
	display:run-in;
	text-decoration:none;
	color:#FFFFFF;
	border: 1px solid #FFFFFF;
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	background: #336600;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {
	color:#FF0000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #CCCCCC;
	border: #CCCCCC;
}

.clear {
	clear: both;
}
li {
	font: 12px Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet.gif);



}
div#content {
	float: right;
	width: 690px;
	margin: 0px 20px 0px 10px;
	padding: 0px;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 5px;
	width: 130px;
	padding-top: 10px;
}

