/* zero out padding, margin and borders, so all browsers will render elements more similarly */
* { padding: 0; margin: 0; border:0px;}


/* overall background color */
body
{
	background-color:#fff;
	font-family:Arial;
}

/* outermost centered panel */
#outer{
 color: #fff;
 border: 0px solid #ccc;
 background: #DBDBDB;
 background:#fff url("images/back_of_white_back.jpg") repeat-x;
 padding: 0px;
 position:relative;
 margin: 0 auto;
 width: repeat-x;
}

/* 1st panel within the outermost panel */
#content
{
 margin: 0 auto;
 margin-top:0px;
 margin-bottom:20px;
 width: 846px;
 background: #fff;
 padding:8px;
}

#topimage
{
	background: #000;
	width:846px;
	height: 260px;
}

#topnav
{
	margin-top:8px;
	margin-bottom:8px;
	background: #000;
	width:846px;
	height: 30px;
	color:#a5a5a5;
	line-height:30px;
	font-size: 9pt;
	/* font-size:x-small; */
	
}
#topnav img
{
	vertical-align:bottom;
}

/* support for the mouse over effects on the menus */
#topnav a:hover
{ 
color:#c10000; /* color during mouse over */
}

#topnav a
{
cursor: pointer;
text-decoration:none;
font-family: Arial,Helvetica;
font-size:1em;
color:#a5a5a5;
}


#bottomnav
{
	text-align:center;
	margin-top:8px;
	margin-bottom:8px;
	width:846px;
	height: 30px;
	color:#a5a5a5;
	line-height:30px;
	
}
#bottomnav img
{
	vertical-align:bottom;
}

/* support for the mouse over effects on the menus */
#bottomnav a:hover
{ 
color:#c10000; /* color during mouse over */
}

#bottomnav a
{
cursor: pointer;
text-decoration:none;
font-family: Arial,Helvetica;
font-size:1em;
color:#a5a5a5;
}
 

#midarea
{
	margin-top:16px;
	background: #fff;
	width:846px;
	position:relative;
}

#leftblock
{
	position:relative;
	width:646px;
}

#leftblock2
{
	position:relative;
	width:790px;
}
#threecols
{
	position:relative;
	width: 790;	
}

/* tallest column of left1, 2 or 3 
	should be set to relative, 
	the others to absolute */
	/* support for the mouse over effects on the menus */
#three a:hover
{ 
color:#c10000; /* color during mouse over */
}

#three a
{
cursor: pointer;
text-decoration:none;
font-family: Arial,Helvetica;
font-size:1em;
color:#a5a5a5;
}


#left1
{
	position:relative;
	top:0px;
	left:0px;
	width:780px;	
	
	
}
#left2
{
	position:absolute;
	top:0px;
	left:216px;
	width:208px;
}
#left3
{
	position:absolute;
	top:0px;
	left:432px;
	width:208px;
}

#rightblock
{	font-family:Arial;
	color:#ffffff;
	width:196px;
	height:464px;
	background:#000 url("images/right_lng_news_bar.jpg") repeat-x;
	position:absolute;
	top:0px;
	right:0px; 


}

#footer
{
	margin-top:10px;
	position:relative;
	width:846px;
	height: 86px;
	background:#000 url("images/footer_span.jpg") repeat-x;
	font-size:x-small;
}

/* to draw a line using a div
	<div class="hr"></div>  */
.hr {
line-height: 1px; /*needed for ie/win*/
font-size: 1px; /*needed for ie/win*/
height: 1px;
background: #d1d1d1;
margin: 1px 0;
}

.more
{
color:#a5a5a5;
text-decoration:underline
}

.study
{
color:#ffffff;
text-decoration:underline
}

.FCN
{
	color: #333;
	width:546px;
	
}