/* CSS Document */


#homeLeftCol, #homeMiddleCol {
	width:30%; 
	float:left;
	text-align:left;
}

#homeRightCol {
	width:30%; 
	float:right; 
	background-color:#ededed; 
	padding:1em;
	text-align:left;
	margin-top:0px;
}

/* --------------------Middle Black Bar----------------------- */

#midbar {
	width:100%;
	height:74px;
	background-color:#000000;
	margin-top:5px;
	margin-bottom:10px;
}

/* --------------------Topic Blocks on Black Bar----------------------- */

#midtopic1, #midtopic2, #midtopic3, #midtopic4 {
	position:relative;
	margin-top:7px;
	width:150px;
	height:60px;
	background-color: #FFFFFF;
	z-index:10;
}

#midtopic1, #midtopic2, #midtopic3 {
	float:left;
}

#midtopic1 {
	margin-left:10px;
	margin-right:20px;
	z-index: 10;     
}

#midtopic2 {
	margin-left:22px;
	margin-right:0px;
	z-index: 10;
}

#midtopic3 {
	margin-left:44px;
	margin-right:0px;
	z-index: 10;
}	

#midtopic4 {
	float:right;
	margin-left:20px;
	margin-right:10px;
	z-index: 10;
}

/*-----------------Mid Block Images------------------*/

#qwikprodimg, #MRUimg, #MECUimg, #GENimg {
	position:absolute;
	width:150px;
	height:60px;
	z-index: 20;
}

#qwikprodimg {
	margin-top:-5px;
}

#qwikprodimg, #MRUimg, #MECUimg, #GENimg {
	margin-left:4px;
	*margin-left:-8px;      /*IE fix*/
}


#GENimg {
	margin-top:3px;
}





/* --------------------Middle Band Typographic Styles & Link Styling----------------------- */
#midtext1, #midtext2, #midtext3, #midtext4 {
	position:absolute;  
	width:150px;
	height:60px;
	z-index:30;
}

#midtext1 {
	margin-left:80px;
	*margin-left:70px; /*IE fix*/
	margin-top:15px;
}

#midtext4 {
	margin-left:75px;
	*margin-left:65px; /*IE fix*/
	margin-top:15px;
}

#midtext2, #midtext3 {
	margin-left:90px;
	*margin-left:80px; /*IE fix*/
	margin-top:22px;
}

.midtopic, .midtopic a:link, .midtopic a:visited, .midtopic a:link, .midtopic a:visited {
	text-align:left;
	font-size: 100%; 
	font-weight: bold;
	color: #D0232A; 
	text-decoration: none; 
	
}

.midtopic a:hover {
	color: #000000;
}

/* --------------------Bottom Topic Typographic Styles & Link Styling----------------------- */

.bottopic_hd {
	font-weight: bold;
	font-size: 110%;
	color: #000000;
	text-decoration:	none
}

.bottopic_hd a:link, .bottopic_hd a:visited, .bottopic_hd a:link, .bottopic_hd a:visited {
	color: #000000;
	text-decoration:	none
}

.bottopic_hd a:hover {
	color: #D0232A;
}

.bottopic_hdred {
	font-weight: bold;
	font-size: 110%;
	color: #FF0000;
	text-decoration:none;
}

.bottopic_hdred a:link, .bottopic_hdred a:visited, .bottopic_hdred a:link, .bottopic_hdred a:visited {
	color: #FF0000;
	text-decoration:none;
}

.bottopic_hdred a:hover {
	color: #000000;
}

.bottopic_subhd {
	font-weight: bold;
	font-size: 100%;
	color: #808080;
	text-decoration:none;
}

.bottopic_subhdred {
	font-weight: bold;
	font-size: 85%;
	color: #FF0000;
	text-decoration:none;
}

.bottopic_subhdred a:link, .bottopic_subhdred a:visited, .bottopic_hdred a:link, .bottopic_hdred a:visited {
	color: #FF0000;
	text-decoration:none;
}

.bottopic_subhdred a:hover {
	color: #000000;
}


.bottopic_body {
	font-weight: normal;
	font-size: 90%;
	color: #000000;
	text-decoration:none;
}

.bottopic_bodybld {
	font-weight: bold;
	font-size: 90%;
	color: #000000;
	text-decoration:none;
}

.bottopic_bodybldsm {
	font-weight: bold;
	font-size: 75%;
	color: #000000;
	text-decoration:none;
}

.bottopic_bodyregsm {
	font-weight: normal;
	font-size: 75%;
	line-height:1.2em;
	color: #000000;
	text-decoration:none;
}

/*------------------------Right Column News DATE------------------------*/

.rtnewstopic_date {
	font-weight: normal;
	font-size: 80%;
	color: #808080;
	text-decoration:none;
	margin-top:0px;
	margin-bottom:3px;
}

.rtnewstopic_date a:link, .rtnewstopic_date a:visited, .rtnewstopic_date a:link, .rtnewstopic_date a:visited {
	color: #808080;
	text-decoration:none;
}

.rtnewstopic_date a:hover {
	color: #000000;
}

/*------------------------Right Column News TEXT------------------------*/

.rtnewstopic_text {
	font-weight: bold;
	font-size: 85%;
	color: #000000;
	text-decoration:none;
	margin-top:3px;
}

.rtnewstopic_text a:link, .rtnewstopic_text a:visited, .rtnewstopic_text a:link, .rtnewstopic_text a:visited {
	color: #000000;
	text-decoration:none;
}

.rtnewstopic_text a:hover {
	color: #ff0000;
}

/*------------------------footer links------------------------*/

.footer {
	font-weight: bold;
	font-size: 100%;
	color: #808080;
	text-decoration:none;
}

.footer a:link, .footer a:visited, .footer a:link, .footer a:visited {
	color: #000000;
	text-decoration:none;
}

.footer a:hover {
	color: #D0232A;
}