* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: 0px;
  font-size: 100%;
}
ul {
	margin: 0 20px 12px 20px;
	list-style-type: square;
}
#main_column_text ul {
	margin-left: 50px;
}
#main_column_text 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: #b30000;  
	background-color: transparent;
	margin: 0;
}
h1 { 
	font-size: 165%;
	font-weight:normal;
	padding-bottom:12px;
	background:url(images/webdesign/h1_bg.jpg) bottom left no-repeat;
}
h2 {
	font-size: 135%;
	font-weight:normal;
	line-height:115%;
	padding-bottom:4px;
}
h3 { 
	font-size: 110%;
	font-weight:bold;
	color: #000000;
	padding-bottom:8px;	
}

/* 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 */
}

blockquote {
	background: #e4e4e4 url(images/webdesign/quoleft.png) no-repeat 10px 10px;
	padding: 10px;
	border: 1px solid #ccc;
	font-style: italic;
}
blockquote div {
	padding: 0 48px;
	background: transparent url(images/webdesign/quoright.png) right bottom no-repeat;
}


/* forms */
label {
	float:left;
	width:150px;
	margin-right:8px;
	vertical-align:top;
	font-weight:bold;
}
fieldset {
	border:#477295 1px dotted;
	background-color:#F9F4CD;
	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:#EEF4E5;
}
.textarea:hover {
	background-color:#EEF4E5;
}
.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:#FFFFFF;
	text-align:center;
}
.footer_links a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer_links a:visited {
	text-decoration: none;
	color: #ffffff;
}
.footer_links a:hover {
	text-decoration: underline;
	color: #FFFF99;
	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;
}