body {text-align:center; background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif; margin:0;font-size:12px;background-image:url(images/homeback.gif);background-repeat:repeat-x;;
}

marquee {font-weight:bold;background: #FFDB00;padding:4px; border: 1px solid #000;}

#container {
	position:relative;
	
	margin:0  auto;
	width:745px;
	height:471px;
	z-index:1;

}

#header {
	position:absolute;
	left:0px;
	top:-15px;
	width:760px;
	height:155px;
	z-index:1;
	background-image:url(images/topback.gif)
}




#sidenav {
	position:absolute;
	left:-2px;
	top:79px;
	width:165px;
	height:865px;
	z-index:2;
	background-image:url(images/navback.jpg);

}



#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
	position:absolute;
	left:7px;
	
}

/* First Level Links */

#nav li
{
     float: bottom;
	
}

#nav li a
{margin-left; 10px;
     width: 150px;
     display: block;
     color: #000;
     text-decoration: none;
     height:22px;
     padding: 6px 4px 4px 14px;
     font:bold 11px Arial, Helvetica, sans-serif;
     text-align:left;
margin-right:1px;
background-image:url(images/butback.gif); background-repeat:no-repeat;

}

#nav li a:hover
{
     color: #B30001;
     display: block;
position:relative; left:0px;
background-image:url(images/butback_over.gif); background-repeat:no-repeat;
}



/* Hide the drop-downs until mouseover */
     
#nav li ul
{
     position: absolute;
     left: -999em;
     width: 150px;
}
     
/* Show the drop-downs on mouseover */     

#nav li:hover ul, #nav li.sfhover ul
{
    left: auto;
}


#details {
	position:absolute;
	left:7px;
	top:280px;
	width:144px;
	height:203px;
	z-index:2;
	text-align:left;
	font-size:11px;
	color:#fff;
}
#details a {
	font-weight: normal;
	color: #FFFFFF;
}





#main {
	position:absolute;
	left:180px;
	top:90px;
	width:580px;
	height:806px;
	z-index:2;
	text-align:left;
	border-right:thin solid #088093;
}

#bodytext {
	position:absolute;
	left:15px;
	top:15px;
	width:515px;
	height:786px;
	z-index:2;
	text-align:left;
	
}


#stocktext {
	position:absolute;
	left:15px;
	top:15px;
	width:500px;
	height:1050px;
	z-index:2;
	text-align:left;
	
} 


#topnav {
	position:absolute;
	left:140px;
	top:0px;
	width:600px;
	height:40px;
	z-index:2;
	
}

.stocktitle {color:#ffffff; background-color : #00737F;padding :4px; background-image: url(images/gradient.gif); background-repeat : repeat-y;font-weight : bold;font-family : Arial, Helvetica, sans-serif;}
a:link {
	font-weight: bold;
	color: #1A798D;
}
a:visited {
	font-weight: bold;
	color: #1A798D;
}
a:hover {
	font-weight: bold;
	color: #FFCF00;
}
a:active {
	font-weight: bold;
	color: #1A798D;
}
