/* Fonts */

BODY {
	font-family : verdana, sans-serif;
	color : #002134;
	font-size : 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center; /*center hack*/
	background-color: #821510;
}

.white{
	font-family : verdana, sans-serif;
	color : #FFFFFF;
	font-size : 14px;
	font-weight: bold;
}

.footer{
	font-family : verdana, sans-serif;
	color : #000000;
	font-size : 12px;
	font-weight: bold;
}

.border{
	border: 1px solid #000000;
}

.title{
	font-family : verdana, sans-serif;
	font-size : 18px;
	font-weight: bold;
}

.titlebig{
	font-family : verdana, sans-serif;
	font-size : 24px;
	font-weight: bold;
	color: #C10831;
}

.titlesmall{
	font-family : verdana, sans-serif;
	font-size : 14px;
	font-weight: bold;
}

.titlered{
	color: #FF0033;
	font-family : verdana, sans-serif;
	font-size : 14px;
	font-weight: bold;
}

.scripture{
	color: #FF0033;
	font-family : verdana, sans-serif;
	font-size : 12px;
	font-weight: bold;
	font-style: italic;
}


.small{
	font-family : verdana, sans-serif;
	color : #000000;
	font-size : 11px;
}

.list {
	font-family : verdana, sans-serif;
	color : #666666;
	font-size : 12px;
	line-height: 17px;
}

.testimonial {
	font-family : verdana, sans-serif;
	color : #666666;
	font-size : 11px;
	line-height: 17px;
	font-style:italic;
}

.pic { background-color: #FFFFFF; padding: 3px; border: 1px solid #CCCCCC; margin: 5px; }


/* forms */

input, select, textarea {
   font-family: verdana, sans-serif;
   font-weight: none;
   vertical-align: middle;
   background: #FFFFFF;
   border: 1px solid #CCCCCC;
   font-size: 13px;
   color: #000000;
}

input:hover {
   border: 1px solid #CCCCCC;
   background: #EEEEEE;
   color: #666666;
}

select:hover {
   border: 1px solid #CCCCCC;
   background: #EEEEEE;
   color: #666666;
}

textarea:hover {
   border: 1px solid #CCCCCC;
   background: #EEEEEE;
   color: #666666;
}

.auction {
  background-color: #821510;
  padding: 2px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 16px;
}

#feature {padding: 10px; background-color:#669966;color:#FFFFFF; font-weight:bold;}
#feature p{margin:0;padding:0;}


.table {
  border: solid 1px #002134;
  padding: 3px;
 }
 
td .table{
  border: solid 1px #002134;
 }

.button {
  background-color: #821510;
  width: 100px;
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  padding: 5px;
  font-weight: bold;
  position:relative;
  height: 30px;
}

.button:hover {
  background-color: #12952B;
  width: 100px;
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  padding: 5px;
  font-weight: bold;
  position:relative;
  height: 30px;
}

/* DIVs */

div.spacer {
  clear: both;
  }

div.container {
  background-color: #FFFFFF;
  width: 750px;
  margin:0 auto; /*center hack*/
}

div.padding {
  padding: 5px;
}

/*Tables*/

.side {
  background-color: #6E9FC9;
  width: 220px;
  padding: 5px;
  vertical-align: top;
  text-align: center;
  padding-top: 18px;
}

.promo {
  background-color: #FFFFFF;
  width: 100%;
  padding: 5px;
  vertical-align: top;
  border: solid 2px #025AA4;
 }
 
.promotitle {
 font-weight: bold;
 color: #BF0D35;
 font-size: 18px;
}

/* Links */

a:link {
	color : #821510;
	font-family : verdana, sans-serif;
	text-decoration : none;
}

a:visited {
	color : #12952B;
	font-family : verdana, sans-serif;
	text-decoration : none;
}

a:hover {
	font-family : verdana, sans-serif;
	color: #12952B;

}

a.button:link {
	color : #FFFFFF;
	font-family : verdana, sans-serif;
	text-decoration : none;
}

a.button:visited {
	color : #FFFFFF;
	font-family : verdana, sans-serif;
	text-decoration : none;
}

a.button:hover {
	font-family : verdana, sans-serif;
	color: #FFFFFF;

}

a.titlesmall:link {
	color : #FF0033;
	font-family : verdana, sans-serif;
	text-decoration : none;
}

a.titlesmall:visited {
	color : #0EA41E;
	font-family : verdana, sans-serif;
	text-decoration : none;
}

a.titlesmall:hover {
	font-family : verdana, sans-serif;
	color: #0EA41E;

}


