* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: 0px;
  font-size: 100%;
}
ul {
	margin: 0 20px 12px 20px;
	list-style-type: square;
}
#services ul {
	margin: 0 20px 0px 20px;
	list-style-type: square;
}
#services ul ul {
	margin: 0 20px 0px 20px;
	list-style-type: circle;
}
label {
	float:left;
	width:105px;
	margin-right:8px;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
}
fieldset {
	border:#477295 1px dotted;
	background-color:#E5ECF2;
}
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:#5D8CB2;
}
.text:hover {
	background-color:#EEF4E5;
}
.textarea:hover {
	background-color:#EEF4E5;
}
.submit:hover {
	color:#FFFF99;
}


#main_column_text p {
	line-height:1.4em;
	padding-bottom:10px;
}
#addr p {
	font-size:11px;
}
.divider {
	text-align:center;
	margin-top:25px;
	margin-bottom:25px;
}

.info_link {
	background:url(images/webdesign/info.jpg) 3px 5px no-repeat;
	padding-left:25px;
	padding-top:5px;
	display:block;
	font-size:12px;
}

.clearboth {
	clear: both;
}

/* header text */
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	color: #474E96; 
	background-color: transparent;
	line-height:normal;
	margin: 0;
}
h1 { 
	font-size: 28px;
	padding-bottom:22px;
}
h2 {
	font-size: 24px;
	line-height:115%;
	font-weight:normal;
	padding-bottom:4px;
	padding-top:8px;
}
h3 { 
	font-size: 110%;
	font-weight:bold;
	color: #000000;
	padding-bottom:8px;	
}

#services h2 {
	font-size:24px;
	margin-top:20px;
}

#secondary_column_text h1 {
	font-size:175%;
	color: #333333;
	padding-bottom:5px;	
}
#secondary_column_text h2 {
	font-size:150%;
	color: #666666;
	padding-bottom:4px;	
}

/* images */
img {
	border:0px;
	margin:0px;
}
.imgleft {
  float: left;
	margin: 8px 20px 8px 0px; /* top right bottom left */
}
.imgright {
  float: right;
	margin: 8px 0px 8px 12px; /* top right bottom left */
}

/* links */
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
	background-color: transparent;
}
a:active {
	text-decoration: none;
}

/* links in h2 headings */
h2 a:link {
	color: #474E96;	
	text-decoration: none;
	font-weight:normal;
	font-size: 24px;
	line-height:115%;
}
h2 a:visited {
	color: #474E96;
	text-decoration: none;
	font-weight:normal;
	font-size: 24px;
	line-height:115%;	
}
h2 a:hover {
	color: #474E96;
	text-decoration: underline;
	background-color: transparent;	
}
h2 a:active {
	text-decoration: none;
}

/* footer links */
#footer {
	font-size: 12px;
	line-height:18px;
	color: #CCC;
	text-align:center;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #D6E4C1;
	background-color: transparent;
}

/* vweb link */
.vweb {
	color:#CCCCCC;
	font-size:12px;
}
.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;
}
