html
{
	height: 100%;

}


body {
	background-color: #fff;
	padding:0px;
	margin:0px;
	height: 100%;
	width: 100%;
	background-image: url(images/star_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
}

/* ----------container to center the layout---------- */
#container {
	min-height:100%;
	min-width:780px;

}

*html #container
{
	height: 100%;
}

/* ----------banner for logo-------------- */
#banner {
	padding: 0px;
	margin: 0px;
}


/* ----------Print banner for logo-------------- */
#bannerPrint {
	display: none;
}

/* --------------left nav------------- */
#left {
	width:215px;
	padding: 0px;
	float: left;	
	margin: 10px 10px 112px 5px;
	position: relative;
}
#left ul{  padding: 0;
			margin: 0 0 0 15;}
#left li {
	padding: 5 0 5 0;
	list-style-position: outside;
	list-style-type: disc;
}


/* --------------left nav------------- */
#right {
	float:right;
	width:175px;
	position: relative;		
	margin: 10px 10px 112px 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
}

/* ----------Search area-------------- */
#search {
	margin: 0;
}

/* -----------------content--------------------- */
#content{
	font-family: "Verdana", "Genveca", "Arial", "sans-serif";
	font-size: 11px;
	line-height: 13px;
	margin: 10px 10px 112px 245px;
	padding: 0;
	position: relative;

	
}



/*  ----------------footer---------------------- */ 
#footer {
	clear: both;
	padding: 0px;
	background-color: #FFFFFF;	
	position: relative;
	margin: -102px 0px 0px 0px;

} 

/* ----------Print footer-------------- */
#footerPrint {
	display: none;
}

/*  ----------------text---------------------- */ 

td {
   font-family: "Verdana", "Genveca", "Arial", "sans-serif"; 
   font-size: 11px; 
   line-height: 13px;   }
  
.bodystyle {  
   font-family: "Verdana", "Genveca", "Arial", "sans-serif"; 
   font-size: 11px; 
   line-height: 20px;
}
   
.norepeat {  
   background-repeat: no-repeat;
}
   
.small {
	font-family: "Verdana", "Genveca", "Arial", "sans-serif"; 
    font-size: 10px; 
    line-height: 13px;
}
   
.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bolder;
	color: #003300;
   }

.policy {
   position:relative; top: -20px;
   }

.faqmenu {  
   position: fixed; 
   top: 150px;
   }

.boldcolorbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bolder;
	color: #003300;
}
.store_link {
	font-size: 10px;
	line-height: normal;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #000000;
}   
   
   
.alert { font-size: 14px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";  line-height:1.2; font-weight: bold; color: #990000; background-color: #FFFF99; margin: 10px 0px ; padding:0px 10px 10px;  border-top: 1px solid #333333; border-bottom: 1px solid #333333;}  

/*  ----------------headlines---------------------- */ 


.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003300;
	font-weight: bolder;
	line-height: normal;
	text-align: left;
}
.smallheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bolder;
	color: #003300;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7a1313;
	border-bottom: 1px dotted #000000;
}
   
/*  ----------------links---------------------- */ 
      
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #7A1313;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
   
a:link {
	text-decoration: none;
	color: #7a1313;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
   
a:visited {  
   font-weight: bold; 
   text-decoration: none;
   color: #7a1313;
}
   
a:hover {  
   font-weight: bold;
   color: #C5A675;
}
