* 
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #474747;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	background-color: #E1E1E1;
	background: #E1E1E1 url('../images/bkg.jpg') no-repeat 50% 0;

}

p
{
margin-bottom: 1em;
line-height: 1.5em;
}

ul, ol
{
margin-bottom: 1em;
line-height: 1.2em;
}

img.photo {
border: 1px solid #811a13;
float: left;
margin: 0 15px 10px 0;
}

a:link, a:visited
{
    color: #6A1310;
    text-decoration: none;
}

a:hover
{
    color: #6A1310;
    text-decoration: underline;
}



#nav
{
list-style-type: none;
margin-bottom: 50px;
}

#nav li
{
width: 288px;
}

#nav li a
{
display: block;
padding: 0 0 15px 30px;
}

#nav li.navbullet a
{
background: transparent url('../images/nav_icon_arrow.gif') no-repeat 0 0;
}

#nav li.current a
{
background: transparent url('../images/nav_icon_arrow_current.gif') no-repeat 0 0;
}

#nav li.investbullet a
{
background: transparent url('../images/nav_icon_arrow.gif') no-repeat 0 0;
}

#nav li.currentinvest a
{
background: transparent url('../images/nav_icon_arrow_current.gif') no-repeat 0 0;
}
 
  #nav li a    
    {
    	color: #6A1310;
    	font-size: 18px;
     	text-decoration: none;
    } 
    #nav li a:hover    
    {
    	color: #6a1310;
    	text-decoration: underline;
		cursor: pointer;
    } 

  #nav li.current a    
    {
    	color: #6A1310;
    	font-size: 18px;
     	text-decoration: none;
    } 
    
    #nav li.current a:hover, #nav li.currentinvest a:hover 
    {
    	color: #6a1310;
    	text-decoration: none;
    	cursor: default;
    } 
    
    
    
#nav li .subnav
{
list-style-type: none;
margin-bottom: 1em;
margin-left: 30px;
}

#nav li .subnav li a
{
padding: 0 0 5px 0;
color: #6A1310;
font-size: 14px;
text-decoration: none;
background: none;
}

#nav li .subnav li a:hover    
{
    color: #6a1310;
    text-decoration: underline;
	cursor: pointer;
} 
	
  
#nav li .subnav li.currentsub a  
{
    color: #727273;
    font-size: 14px;
     text-decoration: none;
	background: none;
     	
} 

#nav li .subnav li.currentsub a:hover
{
    color: #727273;
    font-size: 14px;
     text-decoration: none;
     cursor: default;
     	
} 

    

	
	
	
	
	    
    a.footer    
    {
    	color: #6A1310;
    	font-size: 11px;
    	text-decoration: none;
    } 
    a.footer:hover    
    {
    	color: #6A1310;
    	text-decoration: underline;
    } 

#container
{
	width: 824px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left;

}


h1
{
	font-size: 32px;
	color: #6a1310;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 17px;
	margin-bottom: .5em;
}
h2
{
	font-size: 16px;
	color: #333;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
	margin-bottom: 1em;
}

#footer
	{
	font-size: 11px;
	color: #474747;
	text-decoration: none;
	border-top: 1px solid #666;
	padding-bottom: 50px;
}

#content
{
margin-bottom: 50px;
}

#stockBox
{
	width: 360px;
/*	font-family:Arial, Helvetica, sans-serif; */
}

#stockBox h1
{
	font-size: 12px;
	float: left;
	padding: 5px;
	padding-left: 0px;
	font-weight: bold;
	color: #474747;
	
}

#stockBox h2
{
	font-size: 10px;
	border-top: 1px solid #6a1310;
	border-bottom: 1px solid #6a1310;
	padding: 5px;
	margin-bottom: 20px;

}

#stockBox h3
{
	color: #fff;
	font-size: 12px;
	background-color: #6a1310;
	padding: 2px 0 2px 5px;
	margin: 10px 0 10px 0;
}

.stockPrice
{
	font-size: 36px;
	font-weight: bolder;
}

.stockChange
{
	padding-top: 10px;

}

h1.announcement 
{
    margin-top: 30px;
    margin-bottom: 5px;
}

p.announcement
{
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2em;
}


/* TEMP - for testing scrollbox */
#scrollup, #scrollupSEC
{
    position: relative;
    overflow: hidden;
    border: 0px solid #aaa;
}

.headline 
{
    position: absolute;
    top: 300px;
    left: 5px;
    height: 295px;
    width:300px;
}

#scroller1, #scrollerSEC
{
    position: relative;
}

#scroller1 ul li , #scrollerSEC ul li 
{
    list-style: none;
    font-weight: bold;
    margin-bottom: 10px;
}

#scroller1 ul li a, #scrollerSEC ul li a, #scrollerSEC ul li a:visited, #scrollerSEC ul li a:link, #scroller1 ul li a:link, #scroller1 ul li a:visited {color: #474747; text-decoration: none; font-size: 12px;}