body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #0066CC;
	background-image: url(../img/bak.jpg);
	background-repeat: repeat-x;
}
p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
}
p a:link {
	color: #FFFF66;
	text-decoration: none;
}
p a:visited {
	text-decoration: none;
	color: #FFFF66;
}
p a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
p a:active {
	color: #FFFF00;
	text-decoration: none;
}
h1 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	margin-top: 5px;
}
h2 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
}
h3 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00FFFF;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4 {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h5 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.copyright {
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	line-height: 1.5em;
	margin-top: 20px;
	margin-bottom: 10px;
}
.form {
	font-size: 12px;
}
.copyright a:link {
	color: #99FFFF;
	text-decoration: none;
}
.copyright a:visited {
	color: #99FFFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #99FF00;
	text-decoration: underline;
}
.copyright a:active {
	color: #99FF00;
	text-decoration: none;
}
.header_icon {
	width: 207px;
	display: inline;
	float: left;
}
.colorbox {
	background-color: #FFFFFF;
	height: 30px;
	width: 250px;
	background-image: url(../img/bak2.jpg);
	border: 1px solid #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 14px;
	margin-top: 10px;
}
.colorbox a:link {
	color: #0072BB;
	text-decoration: none;
}
.colorbox a:visited {
	color: #0072BB;
	text-decoration: none;
}
.colorbox a:hover {
	color: #333333;
	text-decoration: none;
}
.colorbox a:active {
	color: #333333;
	text-decoration: none;
}
.contactform {
	width: 350px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}
.cssform1 {
	float: right;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 0px;
}
.bodycontent-contact {
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	float: left;
	width: 340px;
	margin-right: 0px;
}
.exclamation {
	font-size: 14px;
	font-weight: bold;
	color: #00FFFF;
	text-decoration: none;
}
.menu31 {
	width: 100%;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	list-style: disc outside;
	margin-left: 0px;
}
li {
}
.banner {
	float: right;
}
.thankyou {
	background-color: #007FFF;
	text-align: center;
	padding: 30px;
	width: 500px;
	text-transform: none;
}
