body  {
	 font-family : Arial, Helvetica, sans-serif;
    font-size : 13px;
	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-color: #100F5B;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	padding: 0px  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #CEE7FF;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #006699;
} 
.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 */
}
.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;
}
.nav {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 960px;
	background-color: #006699;
}
a.hilite:link { color: white; 

 text-decoration : none;}
a.hilite:visited { color: white; 
 text-decoration : none;
}

strong{
color:#FF6600;
}
a.hilite:hover { color: #000000; }

a.nav:link { color: white; }

a.nav:visited { color: white; 
 
}
a.nav:hover { color: #99ff33; 
text-decoration : none;
}

A:HOVER {
    text-decoration : none;
    color : Red;
}

form {
padding: 0px; 
}

TD {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 13px;
}
H2 {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 13px;
    color : #FFFFFF;
		margin-bottom:0;  
}

TR {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}


H1 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #0000CC;
	margin-bottom:0;  
}

TABLE {
    font-family : Arial, Helvetica, sans-serif;
      font-size : 12px;
}


H2 {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight : bold;
}
.navigation {
	position: absolute;
	visibility: visible;
	top: 20px;
	height: auto;
	width: auto;

}
.navbg {
	background-color: #3399CC;
}
.border {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	border: 2px dotted #003366;
	padding: 2px;
}

.border1 {
	
	border: 2px dotted #003366;
	}
	
	.freeoffer {
	background-image: url(images/freeoffer.jpg);
	background-repeat: no-repeat;
	height: 299px;
	width: 693px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 20px;
	
}
	.twoColFixRtHdr #container #mainContent .freeoffer a, a:visited {
	color: #FFFF33;
}
a:link { color: #1D6BC2;
text-decoration:underline;
 }
a:visited { color: #1D6BC2; 
text-decoration:underline;
}

a:hover
{
	color: #FF6600;
	text-decoration:none;
}.twoColFixRtHdr #container #mainContent .freeoffer strong {
	color: #FFFFFF;
	
}
.twoColFixRtHdr #container #mainContent .freeoffer h2 {
	margin-top: 0px;
}
