.menu { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold; 
	color : #ffffff; 
	line-height: 18px; 
	text-decoration : none; 
	padding : 5px;
} 
.menu:link { 
	color : #ffffff; 
} 
.menu:hover { 
	color : #cc0033; 
} 
.menuproducts { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold; 
	color : #ffffff; 
	line-height: 18px; 
	text-decoration : none; 
	padding : 5px;
} 
.menuproducts:link { 
	color : #ffffff; 
} 
.menuproducts:hover { 
	color : #caca00; 
} 
.footerlinks { 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : 9px; 
	font-weight : bold; 
	color : #c0c0c0; 
	text-decoration : underline;	 
} 
.footerlinks:link { 
	color : #c0c0c0; 
	text-decoration : underline; 
} 
.footerlinks:hover { 
	color : #ffffff; 
	text-decoration : none;	 
} 

.subheading { 
	color: #006080; 
	font-weight : bold; 
	font-size : 15px; 
} 
.big { 
	color : #ff0000; 
	font-size : 14px; 
	font-weight : bold; 
} 
.red {   
	color: #aed7ff; 
}
.maintable {   
	border-width: 3px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #ffffff;
	border-collapse: collapse;
}
.maintable {   
	border-width: 3px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #ffffff;
	border-collapse: collapse;
}
.mainbody{ 
 margin:5; 
 padding:5; 
 text-align:left; 
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 14px;
 background-color : #efefef;
} 
.homepagetext{ 
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 13px;
 color : #ffffff;
 padding:5px;
}
.homepagelink{ 
 color : #ffffff;
}
.homepagelink:link{ 
 color : #ffffff;
}
.homepagelink:visited{ 
 color : #ffffff;
}
.homepagelink:hover{ 
 color : #ffffcc;
}

/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 11px;
 background-color : #1a1a1a;
} 
 
#pagewidth{ 
 width:700px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:60px; 
 background-color:#1a1a1a; 
 width:100%;
} 
 
#leftcol{
 width:220px; 
 float:left; 
 position:relative; 
 background-color:#4a4a4a; 
 }
 
#maincol{background-color: #4a4a4a;  
 float: left; 
 display:inline; 
 position: relative; 
 width:700px; 
 text-align:center;
 }
 
#footer{
 height:50px; 
 background-color:#1a1a1a; 
 clear:both;
 font-family : Verdana, Arial, Times New Roman;
 font-size:9px;
 text-align: center;
 color:#ffffff;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  


 
 /*printer styles*/ 
/* @media print{ */
/*hide the left column when printing*/ 
/*#leftcol{display:none;} */

/*hide the right column when printing*/ 
/* #rightcol{display:none;} */
/* #twocols, #maincol{width:100%; float:none;} */
/*}
