body {
	margin: 0;
	padding: 0;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25;
}
a:link		{
	color: #0000ff;
	text-decoration:underline;
}
a:visited	{
	color: #CC3399;
	text-decoration:none;	
}
a:hover	{
	color:#FF0000;
	text-decoration:underline;
}
a:active	{
	color:#FF0000;
	text-decoration:underline;
}
h1, h2 , h3 {
	color: #000000;
}
#wrapper {
	width: 700px;
	background-image: url(images/white_wrapper.gif);
	margin: 0 auto;
	overflow: hidden;
}
/* If #wrapper is absolutely positioned,
use only top/left, not margins for 
positioning, or Op6 loses top margin on 
#bughouse. Lack of a set 'width' will not 
trigger the bug if abs/pos is used. */

* html #wrapper {
	width: 700px;
	w\idth: 700px;
}
/*********************************
The trickery above uses the Tan hack. 
See: "A Modified SBMH" on that page.
*********************************/
#header {
	background-image: url(images/logo_700.jpg);
	background-repeat: no-repeat;
	padding: 0;
	height: 100px;
}
#content {
	padding: 0;
}
#content li {
	margin-left: 20px;
}
#content p h1 h2 h3 {
	margin: 0;
	text-align: left;
	padding: 5px 0px 0px 15px;
}
#navcontainer {
   margin-left : 1px;
}

#navcontainer ul {
   list-style : none;
   margin : 0;
   padding : 0;
   text-align : center;
}

#navcontainer li {
	display : block;
	float : left;
	background-color: #52B6D3;
}

#navcontainer li a {
	color : #000000;
	display : block;
	width : 84px;
	text-decoration : none;
	padding : 1px 1px;
	border-left : 1px solid;
	border-bottom : 1px solid;
	border-right : none;
	font-size: 12px;
	border-top: 1px solid;
}

#navcontainer ul li a:hover {
	color : #FFFFFF;
	background-image: url(images/nav_back_hover.jpg);
	font-weight: bold;
}

#navcontainer a:active	{
}

#specialborder {
	border-right : 1px solid;
	border-color: #000000;
}
#column_left	{
	margin-left: 0px;
	width: 190px;
	float: left;
	padding: 40px 10px 0px 15px;
}
#column_right	{
	width: 440px;
	float: right;
	padding: 10px 25px 0px 10px;
}
.rightimage	{
	float: right;
	padding: 5px 10px 5px 10px;
}
.leftimage	{
	float: left;
}
#classes {
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 10px;
	margin-left: 25px;
}
fieldset	{
	border: #0099cc solid 1px;
	padding: 0px 10px 5px 20px;
	width: 570px;
	margin-left: 25px;
}
legend	{
	border: #26a solid 1px;
	padding: 1px 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #52B6D3;
	font-weight: bold;
} 
.titles	{
	padding: 0px 15px 0px 50px;
}
.product	{
	margin-left: 30px;
	margin-right: 5px;
}
.style1 {color: #0066FF}
.style2 {color: #FFCC00}
#contentpop	{
	background-color: #FFFFFF;
	}
#popups {
	padding: 10px 10px 10px 10px;
}
#popups h1 {
	font-family : Trebuchet MS, Georgia, Times,serif;
	font-weight : bold;
	color : #000000;
	background-color : #FFFFFF;
	font-size: 18pt;
}
#popups h2 {
	font-family : Trebuchet MS, Georgia, Times,serif;
	font-weight : bold;
	color : #000000;
	background-color : #FFFFFF;
	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;
}
#footer {
	background: no-repeat;
	padding: 0;
	clear: both;
	margin: 0;
}

.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 */
