body 
{
background-image:url(../dfsiteimages/SpaceBackground.jpg);
margin:0
padding: 0;		
text-align: center;
}
	
#menu
{
position : fixed;
height : auto;
top : 0;
left : 0;
width : 150px;
margin : 0px 0px 0px 0px;
color: white;
padding : 3px;
text-align: center;
overflow : auto;
}

#contents
{
 position : fixed;
 top : 0;
 left : 150px;
 bottom : 0;
 margin : 0px 0px 0px 0px;
 width : auto;
 height : auto;
 padding-left : 5px;
 padding-right : 12px;
 color : #000000;
 border-left : 2px solid #cccccc;
 overflow : auto;
 background-image:url(../dfsiteimages/blueback.gif);
}

a:link {color: #0000FF }
a:visited {color: #000099 }
a:hover {color: #333366 }

a.footer:link {color: #0000FF; font-size:10px }
a.footer:visited {color: #000099; font-size:10px }
a.footer:hover {color: #333366; font-size:10px }

a.nav:link {color: #FFFFFF; font-size:12px }
a.nav:visited {color: #FFFFFF; font-size:12px }
a.nav:hover {color: #0000FF; font-size:12px }

img.floatLeft { 
    float: left; 
    margin: 7px; 
}
img.floatRight { 
    float: right; 
    margin: 7px; 
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(../dfsiteimages/TabOff.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: black !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(../dfsiteimages/TabOn.jpg) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content container - this sizes the content frame*/
border: 10px solid gray;
width: 100%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


		


/* table.main
{
background-image:url(../dfsiteimages/blueback.gif);
width: 100%;
height: 100%;
text-align: left;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
border: 1px #6699CC solid;
border-collapse: separate;
border-spacing: 0px;
} */

/* td.nav
{ 
background-image:url(../dfsiteimages/SpaceBackground.jpg);
width: 130px;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;
border-bottom: 2px solid #6699CC;
border-left: 1px solid #6699CC;
text-indent: 5px;
}*/







