/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{
padding:0; 
width:100%;
}

#header{
	position:relative;
	height:45px;
	background-color:#FFFFFF;
	width:100%;
	text-align: right;
}
#topnav{
	position:relative;
	height:25px;
	background-color:#000066;
	width:100%;
	text-align: right;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
#flash{
 position:relative; 
 height:230px; 
 background-color:#993333; 
 width:100%;
} 
 
#leftcol{
	position: absolute;
	top: 319px;
	width: 350px;
	left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
	padding-top: 40px;
	padding-right: 66px;
}
 
#twocols{
	position:relative;
	width: 100%;
	float: right;
  }
 
#rightcol{
	position: absolute;
	top: 319px;
	left: 415px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
	padding-top: 40px;
	float: right;
	padding-right: 65px;
}
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:0%; 
 }
 
#footer{
	height:30px;
	background-color:#FFFFFF;
	clear:both;
	width: 100%;
 } 
 #coupon {
	background-color: #FFFF00;
	height: 175px;
	width: 300px;
	border: 2px dashed #993235;
	padding-top: 20px;
	padding-bottom: 20px;
}
 /* *** Style *** */
 .maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	margin-right: 25px;
}
.lefttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.picborder {
	border: 1px solid #000066;
}


 /* *** Navigation *** */
 .headerlink {
	font-size: 12px;
	color: #000066;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.headerlink a:link, .headerlink a:visited {
	font-size: 12px;
	color: #000066;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.headerlink a:hover, .headerlink a:active {
	font-size: 12px;
	color: #993333;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
 .topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 7px;
 }
 
 .topnav a:link, .topnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 7px;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
.topnav a:hover, .topnav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 7px;
	text-decoration: underline;
	padding-right: 4px;
	padding-left: 4px;
}
.coupontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #023262;
	text-align: center;
	font-style: italic;
}
.coupontextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #023262;
	text-align: center;
	font-style: italic;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{
	display:none;
	float: left;
	width: 450px;
} 

/*hide the right column when printing*/ 
#rightcol{
	display:none;
	float: right;
	width: 90%;
} 
#twocols, #maincol{width:100%; float:none;}

