body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #fff;
  background-image: none;
  border-color: #000;
  color: #000;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
}

h1 a {
  color: #000;
  text-decoration: none;
}

h1 a:hover {
  color: #B41F2A;
  text-decoration: none;
  margin-bottom: 20px;
}


h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover{
  color: #B41F2A;
  text-decoration: none;
}

li {
	margin-bottom: 15px;
	line-height: 1.4em
}

ul {
	margin-top: 10px;
	margin-bottom: 20px;
}

p {
	line-height: 1.5em;
}

#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  padding: 10px;
  text-align: left;
  width: 100%;
}

#outerWrapper #pageWrapper {
  border-top: solid 3px #CC0000;
}

#logoWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  padding: 0px;
  text-align: left;
  width: 900px;
}

#outerWrapper #header {
  background-color: #fff;
  border-bottom: solid 3px #CC0000;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  padding: 10px 10px 10px 10px;
}

#pageContainer {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 900px;
}
#pageContainer #top-menu {
	display: none;
}

#pageContainer taglineWrapper {
  background-color: #fff;
  padding: 0;
  margin: 0;
}

#pageContainer #contentWrapper #content-home {
  margin: 0 340px 0 0;
  padding: 10px 10px 10px 10px;
  text-align: left;
}

#pageContainer #contentWrapper #content {
  margin: 20px 350px 20px 0;
  padding: 0 15px 0 0;
  text-align: left;
}

#pageContainer #contentWrapper #content2 {
  margin: 0 290px 0 0;
  padding: 10px 10px 10px 0;
  text-align: left;
}

#pageContainer #contentWrapper #mainContent {
  margin: 0 290px 0 0;
  padding: 10px 10px 10px 0;
  text-align: left;
}

#pageContainer #contentWrapper #rightColumn1 {
  background-color: #fff;
  float: right;
  padding: 10px 0;
  width: 320px;
  text-align: center;
}

#pageContainer #contentWrapper #rightColumn2 {
  background-color: #fff;
  float: right;
  padding: 0;
  width: 270px;
}

#sideMenu {
	width: 250px;
	padding: 10px 15px 10px 15px;
	margin: 5px;
	background-color: #F3DCCB;
}

#sideColumn {
	width: 250px;
	padding: 10px 15px 10px 15px;
	margin: 5px;
	background-color: #F3DCCB;
}

#pageContainer #contentWrapper .clearFloat {
  clear: right;
  display: block;
}

#pageTxt {
	text-align: left;
	padding-bottom: 20px;
}

#newsBox {
	background-color: #F3DCCB;
	border: solid 1px #CC0000;
	margin: 20px 40px 40px 25px;
	padding: 0 20px 10px 20px;
	
}

#outerWrapper #footer {
	display: none;
}

.headline-a {
	background: url(../images/a-circle.gif) top left no-repeat;
	padding-left: 30px;
}

.headline-b {
	background: url(../images/b-circle.gif) top left no-repeat;
	padding-left: 30px;
}

.headline-c {
	background: url(../images/c-circle.gif) top left no-repeat;
	padding-left: 30px;
}


#quoteWrapper {
	width: 250px;
	padding: 10px;
	margin: 10px;
	background: url(../images/open-quotes.gif) top left no-repeat;
	
}

#sideImage {
	display: none;
}

#quoteTxt {
	margin: 0;
	padding: 10px 20px 20px 10px;
	font-style: italic;
	background: url(../images/close-quotes.gif) bottom right no-repeat;
}

#quoteSignature {
	margin: 0;
	padding: 10px 20px 85px 0;
	background: url(../images/a-large.gif) bottom left no-repeat;
	text-align: right;
}

#quoteSignature p{
	font-size: 11px;
	margin: 2px;
	line-height: 11px;
}

.smallTxt {
	font-size: 11px;
}

