body {
	font: 12px Trebuchet MS, Georgia, Times,serif;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_pat.gif);
}
a:link		{
	color: #0000ff; 
	font-weight: bold;
	text-decoration:none;
}
a:visited	{
	color: #CC3399; 
	font-weight: bold;
	text-decoration:none;	
}
a:hover	{
	color:#FF3399;
	text-decoration:none;
	font-weight: bold;
}
a:active	{
	color:#FF0000;
	text-decoration:none;
	font-weight: bold;
}
h1, h2 , h3 {
	color: #000066;
}

/*********************************
The trickery above uses the Tan hack. 
See: "A Modified SBMH" on that page.
*********************************/
#content {
	margin: 0;
	padding: 20px 20px 5px 20px;
	background-color: #FFFFFF;
}
#content li {
	margin-left: 35px;
}
#content p {
	margin: 0 30px 6px 30px;
	text-align: left;
}
#contentpop		{
	margin: 0;
	background-color: #FFFFFF;
	clear: both;
	background: #FFF;
}

fieldset	{
	border: #0099cc solid 1px;
	padding: 0px 0px 5px 0px;
	width: 625px;
	margin-left: 25px;
}
legend	{
	border: #26a solid 1px;
	padding: 1px 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #D6AD84;
	margin-left: 10px;
} 
.titles	{
	padding: 5px 0px 0px 15px;
}
.leftimage {
	float:left;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 8px;
}
.rightimage {
	float:right;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
}
.centerimage {
	margin-left: 100px;
}
.product	{
	margin-left: 30px;
	margin-right: 5px;
}
.style1 {color: #0066FF}
.style2 {color: #FFCC00}
#popups {
	padding: 10px 10px 10px 10px;
}
#popups h2 {
	font-family : Trebuchet MS, Georgia, Times,serif;
	font-weight : bold;
	color : #000000;
	background-color : #FFFFFF;
	background : none;
	font-size: 14pt;
}
#popups h3 {
	font-family : Trebuchet MS, Georgia, Times,serif;
	font-size : 12pt;
	font-weight : normal;
	color : #000000;
	background-color : #FFFFFF;
	background: #FFF;
	margin-left: 0px;
}
#popups p {
	font-family : Trebuchet MS, Georgia, Times,serif;
	font-size : 10pt;
	font-weight : normal;
	color : #000;
	background-color : #FFFFFF;
	line-height : normal;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

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