body {
	/*background-image: url(images/flux.jpg); 
	background-repeat: repeat*/
}

body, td, th {
	color: #ffffff;
}

h1, h2 {
	color: #ffffff;
}

h4, h5, h6 {
	color: #ffffff;
}

h3
{
    font-size: 18px;
    color: #ffffff;
}

a {
  color: blue;
}
/*Josh's changes*/
html
{
   
}

body
{
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    color:#666667;
    background-image: url(images/flux.jpg);
    background-attachment: fixed;
    background-position:top left;
	text-align:center;
	margin:0px auto;
}
 div#header
 {
    width: 944px;
	background-color: black;
	border-top: solid 0px;
	border-left: solid 14px black;
	border-right: solid 14px black;
	border-bottom: solid 3px black;
 }
 
 div#global
 {
    float:none;
    width:950px;
    clear:both;
	margin:0px auto;
	text-align:left;
 }
 
 div#content
 {
    height: auto;
    width: 968px;
    _width: 900px;
	background-color: #0c6ca6;
	border-left: solid 2px Beige;
	border-right: solid 2px Beige;
	border-bottom: solid 2px Beige;
 }
 
 div#content2
 {
    height: auto;
    width: 965px;
    _width: 900px;
	background-color: #0c6ca6;
	border-left: solid 2px Beige;
	border-right: solid 2px Beige;
	border-bottom: solid 2px Beige;
 }
 
 div#footer
 {
    height: auto;
    width: 968px;
	background-color: black;
	/*border-left: solid 2px black;
	border-right: solid 2px black;*/
	border-bottom: solid 2px black;
	font-size:10px;
    color:White;
 }
 
  div#footer2
 {
    height: auto;
    width: 971px;
	background-color: black;
	/*border-left: solid 2px black;
	border-right: solid 2px black;*/
	border-bottom: solid 2px black;
	font-size:10px;
    color:White;
 }
 
 p
 {
	font-size: 16px;
	color: #ffffff;
 }
 
 div#ContentWidth
 {
   _margin-left: 75px;
   width: 850px;
 }
 
 div#ContentJustify
 {
   text-align: justify;
 }
 
 .tdwidth
 {
     width: 150px;
    _width: 370px;
    
 }
