body { 
  font-family: verdana, tahoma;
  font-size: 15px;
  line-height: 1.2;
  color: #336699;
  background-image: url(images/background.jpg);
  background-color: #FFCC00;
  background-repeat: repeat-x;
  background-position: top left;
  /*background-color: #993399;*/
}

div.main
{
	position: relative;
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
  background-image: url(images/bottom.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 75px;
}

div.imgheader
{
position: relative;
top: -7px;
left: 0px;
}

div.logoprint
{
	display: none;
	visibility: hidden;
}

div.rss
{
	position: absolute;
	left: 10px;
	bottom: 150px;
	font-size: 9px;
  background-image: url(images/rss.jpg);
  background-repeat: no-repeat;
  background-position: middle;
  height: 20px;
  padding: 3px 0 0 20px; 
}

div.setologo
{
position: absolute;
top: -8px;
z-index: 10;
}

div.content
{
	position: relative;
	left: 190px;
	background-color: #fff;
	width: 590px;
	font-size: 12px;
	line-height: 1.4;
	min-height: 400px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #FFCC00;
	padding-left: 10px;
}

h1
{
	font-size: 16px;
	font-weight: bold;
}

h2
{
	font-size: 12px;
	padding-top: 5px;
	margin-bottom: 0px;
	font-weight: bold;
	text-decoration: underline;
}

h3
{
	background: url("images/bullet.gif") 0 0 no-repeat;
	font-size: 12px;
	font-weight: normal;
	padding-left: 28px;
	line-height: 1.5;
}

div.elearn
{
	position: absolute;
	top: 500px;
	font-size: 11px;
	line-height: 1.5;
}

div.menulist
{
	position: absolute;
	top: 175px;
	left: 0px;
	padding: 10px 0px 10px 8px;
	background-color: #ffffff;
	z-index: 1;
}

.menulist a {
/*display: block; used for vertical menu */
display: block;
padding: 10px 15px 15px 25px;
font-weight: bold;
font-size: 12px;
/*letter-spacing: 2px;*/
color:#996600;
background: url("images/menu_bullet.jpg") 0 4px no-repeat;
text-decoration: none;
text-align: left;
}
.menulist a:hover { 
background-position: 0 4px;
color: #996600;
text-decoration: underline;
}
.menulist a:active {
background-position: 0 4px;
color:#996600;
}

div.legal
{
font-size: 10px;
color: #666666;
line-height: 1.1;
text-align: right;
padding-right: 10px;

}

.legal a, .partners a
{
color: #666666;
font-weight: bold;
}

.legal a:hover, .partners a:hover
{
color: #666666;
text-decoration: underline
}

div.disclaimer
{
	font-size: 11px;
	text-align: center;
}

div.johndaly
{
	float: right;
	text-align: center;
}

blockquote.health
{
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #ccc;
	margin-bottom: 15px;
}

div.healthyear
{
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	margin: 0px 20px;
	padding: 8px;
	float: right;
	font-size: 10px;
	text-align: center;
	line-height: 1.5;
}

a { text-decoration: none; color: #996600; font-weight: bold }
a:hover { text-decoration: underline; color: #996600 } 


