/* CSS Document */

/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	background-color: #FFFFFF;
	background-image:url(images/body_bg.png);
	background-position: center;
	padding:0;
	margin:0;
	color: #000000;
	text-align:center;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
a:link {
	color: #B40404;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B40404;
}
a:hover {
	text-decoration: none;
	color: #FA565D;
}
a:active {
	text-decoration: none;
	color: #B40404;
}
#outer{
	min-height:100%;
	width:800px;
	background:transparent url(images/1colcentrebg.gif) repeat-y center top;
	color: #000000;
	margin:auto;
	text-align:left;
	position:relative;
}
#outer p {padding-left:6px; padding-right:6px}
* html #outer{height:100%} 
#nav {
	height: 33px;
	padding-top: 10px;
	background-image:url(images/nav_bg.png);
	font-size:13px;
	color: #666666;
	text-align:center;
}
#nav a {
	text-decoration:none;
	color: #5b5b5b;
	font-weight:bold;
}
#nav a:hover {
	text-decoration:none;
	color: #b80f0f;
	font-weight:bold;
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#left {
	position:relative;/*ie needs this to show float */
	width:460px;
	float:left;
	padding: 5px;
}
#left p {padding-left:3px;padding-right:2px}
#right {
	width:310px;
	float:right;
	padding: 10px 5px 0px 5px;
	text-align:center;
 }
#right p {
	padding-left:3px;
}
#content {
	padding: 0px 10px 10px 10px ;
}
#footer {
	position:absolute;
	bottom:0;
	height: 20px;
	padding: 26px 10px 0 10px;
	width: 780px;
	background-image: url(images/footer.png);
}
#clearfooter{clear:both;height:50px;}/*needed to make room for footer*/
#clearfooter2{
	clear:both;
	height:1px;
}/*needed to make room for footer*/
.tdheader {
	background-image:url(images/td_bg.png);
	color:#FFFFFF; 
	font-weight:bold;
}
.tdbg {
	background-image:url(images/td_bg2.png);
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/titlebg.jpg);
	padding: 3px 6px 3px 6px;
	width: 768px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #C80606;
	background-image: url(images/td_bg2.png);
	padding: 3px 6px 3px 6px;
	width: 768px;
}
.faq {
	font-weight: bold;
	line-height: 26px;
	font-size: 14px;
	color: #B40404;
}
