
body  {
		font: 11px Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #151515;
	background: #EEEEEE;	
	line-height: 15px;
}

td{

	line-height: 15px;
}
.twoColFixRtHdr #container { 
	width: 848px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 22px auto 17px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

} 

#logo
{
	float: left;
	padding: 20px 30px 17px 20px;
	margin: 0;
}


#toptext
{
	text-align: right;
	color: #E60007;
	padding: 21px 19px 0px 5px;
	font-size: 10px;
}

#buttons
{
	background: #none;
	text-align: right;
	margin: 30px 0px 0px 0px;
	border: #000000 solid 1px;
/*	margin: 0;*/
}

.twoColFixRtHdr #header { 

	background: url(../images/bg_top.gif);
	height: 97px;
	border-bottom: 3px solid #E60006;
	margin: 0;
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 22px 20px 20px 0px; 
	margin: 0;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 230px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 22px 0px 22px 22px;/* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
.twoColFixRtHdr #footer { 
	padding: 8px 10px 8px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EEE; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#menu
{
padding:0;
margin:0;
color:#fff;
font-family: arial, helvetica, sans-serif;
white-space:nowrap;
list-style-type:none;
}
#menu li {display:inline;}
#menu li a
{
padding:0em 0em 0em 2em;
color:#E60007;
text-decoration:none;
float:right;
/*border:1px solid #000;*/
text-align: right;
}
#menu li a:hover
{
text-decoration: underline;

}

#menu2
{
padding:0;
margin:0;
color:#fff;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
white-space:nowrap;
list-style-type:none;
}
#menu2 li {display:inline;}
#menu2 li a
{
margin: 0;
padding:6px 15px 3px;
background:#FFFFFF;
color:#000;
text-decoration:none;
float:right;
border:1px solid #d5d5d5;
}
#menu2 li a:hover
{
background:#AA1419;
color:#fff;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a
{
	color: #212f6d;
}

a:hover
{
	color: #264cb9;
}

.title{
	font-weight: bold;

}

.tnprice{
	font-weight: bold;
	color: #264cb9;

}

.sideheader
{
	font-weight: bold;
	color: #212f6d;
}

.tableheader
{
	font-weight: bold;
	color: #e50003;
	padding-bottom: 6px;
	margin: 0;
}

.outline{

	 border: #000000 solid 1px;
	 margin-right: 8px;
}

.boxleft{
	width: 283px;
	border:	#e4e3e3 solid 6px;
	padding: 14px;
}

.boxright{
	width: 283px;
	border:	#d8effb solid 6px;
	padding: 14px;
}

form{
	margin: 0;

}

input
{
	font-size:11px;
	background-color: #FFFFFF;
	border: 1px solid #d5d5d5;
	padding: 1px 3px;
}

input.button
{
	font-weight: bold;
	color: #000000;
	background-color: #e6e6e6;
	border: none;
	padding: 3px;
	margin: 5px 0px;	

}


select
{
	color: #393939;
	font-size: 10px;
	font-family: Tahoma, verdana, helvetica, arial, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid a9bfd4;
	background: #FFFFFF;

}

textarea
{
	font-size:10px;
	color: #393939;
	font-family: Tahoma, verdana, helvetica, arial, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #a9bfd4;
	padding: 2px;
	line-height: 13px;
}

.index_title
{
	font-size:11px;
	font-weight:bold;
	color: #1C3777;
	font-family: Tahoma, verdana, helvetica, arial, sans-serif;
}

.title
{
	font-size:15px;
	color: #F00;
	font-family: Tahoma, verdana, helvetica, arial, sans-serif;
	line-height: 15px;
}
--> 
