/*--XHTML Tag Selectors:--*/
a img {
	border: 0;
	}
body {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px;
	}
noscript	{
	color: #FF0000;
	}

/*--ID Selectors:--*/
div#outercontainer {	/*--Outer Page Container--*/
	background-color: #0000CC;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	min-width: 810px;
	}
div#innercontainer {	/*--Inner Page Container; Specify Background of the Page Navigation--*/
	background-color: #ECECEC;
	width: auto;
	}
div#navigation {	/*--Page Navigation--*/
	float: left;
	padding: 15px;
	width: 140px;
	}
div#home {	/*--Navigation Menu Link--*/
	height: 20px;
	padding-left: 20px;
	padding-top: 5px;
	width: 100px;
	}
	#home a {
		background: url(../PNG/Home-rollover.png) 0 0 no-repeat;
		display: block;
		height: 20px;
		width: 100px;
		}
	#home a:hover {background-position: 0 -20px;}
	#home a:active {background-position: 0 -40px;}
	#home a.current {background-position: 0 -60px;}
div#aboutus {	/*--Navigation Menu Item--*/
	height: 20px;
	padding-left: 20px;
	padding-top: 5px;
	width: 100px;
	}
	#aboutus a {
		background: url(../PNG/AboutUs-rollover.png) 0 0 no-repeat;
		display: block;
		height: 20px;
		width: 100px;
		}
	#aboutus a:hover {background-position: 0 -20px;}
	#aboutus a:active {background-position: 0 -40px;}
	#aboutus a.current {background-position: 0 -60px;}
div#capabilities {	/*--Navigation Menu Item--*/
	height: 20px;
	padding-left: 20px;
	padding-top: 5px;
	width: 100px;
	}
	#capabilities a {
		background: url(../PNG/Capabilities-rollover.png) 0 0 no-repeat;
		display: block;
		height: 20px;
		width: 100px;
		}
	#capabilities a:hover {background-position: 0 -20px;}
	#capabilities a:active {background-position: 0 -40px;}
	#capabilities a.current {background-position: 0 -60px;}
div#contactus {	/*--Navigation Menu Item--*/
	height: 20px;
	padding-left: 20px;
	padding-top: 5px;
	width: 100px;
	}
	#contactus a {
		background: url(../PNG/ContactUs-rollover.png) 0 0 no-repeat;
		display: block;
		height: 20px;
		width: 100px;
		}
	#contactus a:hover {background-position: 0 -20px;}
	#contactus a:active {background-position: 0 -40px;}
	#contactus a.current {background-position: 0 -60px;}
div#virtualtour {	/*--Navigation Menu Item--*/
	height: 20px;
	padding-left: 20px;
	padding-top: 5px;
	width: 100px;
	}
	#virtualtour a {
		background: url(../PNG/VirtualTour-rollover.png) 0 0 no-repeat;
		display: block;
		height: 20px;
		width: 100px;
		}
	#virtualtour a:hover {background-position: 0 -20px;}
	#virtualtour a:active {background-position: 0 -40px;}
	#virtualtour a.current {background-position: 0 -60px;}
div#functionality {	/*--Navigation Menu Item--*/
	height: 20px;
	padding-left: 20px;
	padding-top: 5px;
	width: 100px;
	}
	#functionality a {
		background: url(../PNG/Functionality-rollover.png) 0 0 no-repeat;
		display: block;
		height: 20px;
		width: 100px;
		}
	#functionality a:hover {background-position: 0 -20px;}
	#functionality a:active {background-position: 0 -40px;}
	#functionality a.current {background-position: 0 -60px;}
div#navigationcontent {	/*--Navigation Column Content Under the Navigation Buttons--*/
	padding-top: 20px;
	}
div#edmlink {	/*--Link to EDM Site--*/
	height: 48px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 120px;
	}
	#edmlink a {
		background: url(../PNG/EDM01-rollover.png) 0 0 no-repeat;
		display: block;
		height: 48px;
		width: 120px;
		}
	#edmlink a:hover {background-position: 0 -48px;}
div#header {	/*--Page Header--*/
	margin-left: 26%;	/*--Allows Fluid Logo Position with Window Re-Size--*/
	padding: 15px;
	width: auto;
	}
div#logo {	/*--NCIM Logo--*/
	height: 100px;
	width: 500px;
	}
	#logo a {
		background: url(../PNG/Logo01-rollover.png) 0 0 no-repeat;
		display: block;
		height: 100px;
		width: 500px;
		}
	#logo a:hover {background-position: 0 -100px;}
div#content {	/*--Page Content--*/
	background-color: #FFFFFF;
	border-right: 20px solid #ECECEC;
	margin-left: 170px;	/*--Margin Equivalent to Width of Navigation and Padding--*/
	max-width: 710px;	/*--Max Width Equivalent to Max Page Container Width, Less Navigation Column Width and it's Padding, Less Border-Right Width, Less Padding--*/
	min-width: 620px;	/*--Min Width Equivalent to Min Page Container Width, Less Navigation Column Width and it's Padding, Less Border-Right Width, Less Padding--*/
	padding-bottom: 10px;	/*--Increase if Necessary to Match Content Background to Height of Navigation Column--*/
	padding-top: 15px;
	}
div#footer {	/*--Page Footer--*/
	padding: 10px;
	width: auto;
	}

/*--Class Selectors:--*/
div.clear {	/*--To Clear Column Floats--*/
	clear: left;
	}
div.navbuttons {	/*--Format Navigation Button Spacing--*/
	padding-top: 5px;
	padding-left: 20px;
	}
p.centered {	/*--To Center a Paragraph--*/
	text-align: center;
	}
