﻿td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000; }
	
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000; }
	
div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000; }
	
.default body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000; }
	
a:link {color: #3091e2; text-decoration: none }
a:visited {color: #4E769F; text-decoration: none }
a:hover {text-decoration: underline; color: #000000; background-color: #EAEAEA;
border-top: 1 px solid #000000;
}

a.bottomlinks:link {color: #FFFFFF; text-decoration: none }
a.bottomlinks:visited {color: #FFFFFF; text-decoration: none }
a.bottomlinks:hover {text-decoration: none; border-bottom: 1px dashed black; color: #000000; background-color: #EAEAEA}
/* COMMENT: USING THE BORDER-BOTTOM TAG MAY REQUIRE PADDING ON CONTAINERS FOR EFFECT TO BE VISIBLE */

a:img {border: none; }

h1 {
 font-size: 12pt; font-weight: bolder; color: #4E769F;
 margin-left:20px;
 border-width:thin;
 border-style:dotted none dotted none;
 border-color: #EAEAEA;
 padding: 2px;
}
 
p {
text-align: left;	
}

p.center {
text-align: center;
}

hr {
	color: #C0C0C0;
	border-width: thin;
	border-style: dotted;
	padding-right: 20px;

}



 
 /* the box below uses margin-left to center content in the main column */
.attentionbox {
	margin-left: 20px;
	padding: 7px;
	background-color: #BFDEF7;
	color: #000000;
	font-size: 8pt;
	text-align: left;
	border-width: thin;
	border-color: #C0C0C0;
	border-bottom-style: solid;
	border-top-style: solid;
	width: 550px;
} 
 

.img {
border: none;
text-align: left;
}
.img-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border-style: solid;
	border-color: #EAEAEA;
	border-bottom-width: 1px;
}
.img-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

.centerimg {
	
text-align: center;
}

.imgpadding {
	padding-right: 2px;
	margin: 3px;
}

body{ 
 margin: 0; 
 padding: 0; 
 text-align: center;
 background-color: #EAEAEA; 
} 

/* bg color 204777 */ 

div.products {
 float: left;
 border: 1px solid #red;
 padding: 2px
 }
 
 
.productheader {
 background-color: #C0C0C0;
 color: #204777;
 text-align: left;
 font-weight: bold;
 border-top: 1px solid #7f7d7d;
 border-bottom: 1px solid #7f7d7d;
 padding: 4px;
}
 
#pagewidth{ 
 width: 800px;
 height: 100%; 
 text-align: left;  
 margin-left: auto; 
 margin-right: auto;
 border: 1px solid #000000;
} 
 
#header{
 position: relative; 
 background-color: #FFFFFF;
 height: 150px; 
 width: 100%;
 }

#navigation {
 position: relative;
 width: 790px;
 background-color: #d6d4d4;
 border-top: thin solid #C0C0C0;
 border-bottom: thin solid #C0C0C0;
 padding: 5px;
 text-align: center;
 margin-left: auto; 
 margin-right: auto;  
} 



.navheader {
 background-color: #C0C0C0;
 color: #204777;
 text-align: left;
 font-weight: bold;
 border-top: 1px solid #7f7d7d;
 border-bottom: 1px solid #7f7d7d;
 padding: 4px;
} 
 
#leftcol{
 width: 150px;
 height: 100%; 
 float: left;
 text-align: left; 
 position: relative; 
 background-color: #EAEAEA;
 border-right: 1px solid #C0C0C0;
 padding: 2px
  }
 
#maincol{
 background-color: #FFFFFF;  
 float: right; 
 display: inline;
 padding-left: 2px; 
 position: relative; 
 width: 643px;
 height: 100%;
 }
 
#footer{
 position: relative;
 width: 790px;
 height: 20px; 
 background-color: #d6d4d4;
 border-top: 1px solid #C0C0C0;
 border-bottom: 1px solid #C0C0C0;
 padding: 5px;
 text-align: center; 
 clear: both;
 } 
 
.copyright {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 text-align: center;
 font-size: 8pt;
 border: 1px dotted #EAEAEA;
 width: 800px;
}

.clearall {
clear:all
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*
/* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  




 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#maincol{width:100%; float:none;}
#twocols{width:100%; float:none;}
}