/***********************************************************************************/
/*																				   */
/* e3 basic css | JDG | 2004/12/14                                                 */
/* DO NOT ADD NEW STYLES HERE												       */
/*																				   */
/***********************************************************************************/

body {
	font: 0.7em Verdana, arial;
	line-height: 1.4;
	color:#000;
	background: #fff;
	margin: 10px;
	}
body.smallText #wrapper { font-size: 100%; }	
body.mediumText #wrapper { font-size: 125%; }	
body.largeText #wrapper { font-size: 160%; }	

body.smallText #wrapper h3 {font-size: 170%; }	
body.mediumText #wrapper h3 { font-size: 200%; }	
body.largeText #wrapper h3 { font-size: 230%; }	

body.smallText #wrapper .featureBlock4 h3 { font-size: 100%; }	
body.mediumText #wrapper .featureBlock4 h3 { font-size: 125%; }	
body.largeText #wrapper .featureBlock4 h3 { font-size: 160%; }	

h1 {	
	display: block;
	}	
h3 {
	text-decoration: underline;
	font-weight: bold;
	}	
a {
	color: #008ecc;
	cursor: pointer;
	font-weight: bold;
	}	
a:active, a:focus {
	font-weight: bold;
	}	
a img {
	border: 0;
	}	
h2, h3, h4 {
	margin: 0;
	padding: 0 0 1% 0;
	clear: left;
	}	
p {
	padding: 11px 0 0 0;
	margin: 0;
	/*clear: left;*/
	}	
hr {
	border: 1px solid #9FDE00;
	background: #9FDE00;
	padding: 1px 0 0 0;
	height: 2px;
	}	
ul {
	margin: 10px;
	padding: 0;
	}	
	
blockquote {
	font-style: normal;
	font-size: 120%;
	padding: 0;
	margin: 20px;
	}				
	
/* SEO */
#seo h1 {
	line-height: 2;
	}
#seo p {
	display: none;	
	}
	
/* Menu */
ul#menu {
	background: none;
	}
ul#menu ul {
	display: none;
	visibility: hidden;	
	}	
	
/* feature blocks */
.featureBlock {
	border: 1px dotted #9FDE00;
	margin-bottom: 10px;
	padding: 1%;
	}	
.featureBlock img {
	display: none;
	}		
	
/* Classes */
.hide {
	display: none;
	}		
#flashHolder {
	display: none;
	}	
