body	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
		}
#main	{
	border-bottom: 1px dotted #ccc;
	}
	
#leftNav {
	font-size: 11px;
	font-weight: bold;
	color: #777;
}
#leftNav td {
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
#content {
	font-size: 11px;
	color: #777;
	padding-right: 8px;
	padding-left: 15px;
	width: 33em;
	vertical-align: top;
	line-height: 1.4em;
}

#sideBar {
	font-size: 10px;
	color: #E66310;
	padding-right: 8px;
	padding-left: 7px;
	background-color: #ECECEC;
	border: 1px dotted #ccc;
	}
	
#footer {
	font-size: 10px;
	color: #878787;
	padding-right: 8px;
	padding-left: 15px;
	}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #777;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 8px;
}
h2 {
	font-size: 11px;
	color: #878787;
	padding-top: 5px;
	padding-bottom: 3px;
}

/*Navigation*/

#leftNav a:link	{
	font-size: 11px;
	font-weight: bold;
	color: #777;
	text-decoration: none;
	}

#leftNav a:visited	{
	font-size: 11px;
	font-weight: bold;
	color: #777;
	text-decoration: none;
	}

#leftNav a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #FF4D03;
	text-decoration: none;
	}

/*Navigation - Content*/

#content a:link	{
	font-size: 11px;
	font-weight: bold;
	color: #777;
	text-decoration: none;
	}

#content a:visited	{
	font-size: 11px;
	font-weight: bold;
	color: #777;
	text-decoration: none;
	}

#content a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #FF4D03;
	text-decoration: none;
	}
/*Navigation - Sidebar*/

#sideBar a:link	{
	font-size: 10px;
	font-weight: bold;
	color: #777;
	text-decoration: none;
	}

#sideBar a:visited	{
	font-size: 10px;
	font-weight: bold;
	color: #777;
	text-decoration: none;
	}

#sideBar a:hover{
	font-size: 10px;
	font-weight: bold;
	color: #FF4D03;
	text-decoration: none;
	}

/*Custom Classes*/

.boldheading	{
	font-size:16px;
	color:#E66310;
	font-weight: bold;
	}
.small	{
	color: #333;
	font-weight: bold;
	padding: 0 0 15px 0;
	font-size: 9px;
	}
	
/*Forms*/

input.txt {
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 280px;
}
input.txtSmall {
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 120px;
}
textarea.txt {
  color: #000;
  background-color: #fff;
  background-image: url(../images/formShade.jpg);
  border: 1px solid #ccc;
  width: 250px;
}
input.btn {
	color: #B8490C;
	font-size: 14px;
	background-color: #ECECEC;
	border: 2px outset #ccc;
	font-weight: bold;
	padding: 2px;
 }
form p {
  clear: left;
  margin: 4px;
  padding: 8px 0 0 5px;
  }
form p label {
	float: left;
	width: 75%;
	color: #f66310;
	font-size: 12px;
	font-weight: bold;
}
form p input {
	border: #e66310;
	}
fieldset {
  border: 1px dotted #f66310;
  margin-top: 11px;
  padding: 10px;
}
legend {
	font: bold 12px;
	color: #e66310;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px dotted #ddd;
	background-color: #FFFFFF;
}
form{
	padding: -10px 0px 0 5px;
	margin-left: 11px;
	margin-top: 0px;
	}	
.imgBdr {
	border-bottom-width: 14px;
	border-bottom-style: solid;
	border-bottom-color: #E66310;
}
.smallText {
	font-size: 10px;
}
.testimonial {
	padding: 3px 15px;
	border: 1px dotted #E66310;
	color: #DF7E37;
	background-color: #FCF0E9;
}
.floatRight {
	clear: none;
	float: right;
	padding: 10px;
}
.lhmText {
	color: #37F90F;
	font-size: 36px;
}
.lhmTextGrey {
	font-size: 18px;
	color: #999;
}
#signupForm {
	padding: 5px;
	font-size: 10px;
	color: #E66310;
	border: 2px solid #ececec;
}
#signupForm img {
	float: left;
}
.input {
	border: 1px solid #ececec;
	background-color: #FEF9F5;
}
