@charset "utf-8";
/* CSS Document */

body {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333;
	background-image: url(../_pics/backgrad2.png);
	background-repeat: repeat-x;
	background-color: #E6E7E8;
}

#content {
	color:#333;
	padding: 0px;
}

strong {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	color:#333;
	font-size:1.6em;
	margin-top:1.2em;
	font-weight:normal;
}

.h1subtitle {
	color: #666;
	font-size: 0.8em;
	font-weight: normal;
}

h4 {
	font-weight:normal;
	color:#999;
	font-size:1.4em;
	line-height:0.8em;
	margin-bottom:1em;
}


h2 {
	color:#666;
	font-size:1.1em;
	line-height:1em;
	margin-bottom:1em;
	font-weight:normal;
}

h3 {
	color:#006600;
	font-size:1.1em;
	line-height:1.0em;
	font-weight:normal;
	margin-bottom:1em;
	margin-top: 10px;
}

h3 a {
	color:#006600;
	text-decoration:none;
}
h3 a:hover{
	text-decoration:underline;
	}


p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.2em;
	margin-bottom:1.0em;
	font-size:1.0em;
	text-align:left;
}

a {
	text-decoration:none;
	font-weight:normal;
	color:#006600;
}

a:hover{
	text-decoration:underline;
	}


.foottext {
	color:#339933;
	text-align: center;
	font-size:12px;
	font-weight:normal;
}

.headertelephone {
	color:#fff;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	padding: 0 20px 0 0;
	line-height:1em;
}

.h1subtitle {
	color: #666;
	font-size: 0.8em;
	font-weight: normal;
}

.quote {
	color: #666;
	font-size: 1.0em;
	font-weight: normal;
	font-style:italic;
	padding-left:30px;
	padding-right:30px;
}

