body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	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: #000000;
	background: #195273;
	line-height:16px;
}
#container {
	width: 759px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(../images/bg_wrapper.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
height:70px;
background-color:#FFFFFF;
} 

#navigation{
height:60px;
background-image:url(../images/bg_main_navigation.jpg);
background-repeat:no-repeat;
padding-top:180px;
}

#mainContent { 
width:482px;
padding:10px;
} 

#mainContent a{
color:#264658;
} 

#mainContent a:visited{
color:#195273;
}

#mainContent h1{ 
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		text-decoration:none;
		font-weight:bold;
} 

#mainContent h2{ 
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		text-decoration:none;
		font-weight:bold;
} 

#mainContent h3{ 
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
} 


#sidebar1 h1{ 
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		text-decoration:none;
		font-weight:bold;
} 

#sidebar1 h2{ 
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		text-decoration:none;
		font-weight:bold;
} 

#sidebar1 h3{ 
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
} 

#box_smallinfo{
width:140px;
padding:7px;
}

.btn{
	padding:0px;
	margin:0px;
	width:100px;
	height:21px;
	background-image:url(../images/bg_btn.gif);
	border:0px solid red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.colHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699CC;
	padding: 3px;
	padding-left:10px;
}
.colData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #6699CC;
}
.ColPad {
	padding: 5px;
}

#box_smallinfo h2{ 
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
		padding-bottom:0px;
} 
#box_smallinfo p{
text-align:justify;
}
.tn{
background-image:url(../images/bg_tn.gif);
background-repeat:no-repeat;
padding:4px 6px 5px 6px;
margin:0 0 20px 0;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 231px; /* 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 */
	padding:10px;

	}
	
#footer { 
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#264658;
} 

					#footer ul
					{
					list-style: none;
					padding: 0px;
					margin: 0;
					} 
					
					#footer ul li
					{
					float: right;
					padding-left:30px;
					} 
					
					#footer ul li a{
					color:#FFFFFF;
					font-family:Arial, Helvetica, sans-serif;
					font-size:10px;
					text-decoration:none;
					font-weight:none;
					}
					

#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

#footcontent{
width:759px;
background-color:#FFFFFF;
background-image:url(../images/bg_footercontent.gif);
background-repeat:repeat-x;
min-height:170;
overflow:auto;
padding-bottom:5px;
}

#footcontent a{
color:#264658;
} 

#footcontent a:visited{
color:#195273;
}

.box_footercontent{
width:220px;
float:left;
display:inline-block;
clear:none;
}


.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;
}


.title{
text-align:center;
font-size:14px;
font-weight:bold;
padding-bottom:5px;
padding-top:10px;
}

.reviewBody{
color:#000000;
font-size:12px;
}

.temp{
font-size:12px;
font-weight:
}

.confirmbtn
{
background-image:url(../images/btn_bg.jpg); 
background-repeat:repeat-x;
border:0px solid red;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;color:#FFFFFF;
text-transform:capitalize;
height:21px;
}


.btn{
background-image:url(../images/bg_btn.gif);
width:100px;
height:21px;
border:0px solid red;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-transform:capitalize;
}

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->