/* DealerOn Sub Page, Layout  */

/*---------- Header ----------*/

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:url(../images/bg.jpg) repeat-x top left;
	background-color:#b1d6b4;
}

td {
	font:normal 13px trebuchet ms, arial, verdana;
	color:#333;
	line-height:20px;
}

p, ul {
	margin-right:20px;
}

img {border:0px;}

a {	color:#003399; text-decoration:none;}
a:hover {	color:#003399; text-decoration:underline;}


.content {	
	width:798px;	
	background:url(../images/mainbg.png) repeat-y top left;
}

.redtitle {	
	font:bold 13px trebuchet ms, arial, verdana;
	color:#900;
}

.link {	
	font:bold 12px arial, verdana, trebuchet ms;
	color:#c00;
}

.link a, a:hover {	
	font:bold 12px arial, verdana, trebuchet ms;
	color:#c00;
	text-decoration:none;
}

.link a:hover {	
	font:bold 12px arial, verdana, trebuchet ms;
	color:#c00;
	text-decoration:underline;
}

.faqlink {	
	font:normal 13px trebuchet ms, arial, verdana;
	color:#003399;
}

.faqlink a, a:hover {	
	font:normal 13px trebuchet ms, arial, verdana;
	color:#003399;
	text-decoration:underline;
}

.scrolling  { 
	width:160px;
	height:200px;
	background-color:#fcf1f5;
	border-left:1px solid #ecd5dd;
	border-right:1px solid #ecd5dd;
}

.scrollBox {
	/* The box displaying the scrolling content */
	position: relative;
	left: 10px;
	width: 160px;
	height: 200px;
	overflow: hidden; 
}
  
.scrollTxt {
	font: normal 12px sans-serif;
	position: relative;
	top: 200px;
}

.copyright {
	font:normal 12px trebuchet ms, arial, verdana;
	text-align:center;
	line-height:20px;
	color:#000;
}

