p {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}
p {  line-height: 16pt}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #F5E9A5;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #F5E9A5;
}
li {
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 5px;
	color: #F8F1CC;
	font-family: "Times New Roman", Times, serif;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.backer {
	background-image: url(assets/images/bg1.jpg);
	background-repeat: repeat-x;

}
.addressbar {
	background-image: url(assets/images/address.gif);
}
.leftstrch {
	background-image: url(assets/images/left.gif);
	background-repeat: repeat-y;
}
.rightstretch {
	background-image: url(assets/images/right.gif);
}
.imgborder {border: 3px solid #2a3c8c;}

#contact-form{
	background: #122473;
	border: 1px solid #c9b75b;
	float: right;
	padding: 10px;
	margin: 10px;
	font-size: 12px;
	width: 150px;
	text-align: left;
}
#contact-form h3 {
	color: #fff;
	margin: 5px 0px 5px 0px;
}
#contact-form div {
	margin: 0px;
	padding: 0px;
}
#contact-form input {
	width: 150px;
	height: 20px;
	margin: 0px 0px 3px 0px;
}
#contact-form textarea {
	width: 150px;
	height: 40px;
	margin: 0px 0px 3px 0px;
}
