* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: 0px;
  font-size: 100%;
}
ul {
	margin: 0 20px 12px 20px;
	list-style-image:url(images/webdesign/checklist-bg.gif);
}
li {
	margin-left: 20px;
}

#main_column_text ul {
	margin-left: 50px;
}
p {
	padding-bottom:10px;
}
#footer p {
	padding-bottom:0;
}

.clearboth {
	clear: both;
}

/* header text */
h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #5F282C;  /* dark red */
	background-color: transparent;
	margin: 0;
}
h1 { 
	font-size: 150%;
	font-weight:normal;
	padding-bottom:15px;
}
h2 {
	font-size: 150%;
	color:#24414F;  /* blue */
	font-weight:normal;
	line-height:115%;
	padding-bottom:8px;
}
h3 { 
	font-size: 225%;
	line-height:125%;
	font-weight:normal;
	padding-bottom:4px;	
}
h4 { 
	font-size: 150%;
	color: #666666;  /* gray */	
	font-weight:normal;
	padding-bottom:15px;
}

#footer #address h1 {
	font-size: 125%;
	font-weight:bold;
	color: #813334;
	padding-bottom:4px;
	padding-top:25px;
}

/* images */
img {
	border:0px;
	margin:0px;
}
.imgleft {
  float: left;
	margin: 8px 15px 8px 0px; /* top right bottom left */
}
.imgright {
  float: right;
	margin: 8px 0px 8px 15px; /* top right bottom left */
}

/* forms */
label {
	float:left;
	width:150px;
	margin-right:8px;
	vertical-align:top;
	font-weight:bold;
}
fieldset {
	border:#BCAB93 1px solid;
	background-color:#E3D8CD;
	padding:15px;
}
.text {
	width: 200px;
	height: 16px;
	border:#999999 thin solid;
}
.textarea {
	width:300px;
	height:135px;
	border:#999999 thin solid;
}
.submit {
	margin-top:8px;
	margin-bottom:8px;
	padding-top:2px;
	padding-bottom:5px;
	width:115px;
	border:#999999 thin solid;
	color:#FFFFFF;
	background-color:#BDAE99;
}
.text:hover {
	background-color:#FFFFCC;
}
.textarea:hover {
	background-color:#FFFFCC;
}
.submit:hover {
	background-color: #B5BCA2;
}
#formdiv tr {
	line-height:30px;
}

/* tables */
tr {
	vertical-align:top;
}
th {
	text-align:left;
}
.td_solid_underline {
	border-bottom:#333333 1px solid;
}
.td_dotted_underline {
	border-bottom:thin dotted #999999;
}
.td_bold {
	font-weight:bold;
	color:#666666;
}
.td_hdr_bg {
	background-color:#B8C3B8;
}
.row_odd {
	background-color:#E0E0E0;
}
.row_even {
	background-color:#EEEEEE;
}
.row_white {
	background-color:#fff;
}
/* end tables */


/* links */
a:link {
	color: #295B90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #295B90;
}
a:hover {
	text-decoration: underline;
	color: #295B90;
	background-color: transparent;
	border-bottom: none;
}
a:active {
	text-decoration: none;
}

/* turn dotted underline on with this class */
.dotted_link {
	border-bottom:#666666 1px dotted;
}

.footer_links {
	font-size: 11px;
	line-height:18px;
	color:#000;
	text-align:center;
}
.footer_links a:link {
	color: #333333;
	text-decoration: none;
}
.footer_links a:visited {
	text-decoration: none;
	color: #333;
}
.footer_links a:hover {
	text-decoration: underline;
	color: #006699;
	background-color: transparent;
}
.footer_links a:active {
	text-decoration: none;
}
.vweb a:link {
	color: #667055;
	text-decoration: none;
}
.vweb a:visited {
	text-decoration: none;
	color: #667055;
}
.vweb a:hover {
	text-decoration: underline;
	color: #006699;
	background-color: transparent;
}
.vweb a:active {
	text-decoration: none;
}