/* 3 col flanking menus */

/*  margin: from top 60px,  from right side 140px, between boxes 20px , from left side 250px;    */

body {
color:#333;
background-color:white;
margin:20px;
padding:0px;
font:11px verdana, arial, helvetica, sans-serif;

}


img { /* defines the css for the <img> tag */
	border: 0px; /* set border width to 0 pixels */
}

h1 {
margin:0px 0px 15px 0px;
padding:0px;
font-size:20px;
font-weight:900;
color:#333;
}
h2 {
font:bold 12px/14px verdana, arial, helvetica, sans-serif;
margin:0px 0px 5px 0px;
padding:0px;
}

h3 {
font:bold 10px/12px verdana, arial, helvetica, sans-serif;
margin:0px 0px 5px 0px;
padding:0px;
}

p {
font:11px/20px verdana, arial, helvetica, sans-serif;
margin:0px 0px 16px 0px;
padding:0px;
}


ol { 
font:11px/20px verdana, arial, helvetica, sans-serif;
  
  color:#000; background:#ccc;
  margin:10px 0px 16px 50px;
  padding:10px;
 
}

.hidden {
  visibility:hidden;
  margin:0; padding:0;
}

.content {
  position:relative;
  top:40px;
  color:#000; background:#ccc;
  margin:18px 126px 1px 185px;
  padding:10px;
  border:1px solid #009;
  voice-family: "\"}\"";
  voice-family: inherit;
 

}

html>body .content {  top:57px;   }



.contentwide {
  position:relative;
  top:40px;
  color:#000; background:#ccc;
  margin:18px 126px 1px 2px;
  padding:10px;
  border:1px solid #009;
  voice-family: "\"}\"";
  voice-family: inherit;
}

html>body .contentwide {  top:57px;  	}



#content1 {
  border-top:3px solid #008;
}
#content2 {
  border-bottom:3px solid #008;
}
#floater {
  position:absolute; visibility:hidden;
  width:130px; height:auto;
  color:#000; background:#ccc;
  margin:0; padding:4px;
  border:1px solid #009;
  border-top:3px solid #008;
}
  

#navAlpha {
position:absolute;
width:183px;
top:75px;
left:5px;
border:1px dashed black;
background-color:#eee;
padding:10px;
z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
voice-family: "\"}\"";
voice-family:inherit;
width:161px;
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:161px;}







table  { }

#apply1 {  border:1px solid #000000;
                background-color: #dddddd;
    	        width: 320px;  }


#apply2 {  border:1px solid #000000;
                background-color: #dddddd;
    	        width: 120px;  }


.data {         border:2px solid #dddddd;
                background-color: #dddddd;
	        color: red;
	        text-align: right; }

.toprow {       border:2px solid #000000;
                background-color: #666688;
	        color: white; 
	        text-align: center;
                font-size:12px;
                font-weight:400;
                font-style: bold;  }

.leftcol {     color: #FF0000;
	       font-weight: bold;
	       text-align: right;
	       width: 150px;
               background-color: #dddddd;  }

.smallcol {     color: #FF0000;
	       font-weight: bold;
	       text-align: left;
	       width: 150px;
               background-color: #dddddd;  }








