body {
	margin: 0;
	padding: 0;
	border: 0;
	min-height: 3000px;
	background: #666666;
	text-align: center;
}
h1 { /*this is the centered page head*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	text-align: left;
}
h2 { /*this is a text head*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	text-align: left;
}
h2 a:link {
	color:#999900;
	text decoration: none;
}
h2 a:visited {
	color: #999900;
}
h2 a: hover {
	color: #CCFFFF;
}
h3 { /*this is bold text within content text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #666666;
	/*line-height: 15px;*/
}
h3 a:link {
	color: #999900;
	text decoration: none;
}
h3 a:visited {
	color: #999900;
	text decoration: none;
}
h3 a:hover {
	color: #CCCCFF;
}
a:link {
	color: #999900;
	text decoration: none;
}
a:visited {
	color: #9900ff;
}
a: hover {
	color: #cccc66;
}
ul {
	list-style-type: none;
	padding-left: 1em;
	margin: 0;
	text-align: left;
}
#wrapper {
	margin: 0 auto;
	width: 800;
	min-height: 3000px;
	background-color: #FFFFFF;
	text-align: left;
}
#homehead { /*the banner */
	text-align: left;
}
#navbar { /*the top navigation bar*/
	float: left;
	background-color: #999900;
	height: 35px;
	width: 800;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
#leftnavcolumn {
	float: left;
	margin: 8px 0px 0px 0px;
	width: 210px;
	min-height: 2000px;
	top: 175px;
	left: 0px;
	text-align: left;
	background: #FFFFFF;
	display: inline; /* IE Hack */
}
#main {
	/*clear: both;
	margin: 0px 0px 0px 10px;
	padding: 0px;*/
	height: 3000px;
	/*top: 175px;
	text-align: left;
	display: inline; /* IE Hack */
	/*background: #FFFFFF;*/
}
#main ul {
	list-style-type: disc;
	list-style-position: inside; /*note*/
	font-size: 11px;	
}
#coupontemplate {
	float: left;
	width: 450px;
	height: 259px;
	border: 2px dashed #666666;
}
#offerdiv {
	float: center;
	text-align: center;
	width: 300px;
	height: 100px;
	margin: 0px 0px 0px 75px;
	padding-top: 1em;
	border: 1px solid #666666;
	background: #cccccc;	
}
	
/* Following are text styles */
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0 25px 0 0;
	color: #666666;
	text-align: left;
}
.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.bodytext2 a:link, a:visited {
	color: #999900;
	text-decoration: none;
}
.bodytext2 a:hover {
	color: #CCCCFF;
}
.navbartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	/* background: #999900;*/
	text-align: center;
	line-height: 15px;
	text-decoration: none;
}
.navbartext a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.navbartext a:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.navbartext a:hover {
	color: #CCCCFF;
	font-size: 12px;
}
.leftnav1 { /*section head in leftnavcolumn & Home*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
	text-align: left;
}
.leftnav1 a:link {
	color: #999900;
	font-size: 14px;
	text-decoration: none;
}
.leftnav1 a:visited {
	color: #999900;
	font-size; 14px;
	text-decoration: none;
}
.leftnav1 a:hover {
	color: #CCCCFF;
	font-size: 14px;
}
.leftnav2 { /*indented links in leftnavcolumn*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.leftnav2 a:link {
	color: #999900;
	text-decoration: none;
	font-size: 12px;
}
.leftnav2 a:visited {
	color: #999900;
	text-decoration: none;
	font-size: 12px;
}
.leftnav2 a:hover {
	color: #CCCCFF;
	font-size: 12px;
}	
.directoryenhanced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 12px;
	color: #999900;
	text-decoration: none;
}
.directoryenhanced a:link, .directoryenhanced a:visited {
	color: #CCCC66;
	font-size 12px;
	font-weight: bolder;
}
.directoryenhanced a:hover {
	color: #CCCCFF;
	font-size: 12px;
	text-decoration: none;
}
.directoryregular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 11px;
	color: #999900;
	text-decoration: none;
}
.directoryregular a:link, .directoryregular a:visited {
	color: #999900;
	font-size: 11px;
	text-decoration: none;
}
.directoryregular a:hover {
	color: #CCCCFF;
	text-decoration: none;
}		
.profile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.offertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #666666;
	line-height: 19px;
	/*padding-top: 1em;*/
	/*margin: 10px 0px 0px 0px;*/
	display: inline;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-aligh: center;
	color: #666666;
}	
.bodycenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: center;
}
.h2center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	line-height: 15px;
	color: #336699;
	text-align: center;
}
.articlehead { /*this is bold text within content text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #336699;
	margin: 0px;
	/*line-height: 15px;*/
}
.articledate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	padding: 0 25px 0 0;
	color: #666666;
	text-align: left;
}
.articletext0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0 25px 0 0;
	color: #666666;
	text-align: left;
}
.articletext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-indent: 10px;
	margin: 0;
	padding: 0 25px 0 0;
	color: #666666;
	text-align: left;
}
.textbullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-align: left;
	color: #666666;
	list-style-type: disc;
	list-position: inside;
}
	
.highlightpic {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
}

