@import url(//fonts.googleapis.com/css?family=Duru+Sans|Carrois+Gothic+SC|Roboto:400,300,100italic,100,300italic|Didact+Gothic|Metrophobic);

/* ******************************************************************** */ 
/*                  Generated by: http://csscreator.com                 */
/* ******************************************************************** */
html, body{ 
 margin:0px 0px 0px 0px; 
 padding:16px 0px 0px 0px; 
 text-align:center; 
 font-family: 'Metrophobic', sans-serif;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #E6E6E6),
	color-stop(1, #FFFFFF)
);
background-image: -o-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
background-image: linear-gradient(to bottom, #E6E6E6 0%, #FFFFFF 100%);
} 
 
#pagewidth{ 
 width:1024px;
 text-align:left; 
 margin:0 auto; 
} 

a:link {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;

}

button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 6px 10px;
	background: -moz-linear-gradient(
		top,
		#e8e8e8 0%,
		#919191);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#e8e8e8),
		to(#919191));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
 
#header{
 position:relative; 
 height:120px; 
 width:100%;
 display:block;
 overflow:auto;
} 
 
#leftcol{
 width:175px; 
 float:left; 
 margin-left: 10px;
 position:relative; 
  }
 
#twocols{
 width:825px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:245px; 
 float:right; 
 position:relative; 
 right: 45px;
  font-family: "Didact Gothic", sans-serif; 
 font-size: small;
  
 }
 
#maincol{
 float: left; 
 top: 20px;
 position: relative; 
 width:500px; 
 }
 
#footer{
 height:150px; 
 clear:both;
 text-align: center;
 display:block;
 overflow:auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
} 
 

 
 
/* ******************************************************************** */ 
/* Clearfix: http://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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
