body {
	color: #666666;
	text-align: left;
	background-color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/background.gif);
	margin: 0px;
	padding: 0px;
}
#divwrapper {
	width: 800px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
	padding: 0px;
	text-align: center;
}
#divheader {
	height: 169px;
	width: 800px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
#divcontent {
	width: 740px;
	height: 100%;
	background-image: url(images/repeat.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-position: center;
	margin: 0px;
	float: right;
}
#divleftcolumn {
	float: left;
	width: 360px;
	height: auto;
	margin: 0px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#divrightcolumn {
	float: right;
	width: 360px;
	height: auto;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#divtwocolumn {
	float: left;
	width: 740px;
	height: auto;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#divfooter {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 760px;
	font-size: 9px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
	background-position: center top;
	padding-bottom: 10px;
	margin: 0px;
	float: right;
}
.headline {
	font-size: 18px;
	text-transform: uppercase;
	color: #1197D4;
	text-align: left;
	font-weight: bolder;
}
.headlinesm {
	font-size: 14px;
	color: #1197D4;
	font-weight: bolder;
}
.highlite {
	font-size: 16px;
	color: #1197D4;
	font-weight: bolder;
}
.subhead {
	font-size: 16px;
	color: #333333;
	text-align: left;
	font-weight: bolder;
}
.photo {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bold {
	font-weight: bold;
	color: #333333;
}
.italic {
	color: #666666;
	font-style: italic;
}
.bolditalic {
	color: #333333;
	font-style: italic;
	font-weight: bold;
}
.smallprint {
	font-size: 9px;
}
a:link.smalllink {
  color: #666666;
	font-size: 9px;
	text-decoration: none;
}
a:visited.smalllink {
  color: #666666;
	font-size: 9px;
	text-decoration: none;
}
a:hover.smalllink {
  color: #666666;
	font-size: 9px;
	text-decoration: none;
}
a:active.smalllink {
  color: #666666;
	font-size: 9px;
	text-decoration: none;
}
a:link {
	color: #1197D4;
	text-decoration: none;
}
a:visited {
	color: #1197D4;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
a:active {
	color: #000000;
	text-decoration: none;
}

