body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
img {
	border:0px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #0066CC;
	text-shadow: 2px 2px 2px #999;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #0066CC;
	display: inline;
	margin-top: 10px;
	padding-top: 10px;
}
.bottomText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #333;
}
body {
	margin: 0px;
}
.div1 {
	width:100%;
	height:150px;
	text-align:center;
	background-image: url(../images/image020.jpg);
}
.div2 {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}
.div2Left {
	display:none;
	width:170px;
	float:left;
}
.div2Left ul {
	width: 170px;
	list-style: none;
	border: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.div2Left ul li {
	width: 158px;
	height: 30px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/navigation/dottedLine.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.div2Left ul li:hover {
	background-color:#61A2BE;
}
.div2Left ul li a, .div2Left ul li a:link, .div2Left ul li a:active, .div2Left ul li a:visited {
	display: block;
	line-height:30px;
	text-align:center;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0066CC;
	text-decoration: none;
	font-weight: normal;
}
.div2Left ul li a:hover {
	color: #FFF;
}
.div2Right {
	width:100%;
	float:none;
}
.div3 {
	width:100%;
	height:110px;
	clear:both;
	text-align:center;
	background-image: url(../images/image022.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding-top: 15px;
}
.contactForm {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color:#76A5C2;
	padding:10px;
	width:450px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	box-shadow: 2px 2px 2px #999; 
}
.contactForm input {
	width:250px;
}
.contactForm textarea {
	width:250px;
}
.contactFormSmallInput {
	width:440px;
	margin-left:auto;
	margin-right:auto;
}
.contactFormSmallInput input {
	width:100px;
}
.printNone {
	display:none;
}