
/*

body {
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
		padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/background.jpg);

}

html {
	height: 100%;

}

*/


.table {
	margin-left: 15px;
}


html, body {
	
	height:100%;
		margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-width: 1005px;
	
	position:relative;
	/*overflow:auto;*/
}

/*div#bg
{
	bottom:0;
	left:0;
	overflow:hidden;
	position:fixed;

	width: 100%; 
	height: 100%;
	
	position: absolute; 
	z-index: 2;

}


div#bg img#bgimage
{
	position:relative;
	width:100%;
	z-index: 1;
}

*/

/* COPIED FROM NACG */

div#bg
{
	top:0;
	left:0;
	overflow:hidden;
	position:fixed;
	width:100%;
	z-index: -1;
		min-width: 1005px;
}

div#bg img#bgimage
{
	position:relative;
	width:100%;
}




img.floatLeft { 
    float: left; 
    margin-right: 15px;
	margin-bottom: 10px; 
}
img.floatRight { 
    float: right; 
    margin-left: 15px; 
	margin-bottom: 10px; 
}







.textORANGE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F37121;
	text-decoration: none;
}

.textBLUE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0096D7;
	text-decoration: none;
}

.menuTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0096D7;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 8px;
}


.menuTEXT a:hover {
	color: #F37121;

}

/* Drop-down nav */

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
}

li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0 11px 0 7px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

li a {
  color: #0096D7;
  text-decoration: none;
}

li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
}

li ul li {
    clear: both;
    padding: 5px 0 0 0;
}

li>ul {
  top: auto;
  left: auto;
}

li:hover ul, li.over ul { display: block; }

/* End - Drop-down nav */

.layout {
	padding-left: 35px;
	padding-right: 25px;
	vertical-align: top;
	padding-top: 25px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0096D7;
	text-decoration: none;
}
.textBLACK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}


.textBLACK a:link {
	color: #0096D7;
	text-decoration: underline;

}

.textBLACK a:hover{
	color: #F37121;
	text-decoration: underline;

}






.headORANGE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F37121;
	text-decoration: none;
}
.headBLACK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.linksblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0096D7;
	text-decoration: underline;
}
.chartBLACK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.subheadBLUE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0096D7;
	text-decoration: none;
}
.textitalicBLACK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-style: italic;
}

