* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: 0px;
  font-size: 100%;
}
ul {
	margin: 0 20px 12px 20px;
	list-style-type: square;
}

p {
	padding-bottom:10px;
}
.clearboth {
	clear: both;
}

/* header text */
h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #333333;  
	background-color: transparent;
	margin: 0;
}
h1 { 
	font-size: 175%;
	font-weight:normal;
	padding-bottom:12px;
	padding-top:5px;
	background:url(images/webdesign/h1_bg.jpg) bottom left no-repeat;
}
h2 {
	font-size: 150%;
	font-weight:normal;
	line-height:115%;
	padding-bottom:4px;
}

/* 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:#477295 1px dotted;
	background-color:#E9E0CC;
	padding:15px;
}
fieldset ul {
	list-style:none;
}
fieldset li {
	padding-top:12px;
	padding-bottom:5px;
}
.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:#4764a6;
}
.text:hover {
	background-color:#EFF6FB;
}
.textarea:hover {
	background-color:#EFF6FB;
}
.submit:hover {
	color:#FFFF99;
}
#formdiv tr {
	line-height:30px;
}

/* links */
a:link {
	color: #0B50BD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0B50BD;
}
a:hover {
	text-decoration: underline;
	color: #0B50BD;
	background-color: transparent;
}
a:active {
	text-decoration: none;
}

/* footer links */
.footer_links {
	font-size: 12px;
	line-height:18px;
	color:#000;
	text-align:center;
}
.footer_links a:link {
	color: #000;
	text-decoration: none;
}
.footer_links a:visited {
	text-decoration: none;
	color: #000;
}
.footer_links a:hover {
	text-decoration: underline;
	color: #003366;
	background-color: transparent;
}
.footer_links a:active {
	text-decoration: none;
}

/* vweb link */
.vweb a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.vweb a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.vweb a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: transparent;
}
.vweb a:active {
	text-decoration: none;
}