/* Main Table Styling */
.CellBorderLeft td
{
   border-left: 2px solid #04548F;
   background-color: White;
}
.CellBorderRight td
{
   border-right: 2px solid #04548F;
   background-color: White;
}
.TableBorderRightLeft
{
   border-left: 2px solid #04548F;
   border-right: 2px solid #04548F;
   background-color: White;
}
.my_link
{
   cursor: pointer; 
   color: Navy; 
   text-decoration: underline;
}

/* SIGNUP WIZARD */
.SignupWizardContainer
{
	font-family: Arial;
	font-size: 9pt;
	text-align: center;
}
.SignupStepTitle
{
	font-size: 14pt;
	font-weight: bold;
	color: #04548F;
}
.SignupBorder
{
	width: 100%;
	border-color: White;
	border-width: 0px;
	border-style: solid;
	background-color: Transparent;
}
.SignupTitle
{
	background-color: #DCDCDC;
	color: Black;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
.SignupTitleNoBackground
{
	background-color: Transparent;
	color: Black;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
.SignupLabel
{
	width: 140px;
	text-align: right;
}
.SignupControl
{
	text-align: left;
	white-space: nowrap;
}
.SignupButton
{
	color: #04548F;
	font-weight: bold;
}
.SignupSidebarHeader
{
	color: #04548F;
	font-weight: bold;
	font-size: 12pt;
}
.SignupSidebarSubHead
{
	font-weight: bold;
	font-size: 8pt;
}

/* CONTACT FORM */
#contactcontent {
  display: inline;
  width: 550px;
  padding: 0;
  margin: 0 0 0 250px;
  float: left;
}

#contactcontent h1 {
  font: 20px/20px "Arial Black", Arial, Verdana, sans-serif;
  color: #82c44d;
  border-bottom: 2px solid #82c44d;
  padding: 0 0 14px 0;
}

#contactcontent h2 {
  font: 17px/17px "Arial Black", Arial, Verdana, sans-serif;
  color: #82c44d;
  margin: 0;
  padding: 0;
  clear: both;
  text-align: right;
}

#contactcontent p {
  font: 14px/16px Arial, Helvetica, Geneva, sans-serif;
}

#contactcontent li {
  font: 14px/16px Arial, Helvetica, Geneva, sans-serif;
  margin: 0 0 10px 30px;
}

.contact_form .formarea {
  display: block;
  width: 350px;
  margin: 0 auto;
}

.contact_form .formlabel {
  display: block;
  width: 150px;
  float: left;
}

.contact_form .formrow {
  display: block;
  float: left;
  width: 350px;
}

.contact_form .forminput {
  display: block;
  width: 200px;
  float: right;
}

.contact_form input {
  display: inline;
  float: left;
  border: 1px solid #cdcdcd;
  margin: 1px 0;
  padding: 1px 5px;
}

.contact_form textarea {
  margin: 1px 0;
  border: 1px solid #cdcdcd;
  width: 180px;
  float: left;
}


.contact_form select {
  margin: 1px 0;
  border: 1px solid #cdcdcd;
  width: 180px;
  float: left;
}

.contact_form label {
  display: inline;
  width: 150px;
  float: left;
  font: 13px/20px Arial, Helvetica, Geneva, sans-serif;
  text-align: right;
  margin: 1px 10px 2px 0;
}

.contact_form .submit {
  float: left;
  margin: 10px 0 0 160px;
  /*background-color: White;*/
}
