@charset "utf-8";


h1 {font-size: 60px; color: #666666; font-weight: normal;}
h2 {font-size: 20px; color:#666666; font-weight: normal; margin-bottom: 20px; text-decoration:none; text-shadow: white 0em 0.1em 0.1em;}

a:link, a:visited { text-decoration: none; color: #333333;} 
a:hover, a:active { text-decoration: none;color: #666666; } 

.elabbanner {
	text-align: center;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
}

a img {border:none;}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image:url(../images/bg.png)
}

#nav  {
	color:#333;

}

.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}

.rigo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.rigobulleted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-type: circle;
	text-indent: 0px;
	list-style-position: outside;
	padding-left: 0px;
}


.rigo5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-stretch: wider;
	font-weight: bold;
}
.rigo6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #333333;
	font-style: italic;
}
.rigo7 {
	font-family: 'museo', Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	letter-spacing: 0em;
	font-weight: bold;
	text-align: center;
	text-shadow: white 0em 0.1em 0.1em;
}
.oneColFixCtr #container #mainContent table tr td table {
	text-align: left;
}
.typekit-badge {display:none !important;}

