body{
font-family: arial, san-serif;
font-size: 11pt;
margin:0;
padding:0;
}

table
{
/* changed from 11 for prob with IE */
font-size:10pt;
}

input
{
/* changed from 11 for prob with IE */
font-size:10pt;
}


#container
{
position: relative;
width: 100%;
margin-top: 8px;
}

#dislogo
{
position: absolute;
width:215px;
height:31px;
left: 10px;
top: 0px;
background-image: url( dislogosmall.jpg );
}
#pghead
{
position: absolute;
width: 600px;
height:34px;
left: 260px;
text-align: center;
font-size: 25px;
background-color: #ff8500;
border: 2px solid #aa8500;
padding-top: 2px;
/*
background-color: #ccccff;
border: 2px solid #33F;
*/
top: -3px;
}

#headlink
{
position: absolute;
width: 180px;
height:34px;
left: 880px;
text-align: center;
font-size: 14px;
background-color: #ff8500;
border: 2px solid #aa8500;
padding-top: 2px;
top: -3px;
}
#headlink:hover{
background: #cc8500;
}

#revbox
{
/*
border: 2px solid #9999ff;
background-color: #eeeeff;
*/
position: absolute;
left: 8px;
top: 44px;
/*
width: 468px;
*/
width: 416px;
padding: 3px;

height:142px;

}


#costbox
{
/*border: 2px solid gray; */
/*
border: 2px solid #9999ff;
background-color: #eeeeff;
*/
position: absolute;
left: 8px;
top: 205px;
/*
width: 468px;
*/
width:416px;
padding: 3px;
height: 320px;
}

#profitbox
{
/*
border: 2px solid #9999ff;
background-color: #eeeeff;

background-color: #ff8500;
border: 2px solid #cd8500;
*/
position: absolute;
/*
left: 500px;
width: 680px;
*/
left: 443px;
width:737px;
top: 44px;

padding: 3px;

height: 142px;
}

#infobox
{
/*
border: 2px solid #9999ff;
background-color: #eeeeff;

background-color: #ff8500;
border: 2px solid #cd8500;
*/
margin: 0;
position: absolute;

left: 443px;
top: 205px;
width: 737px;
padding: 3px;
height: 320px;
}

#infoshow
{
position: absolute;
margin: 0;
left:3px;
top:36px;
/*width:672px;
*/
width: 729px;
padding: 0px;
height: 278px;
}
#infotext
{
margin:0;
position:absolute;
/*left:204px; */
left:364px;
top:4px;
padding: 5px;
}
#infobutton
{
margin:0;
position:absolute;
left:364px;
top:230px;
padding: 5px;
text-align: center;
width: 360px;
}

#infopic
{
position: absolute;
left:0px;
top:0px;
padding: 10px;
}
#infoimg
{
position: absolute;
left:0px;
top:0px;
/*
padding: 10px;
need width of 364px for drnav pic
width: 343px;
*/
margin:0;
padding:0;
width: 364px;
height: 282px;
background-position: center;
background-repeat: no-repeat;
}

.boxcolors
{
/* use orange colors */
/*background-color: #ff8500;
background-color: #ffcc86;

*/
background-color: ffe04f;
border: 2px solid #cd8500;
}

.tablehead
{
text-align: center;
font-size: 11pt;
font-weight: bold;
width:100%;
background-color: #ee8500;
/*background-color: #CCCCFF; */
}

.mono
{
font-family: lucida console, consolas, courier new, monospace;
text-align: right;
/*width: 8em; */
}

.totcell
{
/*
background-color: #CCCCFF;
border: 1px solid #00F;
*/
background-color: #ff8500;
border: 1px solid #aa8500;
}

.smtype
{
font-size:8pt;
}

ul#nav {
list-style:none;
margin:0;
margin-left:120px;
margin-top: 0px;
padding:0;
position: absolute;
top: 7px;
}

ul#nav li {
float:left;
margin: 0 2px;
margin-top: 0;
padding: 0;
}

ul#nav li p {
width: 100px;
height: 20px;
line-height: 20px;
background: #ff8500;
border: 1px solid #aa8500;
text-align: center;
margin-top: 0;
padding: 0;
}
ul#nav li p:hover{
background: #bb8500;
}