/* BASIC STYLES
------------------------------------------------------*/
body {
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	}
	
h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	}
	
h1 {
	font-size: 24px;
	}
	
h2 {
	font-size: 20px;
	}
	
h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 20px 0;
	}
	
h4 {
	font-size: 14px;
	}
	
p {
	color: #2c2c2c;
	margin: 0 0 20px 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
	
strong {
	color: #000;
	font-weight: bold;
	}
	
a {
	color: #0e74ab;
	}
	
a:hover {
	color: #98a013;
	}
		
hr {
	display: none;
	}
	
ul {
	list-style-image: url(/images/bullet.gif);
	margin: 10px 0 20px 17px;
	}

li {
margin: 20px 0;}
	
em {font-style: italic;}

blockquote {
border-top: 1px solid #dfe7eb;
border-left: 1px solid #dfe7eb;
padding: 10px 0 0 10px;
}

	
/* HEADER
------------------------------------------------------*/

	
ul#nav_sub {
	display: none;
	}
	
ul#nav_main {
display: none;
	}
	
	div#footer ul {
display: none;
	}