body {
	background-color: #000000;
	margin: 0px; 
	padding: 0px;
	
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 12px;
	line-height: 15px;
}


/* native tag customize here (td, tr, h1, etc, pseudo classes ) */
a:link { 
	text-decoration: none;
	color: #D1242A;
}

a:visited { 
	text-decoration: none; 
	color: #D1242A;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
}

/*secondary a links classes */




/* #############ID and CLASS COLUMN LEFT STARTS HERE ############# */

#container { 
	background-color: #FFFFFF;
	/* left: 25px; */
	margin: 0 auto;
	width: 760px;
	/*height: 1500px;*/
	/*vertical-align:top;
	*/
	} 


#column-left {
	background-color: #FFFFFF;
	width: 170px;
	float: left;
	
	/*padding-top: 12px;  this padding can be moved to container */
	display: inline;
}


#logo {
	width: 140px;
	height: 178px;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 24px; 
	display:block;
	}

#logo a {
	background: url(../images/logotm_140x178.gif) no-repeat scroll 0 0;
	width: 140px;
	height: 178px;
	display:block;
	text-indent:-9999px;
}


.hr-left {
	/* background-image: url(images/hrTile.gif);
	background-repeat: repeat-x; */
	color: #666666;
	background-color: #666666;
	height: 1px;
	margin: 0 auto;
	overflow: hidden hidden;
	padding: 0px;
	width: 148px;
}

.hr-left2 {
	color: #000000;
	background-color: #000000;
	height: 5px;
	margin: 0 auto;
	overflow: hidden hidden;
	padding: 0px;
	width: 148px;
}

.hr-main {
	color: #666666;
	background-color: #666666;
	height: 1px;
	margin: 0 auto;
	overflow: hidden hidden;
	padding: 0px;
	width: 90%;
}

.hr-main2 {
	color: #000000;
	background-color: #000000;
	height: 3px;
	margin: 0 auto;
	overflow: hidden hidden;
	padding: 0px;
	width: 100%;
}


/*

#lmenu {
	width: 170px;
	
	}

.menu {
	width: 170px;
	background:#FFFFFF;
	list-style: none;
	text-align:left;
}

.menu li {
	padding: 0;
	margin: 0;
	list-style: none;
	}

*/

.sideleft-text {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	line-height: 13px;
	color: #333333;
	padding: 10px 0px 10px 13px;
}

.sideleft-links {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #333333; /*trumped by pseudo class */
	text-align:center;
	padding: 10px 0px 10px 0px;
}


.red1 {
	color: #D1242A;
}


/* #############ID and CLASS COLUMN MAIN STARTS HERE ############# */

#column-main {
	background-color: #FFFFFF;
	margin-left: 170px; /*width of id floated leftnav side bar */
	height: 1200px;
	}

#column-main p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	margin: 20px;	

}

#block-top{
	height:55px;
	}

.maintopwhite-text{
	text-align: right;
	padding-top: 35px;
	padding-right: 10px;
}

#band-bg {
	background:url(../images/bandbg_20x99.gif) repeat-x;
	height: 99px;
}


.mainheadline-text {
	font-family: arial, helvetica, sans-serif; 
	font-size: 18px;
	font-weight: bold;
	color: #D1242A;
	padding: 10px 0px 10px 0px;
}


.bquote blockquote 
	{ 
		background-image:url(../images/blockquote_tm.gif);
		background-position:left top;
		background-repeat:no-repeat; 
		font-size: 14px;
		color:#000000; 
		margin-left: 0px;
		margin-right: 0px;
		padding-left:18px;
	}


#footer {
font-size:11px;
text-align:center;
margin: 0px;
padding: 10px 0px 10px 0px;

}