/*Body*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67%;
	background-color: #FFFFFF;
}


/*global infomation */

div#globalInfoAddr{
	text-align:center;
}

div#globalInfoAddr a:link{
	text-decoration:none;
	color:#000000;
}

div#globalInfoAddr a:visited{
	text-decoration:none;
	color:#5A84CF;
}
div#globalInfoAddr a:hover{
	text-decoration:underline;
	color:#5A84CF;
}

/* Submit Form */

#submitForm{
  background-color: #eee;
  padding: 10px;
}

#submitForm form h2{
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 157%;
  text-align:center;
  color:black;
}

#submitForm p{
  text-align:left;
}

#submitForm form p label{
  float: left;
  width: 30%;
  text-align:left;
  padding-left: 5;
}
#submitForm form p p.labelDesc{
  float: left;
  width: 30%;
  text-align:left;
  padding-left: 5;
}
#submitForm input.textField{
  color: #00008B;
  background-color: #FFFFFF;
  border:1px solid #E4B800;
  width:200px;
}

#submitForm textarea.textArea{
  color: #00008B;
  background-color: #FFFFFF;
  border:1px solid #E4B800;
  width:200px;
}

#submitForm select.selectBox{
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #00008B;
  width:200px;
}
#submitForm input.checkBox{
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #00008B;
  width:200px;
}

#submitForm input.radioButton{
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #00008B;
  width:200px;
}

#submitForm input.sendButton{
	margin-left:20px;
}

/*Unordered List*/

#articleUL{
  background-color: white;
  padding: 10px;
  }

#articleUL ul{
  list-style: none;
  padding-left: 10;
  text-align:left;
  }
#articleUL h1{
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 157%;
  text-align:left;
}
#articleUL p{
  text-align:left;
}

/*Thank you note*/
#articleNote{
  background-color: #eee;
  padding: 19px;
}

#articleNote p {
	text-align:left;
}

#articleNote h1,h2{
  margin: 0 ;
  padding: 0;
  font-size: 1em;
  text-align:left;
}

/*Invalid email warning*/

#articleText{
  background-color: #eee;
  padding: 5px 12px 5px 18px;
}

#articleText p {
	text-align:left;
	color:red;
}



