/*Main*/

body {
	font-size: 1em;
	background:#fff;
	color: #000000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #000000;	
	}

#banner {
	background: url(../images/banner/top.jpg) center;
	}

#footbanner {
	background: url(../images/banner/bottom.jpg) center;
	}
  

#footer {
	text-align:center;
	background-color: #442E17;
	font-size: .7em;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1.8px;
	}


#contentText	{
padding: 10px 30px 20px 60px;
	}
	

/*Heading*/
h1 {
	margin-top: 25px;
	font-size: .9em;
	font-weight: normal;
	}

/*Paragraph*/
p {
	font-size: .8em;
	font-weight: normal;
	line-height: 1.4em;
	}

.blurb {
	font-size: .8em;
	font-weight: normal;
	text-align:center;
	} 
	
/*Text Input Boxes*/	
.input {background: #fff; font-size: .9em;}
.inputTxt {font-size: .9em; text-align:right; }
.inputComments {font-size: .9em; }

/*Image*/
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.map { margin: 10px 0px 10px 0px;}
img.bernie {
	float:right; margin: 20px 0px 5px 0px;
	padding:20px 20px 10px 10px; 
	}


/*Link*/
a:link {color: #000000; text-decoration:underline;}
a:visited { color: #442E17 }
a:hover { color: #E5E2D2; background-color:#442E17}
