﻿body {
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #606060;
	line-height: 20px;
}

h1 {
	font-size: 20pt;
	color: #99789e;
	font-weight: normal;
	margin: 0px 0px 25px 0px;
}

h2 {
	font-size: 14pt;
	color: #99789e;
	font-weight: normal;
	line-height: 26px;
	margin: 0px 0px 20px 0px;
}

h3 {
	font-size: 11pt;
	color: #5d2067;
	margin: 0px 0px 8px 0px;
}

a img {
	border: 0px;
}

a {
	color: #28507f;
}

a:hover {
	color: #5d2067;
}

.dotline_h {
	width: 100%;
	height: 1px;
	/*background-image: url(/_img/dotline.gif);*/
	background-color: #dadada;
	margin: 10px 0px 10px 0px;
}

p {
	margin: 0px 0px 15px 0px;
}

#Footer, .rightcol {
	font-size: 8pt;
	line-height: 16px;
}

.SideContactImage {
	display: block;
}

#Header {
	color: White;
}

.ContactFormBox {
	font-family: Segoe UI, Arial, Verdana;
	font-size: 8pt;
	margin-bottom: 8px;
	border: 1px solid #d5d5d5;
	overflow: auto;
	padding: 3px;
	background-color: White;
	width: 250px;
}

.ContactFormBox:focus {
	background-color: #e4e4e4;
	border: 1px solid #5d2067;
}


/*List Definitions*/

ul {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 16px;
}

ul li ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
}

ul.arrowlist1 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.arrowlist1 li {
	padding: 0px 0px 10px 20px;
	background-image: url(/_img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

ul.spacedlist li {
	padding: 0px 0px 10px 0px;
}

ul.nonspacedlist {
	margin: 0px 0px 0px 0px;
}

ul.nonspacedlist li {
	margin: 0px;
	padding: 0px;
}

ul.FooterList {
	margin: 0px;
	padding: 0px 0px 0px 16px;
	margin-right: 30px;
	max-width: 160px;
}