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

body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;

	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-image: url(../_pics/backgrad2.png);
	background-repeat: repeat-x;
	background-color: #E6E7E8;
}

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

h1, h2, h3, h5, h6, strong {
	font-weight:bold;
}


h1 {
	color:#333;
	font-size:1.8em;
	margin-top:1.2em;
}

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;
}

h3 {
	color:#006600;
	font-size:1.2em;
	line-height:1.0em;
	margin-bottom:1em;
}

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


p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.2em;
	margin-bottom:0.8em;
	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: #999;
	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;
}
