/* Fonts */

BODY {
	font-family : arial, sans serif;
	color : #666666;
	font-size : 13px;
	background-color: #E6E6C2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center; /*center hack*/
	line-height: 17px;
}

.white{
	font-family : arial, sans serif;
	color : #FFFFFF;
	line-height: 17px;
	font-size : 12px;
}

.whitesmall{
	font-family : arial, sans serif;
	color : #FFFFFF;
	line-height: 17px;
	font-size : 11px;
}

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

.title{
	font-family : arial, sans serif;
	color : #666666;
	font-size : 18px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 17px;
}

.small{
	font-family : arial, sans serif;
	color : #666666;
	font-size : 11px;
	line-height: 17px;
}

.maroontext{
	font-family : arial, sans serif;
	color : #660000;
	font-size : 12px;
	line-height: 17px;
}

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

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

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

/* forms */

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

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

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

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

.button {
  background-color: #660000;
  width: 50px;
  color: #FFFFFF;
  border: 1px solid #660000;
  padding: 3px;
}

.button:hover {
  background-color: #990000;
  width: 50px;
  color: #FFFFFF;
  border: 1px solid #660000;
  padding: 3px;
}

/* DIVs */

div.spacer {
  clear: both;
  }

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

div.padding {
  padding: 4px;
}

div.padding2 {
  padding: 10px;
}

/*Tables*/

.light {
  background-color: #CCCC99;
}

.med {
  background-color: #B2B277;
}

.dark {
  background-color: #999966;
}

.maroon {
	background-color: #660000;
	color: #FFFFFF;
}

/* Links */

a:link {
	color : #660000;
	font-family : arial, sans serif;
	text-decoration : underline;
}

a:visited {
	color : #999966;
	font-family : arial, sans serif;
	text-decoration : underline;
}

a:hover {
	font-family : arial, sans serif;
	color: #660000;
	text-decoration : underline;
}

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

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

a.white:hover {
	font-family : arial, sans serif;
	color: #FFFFFF;
	background-color: none;
	text-decoration : none;
}

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

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

a.whitesmall:hover {
	font-family : arial, sans serif;
	color: #FFFFFF;
	background-color: none;
	text-decoration : none;
}


