html, body {
  height: 100%; /* Required */
  margin-top: 0px;
  
}


body
{
	background-color : #ffffff;
	color:#333;
	/*font-size: 76%;*/
	font-size: 9pt;
	font-family:Arial, Helvetica,  Verdana, sans-serif;
	font-weight : normal;
	height:100%;
	margin-top: 0px;
	line-height : 140%;
}

.strongblue{
	font-weight: bolder;
	color: #9999cc;
	background-color: transparent;
}


div.horizontal{
	//width: 800px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	clear:left;
	text-align: left;
	display:block;
}

div.content{
	width: 800px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 24px;
	background-color: #ffffff;
	float: left;
}
.lefttext{
	float:left;
	}
.righttext{
	
	float: right;
	}
div.leftmenu
{
	width: 120px;
	float:left;
	clear:left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 24px;
	background-color: #ffffff;
}

.fullwidth{
	//width: 800px;
	float: left;
	clear:left;
	padding: 0, 0, 0, 0;
	background-color: #ffffff;
}
	

.halfleft{
	width: 376px;
	float:left;
	clear:left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 24px;
	background-color: #ffffff;
}

.halfright{
	width: 376px;
	float: right;
	background-color:#ffffff;
	padding-top: 0px;
	padding-left: 0px;
	padding-right:0px;
	padding-bottom: 0px;
}

a.textlink:link, a.textlink:active, a.textlink:visited{
	color: #ffffff;
	font-size: 8pt;
	background-color: #9999cc;
	text-decoration: none;
	padding-left:4px;
	padding-right:4px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	font-style : italic;
}
	
a.textlink:hover{
	
	color: #f1f1f1;
	background-color: #a1a1cc;
	text-decoration: none;
	}
a.toplink:link,  a.toplink:active, a.toplink:visited{
	display:inline;
	color: #ffffff;
	background-color: #9999cc;
	text-decoration: none;
	padding-left:8px;
	padding-right:8px;
	padding-bottom: 4px;
	padding-top: 2px;
	}
a.toplink:hover{
	
	color: #f1f1f1;
	background-color: #a1a1cc;
	text-decoration: none;
	}


a.leftlink:link,  a.leftlink:active, a.leftlink:visited{
	
	width: 104px;
	display:block;
	color: #ffffff;
	background-color: #9999cc;
	text-decoration: none;
	padding-left:8px;
	padding-right:8px;
	padding-bottom: 4px;
	padding-top: 2px;
	}
a.leftlink:hover{
	display:block;
	color: #f1f1f1;
	background-color: #a1a1cc;
	text-decoration: none;
	}
ul{
padding-bottom: 8px;
}
li{
padding-bottom: 8px;
}

div.spacer{
	height: 1px;
	display: block;
	background-color: transparent;
	}

div.headerblock{
	//width:780px;
	background-color: #ffffff;
	clear: left;
	display:block;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	
}
div.footer{
	width: 800px;
	float:right;
	text-align: right;
	clear:left;
	display: block;
	background-color: #ffffff;
	vertical-align: bottom;
}

a:link, a:active, a:visited
{
	color:#3366cc;
	background-color: transparent;
	text-decoration: none;
	}
a:hover
{
	color:#3366cc;
	background-color: transparent;
	text-decoration: underline;
	}

a.colorbutton:link,  a.colorbutton:visited, a.colorbutton:active{
	color: #3366cc;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px outset #3366cc;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:4px;
	padding-right:4px;
	line-height : 100%;
	}
a.colorbutton:hover{
	color: #ffffff;
	background-color: #9999cc;
}
	


.warning{ color:#cc0000; }

form { padding: 0px; margin: 0px; }

/*fieldset{ width: 80%;}*/


input {
	font-size: 100%;
	border: 1px solid #cccccc;
	font-family:Arial,sans-serif;
	}
select{
	font-size: 100%; 
	font-family:Arial,sans-serif;
	border:1px solid #cccccc;
}

textarea{
	font-size: 100%; 
	border-left-color: #999999; 
	border-bottom-color: #999999; 
	border-top-style: solid; 
	border-top-color: #999999; 
	font-family:Arial,sans-serif;
	border-right-style: solid; 
	border-left-style: solid; 
	border-right-color: #999999; 
	border-bottom-style: solid
}

.headline
{
	font-size:120%;
	color:#999999;
	background-color: #ffffff;
	
	margin-bottom:8px;
}

.date
{
	font-family: "Century Gothic", "Avant Garde", sans-serif;
	font-size: 16pt;
	background-color: #ffffff;
}



div.fourfifths{
	width: 80%;
	text-align: left;
	background-color: #ffffff;
}



div.twothirdsleft{
	
	width: 406px;
	float:left;
	clear:left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 24px;
	background-color: #ffffff;
	
	}
div.onethirdright{
	
	float: right;
	width: 206px;
	background-color:#ffffff;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	}
	
img {
padding:0;
margin:0;
border:0;
}

a img {
border:0;
}



div.menubar{
	width: 100%;
	clear:left;
	background-color:#ffffff;
	padding-top: 8px;
	padding-bottom: 2px;
}



	

	
.feature{
	border : 1px solid #3366cc;
	padding-left:8px;
	padding-right:8px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #ffffff;
}


div.thirdleft{
	width: 260px;
	background-color: #ffffff;
	display:inline;
	}
img.rightfloat{
	float: right;
	background-color: #ffffff;
	}




div.horizontalbox{
	width:100%;
	height:160px;
	clear:left;
	background-color:#F3F3F3;
	border-bottom:1px solid #ffffff;
	display:block;  
}

div.productbox{
	width: 90%;
	background-color: #ffffff;
	border-top : 1px dotted #cccccc;
	padding-bottom : 12px;
	padding-top : 12px;
	display:block;
	clear:left;
}

		
div.producttext{
	float:left;
	padding-left: 24px;
	}

	
div.halfblock{
	width:50%;
	display:block;
	}
	
div.quarter{
	width:201px;
	margin-right:1px;
	float:left;
	clear:left;	
}

div.quarter_gray{
	width:201px;
	margin-right:1px;
	height:261px;
	background-color:#F3F3F3;
	float:left;
	clear:left;		
}


div.quarter_box{
	width:189px;
	height:100%;
	border-right: 1px solid #ffffff;
	background-color:#F3F3F3;
	float:left;
	font-size:95%;
	line-height:120%;
}

div.threequarter{
	float:left;
	width:440px;
}


a.graylink:link, a.graylink:active, a.graylink:visited
{
	color: #005c25;
	
	background-color:transparent;
	text-decoration: none;	
	}
a.graylink:hover
{
	color:#005c25;
	background-color:transparent;
	text-decoration: underline;
}
	



