/***********************************************/
/* Layout Divs                                 */
/***********************************************/

html, body{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: tahoma;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	background-color:white;
	}

#HTML_main {
	width: 900px;
    	margin: 0px auto;
    	text-align: left;
    	padding: 0px;
	background-color:white;	
	}

#topbanner_wrapper{
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 140px;
	background-color:white;	
	}

#logo{
	padding-top: 50px;
	margin: 0px;
	width: 155px;
	height: 80px;
	float: left;
	position: absolute;
	}

#searchbox{
	padding-top: 105px;
	padding-left: 750px;
	width: 200px;
	height: 10px;
	background-color:white;
	}

#nv_wrapper{
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 52px;
	}

/***********************************************/
/* CONTENT AREA                                */
/***********************************************/ 

#pic_wrapper{
	width: 900px;
	height: 324px;
	margin-top: 0px;
	margin-bottom: 30px;
	color: white;
	line-height: 22px;
	}

#pic_section_wrapper{
	width: 900px;
	height: 150px;
	margin-top: 0px;
	margin-bottom: 30px;
	color: black;
	line-height: 22px;
	}

#pic_2section{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 700px;
	height: 150px;
	float: left;
	position: absolute;
	}


#pic_2section2{
	margin-left: 701px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 199px;
	height: 150px;
	position: absolute;
	}

#content_wrapper{
	width: 900px;
	min-height: 224px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: black;
	line-height: 20px;
	overflow: auto;
	}

#content_col1{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 70px;
	width: 660px;
	float: left;
	}

#content_col2{
	margin-left: 701px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 5px;
	width: 190px;
	font-size: 9px;
	line-height: 14px;
	}

#content_pic_wrapper{
	width: 667px;
	margin-top: 35px;
	margin-bottom: 60px;
	color: black;
	}

#btn_newsreleases{
	margin: 0px;
	width: 204px;
	height: 100px;
	background: url(../images/btn_newsreleases_f2.gif);
	position: absolute;
	float: left;
	}

#btn_presentations{
	margin-left: 222px;
	width: 204px;
	height: 100px;
	background: url(../images/btn_presentations_f2.gif);
	position: absolute;
	float: left;
	}

#btn_operations{
	margin-left: 444px;
	width: 204px;
	height: 100px;
	background: url(../images/btn_operations_f2.gif);
	position: absolute;
	}

#btn_stockperf{
	margin-top: 24px;
	width: 204px;
	height: 100px;
	background: url(../images/btn_stockperf_f2.gif);
	position: absolute;
	float: left;
	}

#stockquote{
	margin-top: 0px;
	padding-left: 22px;
	font-family: tahoma;
	text-decoration: none;
	text-align: left;
	font-size: 34px;
	color: white;
	}

#copyright{
	margin-top: 20px;
	padding: 0px;
	min-height: 15px;
	text-transform: none;
	float: left;
	}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

form	{
	margin: 0px;
	padding: 0px;
	}


li	{
	font-family: tahoma;
	text-decoration: none;
    	line-height: 17px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	}

ul{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-left: 15px;
	border-bottom-width: 0px;
    	line-height: 17px;
	}

.rollover{
	border-width:0px;
	display: block;
	}
.rollover img{ 
	width: 100%; height: 100%; border: 0;
	}
.rollover:hover{ 
	visibility: visible; 
	}
.rollover:hover img{
	visibility: hidden; 
	}


.title {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	font-family: tahoma;
	font-size: 18px;
	color: #C00;
    	line-height: 17px;
	font-weight: normal;
}

.subtitle {
	font-family: tahoma;
	font-size: 13px;
	color: #C00;
	margin-bottom: 10px;
    	line-height: 17px;
	font-weight: normal;
}

.smallText {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	font-weight: normal;
}

img{
	border:0;
	}


.txtlink_footer{
	font-size: 9px;
	color: black;
	padding-right: 10px;
	padding-left: 5px;
	border-right:solid black 1px;
	letter-spacing: 1px;
	text-decoration: none;
	}

.txtlink_footer:hover{
	font-weight: normal;
	color: #C00;
	}

/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
	overflow: hidden;
	width: 900px;
	height: 25px;
	margin: 0;
	padding-left: 0px;
	list-style-type: none;
	text-align: center;
	background-color:#333;
}

.tabsmenuclass li{
	float: left;
	width: 180px;
}

.tabsmenuclass a{
	display: block;
	padding: 6px 0px 8px 0px;
	background: #333;
	color: #FFF;
	text-decoration: none;
	font: 9px tahoma;
	letter-spacing: 1px;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
	color: white;
	font: bold 9px tahoma;
	letter-spacing: 1px;
	background: #C00;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
	clear: left;
	width: 900px;
	height: 27px;
	border: 0;
	background: #C00;
}

.tabsmenucontentclass ul{
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.tabsmenucontentclass li{
	padding: 5px 0px 5px 0px;
	float: left;
	text-align: center;
}

.tabsmenucontentclass a{

	color: black;
	text-decoration: none;
	font: 9px tahoma;
	padding: 10px 15px 7px 15px;
}

.tabsmenucontentclass a:hover, .tabsmenucontentclass a.selected{
	color: #FFF;
	font: 9px tahoma;
	background: #C00;
	padding: 7px 15px 7px 15px;
}

TD.colLeft 
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 650px;
	float: left;
}

TD.colRight 
{
	margin-left: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
	width: 195px;
	font-size: 9px;
	line-height: 14px;
}


