/* CONTENT AND ARTICLE PAGES STYLE SHEET*/


#wrap{position: absolute; width: 900px; height: 1200px;z-index: 1; top:20px; left:70px;border:1px solid #FF9900;margin:0;}
#headleft {position: absolute; width: 385px; height: 17px; z-index: 2; left:4px; top:5px; background-color: #ffffff;margin:0;}
#headright{position: absolute; width: 435px; height: 35px; z-index: 3;left:445px; top: 20px;background-color: #ffffff;margin:0;}  
#headbottom{position: absolute; width: 780px; height: 20px; z-index: 4; left: 45px; top: 107px;margin:0;}
#leftcol{position: absolute; left: 2px; top: 155px; width: 165px;height:605px;z-index:6;margin:0;}
#midcol {position: absolute; width: 526px; height: 959px; z-index: 7; left: 177px; top: 155px;margin:0;}
#rightcol{position: absolute; left: 727px; top: 155px; width: 165px; height:605px; margin:0:}
#footer {position: absolute; left: 2px; top: 1133px; height: 55px; z-index:8; width: 895px;margin:0;} 


/*CONTENT AND ARTICLE PAGES NAVIGATION MENU*/
#contentnav
{
position: absolute; 
width: 895px; 
height: 30px; 
z-index: 5;
left: 1px;
top: 63px;
border-bottom: 2px solid #FF9900;
}
#contentnav ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font: bold 10pt arial;
width: 90%;
border: 0px;
background-color: transparent;
}

* html #contentnav ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#contentnav ul li{
display: inline;
}

#contentnav ul li a{
float: left;
color: blue;
padding: 2px 12px;
text-decoration: none;
background: transparent;
}

#contnentnav ul li a:visited{
color:#0000ff;
}

#contentnav ul li a:hover
{
color:#000099;
text-decoration: underline;
}