
/* Headings & Text

============================================================================= */



#content a{

  font-size:12px;
  text-decoration: none;
  color: #023F5D;

}


#content a:hover{

  color: #681010;
  text-decoration: none;


}


#content p{

	margin: 0;
	padding: 0;

}



/* Apply to new paragraphs */

.new{

  padding-top: 14px;

}

#content h1{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-variant:small-caps;
	color:#023F5D;
}

#content h2{

  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-variant:small-caps;
  color:#FFF;
  margin: 0;
  padding: 0;

}

#content h3{
	font-family:Verdana;
	font-size: 12px;
	font-weight:normal;
	color:#023F5D;
	padding: 5;

}
	

.text11{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#023F5D;
	}
	
.text12{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#023F5D;
	}
	
.text14{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#023F5D;
	}
	

.heading{

  padding-bottom: 5px;
  border-bottom: 1px dashed #D4D2C3;
  margin-bottom: 5px;

}



/* Misc

============================================================================= */



/* To be applied to all pictures */

.border{

  padding: 0px;
  border: 1px solid #681010;
  display: table-cell;

}


/* Buttons

============================================================================= */


/* Signup Form
=========================================================================== */

#signupForm
{
  margin: 0;
  padding: 8px 15px 0 15px;
}

#signupName, #signupEmail
{
  height: 16px !important;
  height: 14px;
  heigh\t: 16px;
  width: 150px !important;
  width: 146px;
  widt\h: 150px;
  padding: 2px 0 0 4px; 
  border: 1px solid #B3A68D;
  line-height: 16px;
  font-size: 11px;
  color: #8D887B;
  margin: 2px 0 4px 0;
}

#pageWrapper #signupName.error, #pageWrapper #signupEmail.error
{
  border-color: #B30E00;
  color: #B30E00;
}

#signupButton
{
  display: block;
  height: 18px;
  width: 56px;
  background: url(/img/buttons/submit.gif) 0 0 no-repeat;
  margin-top: 6px;
}

#signupButton:hover
{
  background-position: 0 -18px;
}





