html {
    color:#000000;
    background-color:#f0f0f0; /* <<--comment this out...                                 */
/*
	filter:       alpha(opacity=100);   
    -moz-opacity: 1.0;   
    opacity:      1.0;
*/
/*  background: url("IMG_3462.jpg") width="1166" height="800"
                no-repeat top left alt="Data Environment, Incorporated Background";   */
    font-family:    sans-serif;
    font-face:      Geneva, Verdana, Arial, Helvetica;
    font-size:      11pt;
	font-style:     bold;
    margins:        100px,0em,0em,0em;
}
body {
/*
    padding: 2em 1em 2em 70px;
    margin: 0;
    font-family: sans-serif;
*/
    color:            black;
    background-color: #f0f0f0;
/*	
	filter:       alpha(opacity=100);   
    -moz-opacity: 1.0;   
    opacity:      1.0;
*/

    /* fixed bg graphic from http://www.w3.org/TR/CSS21/colors.html */
    background-position: top left;
    background-attachment: fixed;
    background-repeat: no-repeat;
/*  background-image: url(DataEnvironmentLogoRotated270.gif); */
}
/*
table {
    height:25px;
	width:20%;
	background-color:white;
} 

td {
    height:0px;
	text-align:center
	;vertical-align:top;
	width:100%;
} 
*/

a {
/*
    font-family:sans-serif;
    font-face:Geneva, Verdana, Arial, Helvetica;
*/
    font-size:        8pt;
	font-weight:      bold;
    text-decoration:  none;
	color:            #009999;
}

a:hover {
    color:            white;
	background-color: #009999;
	/* display:block hover changes all in the block, not just the text */
	/*display:block;*/ 
}

href {
/*
    font-family:sans-serif;
    font-face:Geneva, Verdana, Arial, Helvetica;
*/
    font-size:        11pt;
	font-weight:      bold;
    text-decoration:  none;
	color:            #009999;
}

#header {
    left:             0;
	right:            0;
    top:              0;
	bottom:           auto;
    position:         fixed;
    margin:           0;
	background-image: url('LightGray.jpg');
/*	
	background-color: ##f0f0f0;
	filter:       alpha(opacity=100);   
    -moz-opacity:     1.0;   
    opacity:          1.0;
*/
    font-size:        10pt;
	font-family:      sans-serif;
    font-face:        Geneva, Verdana, Arial, Helvetica;
	font-weight:      bold;
}
#motto {
    font-size:        12pt;
	font-weight:      bold;
	text-align:       center;
}


/*
header {
    font-family:sans-serif;
    font-face:Geneva, Verdana, Arial, Helvetica;
    width: 100%;
    background-color: #ddeeff;
    color: #000000;
    text-align: center;
    padding: 0 0 2px 0;
    border-bottom: 1px solid #000000;
    font-weight: bold;
    left: 0;
    top: 0;
    position: fixed;  position:absolute;
    margin: 0;
}
*/
